GraphQL OBJECT
XmlSchema
link Definition
- type XmlSchema {
- # ID of the xml schema
- XmlSchemaEnum :
- # Name of the notification schema
- String :
- # Active status.
- Boolean :
- # Date of creation.
- DateTime :
- # Date of last modification.
- DateTime :
- # User who last modified the entity.
- UserAccount :
- # User who created the entity.
- UserAccount :
- # Information about if the schema is the current, valid schema.
- Boolean :
- # Position.
- Int :
- }