OBJECT
DocumentAttribute
link GraphQL Schema definition
- type DocumentAttribute {
- # The ID of the document type.
- : UUID!
- # The name of the document type.
- : String!
- : DocumentAttributeType!
- }
OBJECT
- type DocumentAttribute {
- # The ID of the document type.
- : UUID!
- # The name of the document type.
- : String!
- : DocumentAttributeType!
- }