Skip to main content

CreateIMSInput

Input for the createIMS mutation

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