OBJECT
ObjectClassProp
link GraphQL Schema definition
- type ObjectClassProp implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- : ID!
- : UUID!
- : TrimmedText!
- : TrimmedText!
- : PropType!
- : Boolean!
- : [String]
- : TrimmedText
- : Int!
- }