CreateSystemInput

GraphQL schema definition

  • type CreateSystemInput {
  • name: ID!
  • isActive: Boolean
  • group: ID!
  • owner: ID
  • suppliers: [ID]
  • }

Fields