upsertWorkspacePlaceholderRoleByIdInput
All input for the upsertWorkspacePlaceholderRoleById mutation.
input upsertWorkspacePlaceholderRoleByIdInput {
clientMutationId: String
workspacePlaceholderRole: WorkspacePlaceholderRoleInput!
patch: WorkspacePlaceholderRolePatch!
}
Fields
upsertWorkspacePlaceholderRoleByIdInput.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.
upsertWorkspacePlaceholderRoleByIdInput.workspacePlaceholderRole ● WorkspacePlaceholderRoleInput! non-null input
The WorkspacePlaceholderRole to be created by this mutation.
upsertWorkspacePlaceholderRoleByIdInput.patch ● WorkspacePlaceholderRolePatch! non-null input
An object where the defined keys will be set on the WorkspacePlaceholderRole being updated.
Member Of
upsertWorkspacePlaceholderRoleById mutation