CreateWorkspaceAccountRoleInput
All input for the create WorkspaceAccountRole mutation.
input CreateWorkspaceAccountRoleInput {
clientMutationId: String
workspaceAccountRole: WorkspaceAccountRoleInput!
}
Fields
CreateWorkspaceAccountRoleInput.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.
CreateWorkspaceAccountRoleInput.workspaceAccountRole ● WorkspaceAccountRoleInput! non-null input
The WorkspaceAccountRole to be created by this mutation.
Member Of
createWorkspaceAccountRole mutation