closureCodeCreate Mutation
Creates a new closure code.
Input Argument
closureCodeCreate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
String
)
A unique identifier for the client performing the mutation.
String
)
A very short description of the closure code, for example "Resolved by Workaround".
Boolean
)
Whether the closure code may not be related to any more requests.
String
)
Any additional information about the closure code that might prove useful, especially for specialists when they need to decide which closure code to select for a request.
[AttachmentInput!]
)
The attachments used in the information
field.
String!
)
The name of the closure code. Ideally the name of a closure code consists of a single word, such as "Workaround".
Int
)
The position that the closure code takes when it is displayed in a sorted list.
String
)
An identifier for the client application submitting the resource or the name of an external system.
String
)
The unique identifier of the resource in an external system.
Return Fields
String
)
A unique identifier for the client performing the mutation.
ClosureCode
)
Record after mutation.
[ValidationError!]
)
Errors encountered during the mutation.