Skip to content

CreateIMSInput ​

Input for the createIMS mutation

graphql
input CreateIMSInput {
  description: String!
  name: String!
  template: ID!
  templatedFields: [JSONFieldInput!]!
}

Fields ​

CreateIMSInput.description ● String! non-null scalar ​

The description of the NamedNode

CreateIMSInput.name ● String! non-null scalar ​

The name of the NamedNode, must not be blank

CreateIMSInput.template ● ID! non-null scalar ​

The template of the created IMS

CreateIMSInput.templatedFields ● [JSONFieldInput!]! non-null input ​

Initial values for all templatedFields

Member Of ​

createIMS mutation

Released under the MIT License.