Skip to main content

UpdateTeamPayload

The output of our update Team mutation.

type UpdateTeamPayload {
clientMutationId: String
team: Team
query: Query
workspace: Workspace
createdByWorkspaceAccount: WorkspaceAccount
parentTeam: Team
teamEdge(
orderBy: [TeamsOrderBy!] = [PRIMARY_KEY_ASC]
): TeamsEdge
}

Fields

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

UpdateTeamPayload.team ● Team object

The Team that was updated by this mutation.

UpdateTeamPayload.query ● Query object

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

UpdateTeamPayload.workspace ● Workspace object

Reads a single Workspace that is related to this Team.

UpdateTeamPayload.createdByWorkspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this Team.

UpdateTeamPayload.parentTeam ● Team object

Reads a single Team that is related to this Team.

UpdateTeamPayload.teamEdge ● TeamsEdge object

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

UpdateTeamPayload.teamEdge.orderBy ● [TeamsOrderBy!] list enum

The method to use when ordering Team.

Returned By

updateTeam mutation ● updateTeamByNodeId mutation ● updateTeamByWorkspaceIdAndName mutation