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