GraphQL OBJECT

XmlSchema

link Definition

  • type XmlSchema {
  • # ID of the xml schema
  • id: XmlSchemaEnum
  • # Name of the notification schema
  • name: String
  • # Active status.
  • isActive: Boolean
  • # Date of creation.
  • creationDate: DateTime
  • # Date of last modification.
  • lastModifyDate: DateTime
  • # User who last modified the entity.
  • lastModifiedBy: UserAccount
  • # User who created the entity.
  • createdBy: UserAccount
  • # Information about if the schema is the current, valid schema.
  • isCurrent: Boolean
  • # Position.
  • position: Int
  • }