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