CreateCustomViewInput
All input for the create CustomView mutation.
input CreateCustomViewInput {
clientMutationId: String
customView: CustomViewInput!
}
Fields
CreateCustomViewInput.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.
CreateCustomViewInput.customView ● CustomViewInput! non-null input
The CustomView to be created by this mutation.
Member Of
createCustomView mutation