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