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