UpsertWorkspacePlaceholderRolePayload
The output of our upsert WorkspacePlaceholderRole mutation.
type UpsertWorkspacePlaceholderRolePayload {
clientMutationId: String
workspacePlaceholderRole: WorkspacePlaceholderRole
query: Query
workspace: Workspace
workspacePlaceholderRoleEdge(
orderBy: [WorkspacePlaceholderRolesOrderBy!] = [PRIMARY_KEY_ASC]
): WorkspacePlaceholderRolesEdge
}
Fields
UpsertWorkspacePlaceholderRolePayload.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.
UpsertWorkspacePlaceholderRolePayload.workspacePlaceholderRole ● WorkspacePlaceholderRole object
The WorkspacePlaceholderRole that was upserted by this mutation.
UpsertWorkspacePlaceholderRolePayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
UpsertWorkspacePlaceholderRolePayload.workspace ● Workspace object
Reads a single Workspace that is related to this WorkspacePlaceholderRole.
UpsertWorkspacePlaceholderRolePayload.workspacePlaceholderRoleEdge ● WorkspacePlaceholderRolesEdge object
An edge for our WorkspacePlaceholderRole. May be used by Relay 1.
UpsertWorkspacePlaceholderRolePayload.workspacePlaceholderRoleEdge.orderBy ● [WorkspacePlaceholderRolesOrderBy!] list enum
The method to use when ordering WorkspacePlaceholderRole.
Returned By
upsertWorkspacePlaceholderRoleById mutation ● upsertWorkspacePlaceholderRoleByWorkspaceIdAndInternalName mutation