Skip to main content

CreateCustomViewWorkspaceAccountInput

All input for the create CustomViewWorkspaceAccount mutation.

input CreateCustomViewWorkspaceAccountInput {
clientMutationId: String
customViewWorkspaceAccount: CustomViewWorkspaceAccountInput!
}

Fields

CreateCustomViewWorkspaceAccountInput.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.

CreateCustomViewWorkspaceAccountInput.customViewWorkspaceAccount ● CustomViewWorkspaceAccountInput! non-null input

The CustomViewWorkspaceAccount to be created by this mutation.

Member Of

createCustomViewWorkspaceAccount mutation