INPUT_OBJECT

UpdatePreconditionTypeInput

Precondition Type input

link GraphQL Schema definition

1input UpdatePreconditionTypeInput {
4
2# Id of the Precondition Type.
3id: String
7
5# Name of the Precondition Type.
6name: String
8}