CreateWorkspaceAccountInput
All input for the create WorkspaceAccount mutation.
input CreateWorkspaceAccountInput {
clientMutationId: String
workspaceAccount: WorkspaceAccountInput!
}
Fields
CreateWorkspaceAccountInput.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.
CreateWorkspaceAccountInput.workspaceAccount ● WorkspaceAccountInput! non-null input
The WorkspaceAccount to be created by this mutation.
Member Of
createWorkspaceAccount mutation