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