Skip to content

CreateIMSProjectInput

Input for the createIMSProject mutation

graphql
input CreateIMSProjectInput {
  description: String!
  ims: ID!
  name: String!
  templatedFields: [JSONFieldInput!]!
  trackable: ID!
}

Fields

CreateIMSProjectInput.description ● String! non-null scalar

The description of the NamedNode

CreateIMSProjectInput.ims ● ID! non-null scalar

The id of the IMS the created project is part of

CreateIMSProjectInput.name ● String! non-null scalar

The name of the NamedNode, must not be blank

CreateIMSProjectInput.templatedFields ● [JSONFieldInput!]! non-null input

Initial values for all templatedFields

CreateIMSProjectInput.trackable ● ID! non-null scalar

The id of the Trackable which is synced

Member Of

createIMSProject mutation

Released under the MIT License.