Skip to main content

CreateWorkspaceAccountRolePayload

The output of our create WorkspaceAccountRole mutation.

type CreateWorkspaceAccountRolePayload {
clientMutationId: String
workspaceAccountRole: WorkspaceAccountRole
query: Query
workspaceAccountRoleEdge(
orderBy: [WorkspaceAccountRolesOrderBy!] = [PRIMARY_KEY_ASC]
): WorkspaceAccountRolesEdge
}

Fields

CreateWorkspaceAccountRolePayload.clientMutationId ● String scalar

The exact same clientMutationId that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.

CreateWorkspaceAccountRolePayload.workspaceAccountRole ● WorkspaceAccountRole object

The WorkspaceAccountRole that was created by this mutation.

CreateWorkspaceAccountRolePayload.query ● Query object

Our root query field type. Allows us to run any query from our mutation payload.

CreateWorkspaceAccountRolePayload.workspaceAccountRoleEdge ● WorkspaceAccountRolesEdge object

An edge for our WorkspaceAccountRole. May be used by Relay 1.

CreateWorkspaceAccountRolePayload.workspaceAccountRoleEdge.orderBy ● [WorkspaceAccountRolesOrderBy!] list enum

The method to use when ordering WorkspaceAccountRole.

Returned By

createWorkspaceAccountRole mutation