UpdateResourceInput
All input for the updateResource mutation.
input UpdateResourceInput {
clientMutationId: String
patch: ResourcePatch!
id: String!
}
Fields
UpdateResourceInput.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.
UpdateResourceInput.patch ● ResourcePatch! non-null input
An object where the defined keys will be set on the Resource being updated.
UpdateResourceInput.id ● String! non-null scalar
Member Of
updateResource mutation