Skip to main content

CreateResourceInput

All input for the create Resource mutation.

input CreateResourceInput {
clientMutationId: String
resource: ResourceInput!
}

Fields

CreateResourceInput.clientMutationId ● String scalar

An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.

CreateResourceInput.resource ● ResourceInput! non-null input

The Resource to be created by this mutation.

Member Of

createResource mutation