Skip to content

Commit

Permalink
Switch parent_type to parent_type_identifier as string
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Dec 29, 2024
1 parent 12e1444 commit e8cc91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/shared/datatype_definition.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ message DataType {
repeated DataTypeRule rules = 4;
repeated DataType input_types = 5;
optional DataType return_type = 6;
optional DataType parent_type = 7;
optional string parent_type_identifier = 7;
}

message DataTypeRule {
Expand Down

0 comments on commit e8cc91d

Please sign in to comment.