UpsertCustomViewTeamPayload
The output of our upsert CustomViewTeam mutation.
type UpsertCustomViewTeamPayload {
clientMutationId: String
customViewTeam: CustomViewTeam
query: Query
team: Team
customView: CustomView
workspace: Workspace
createdByWorkspaceAccount: WorkspaceAccount
customViewTeamEdge(
orderBy: [CustomViewTeamsOrderBy!] = [PRIMARY_KEY_ASC]
): CustomViewTeamsEdge
}
Fields
UpsertCustomViewTeamPayload.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.
UpsertCustomViewTeamPayload.customViewTeam ● CustomViewTeam object
The CustomViewTeam that was upserted by this mutation.
UpsertCustomViewTeamPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
UpsertCustomViewTeamPayload.team ● Team object
Reads a single Team that is related to this CustomViewTeam.
UpsertCustomViewTeamPayload.customView ● CustomView object
Reads a single CustomView that is related to this CustomViewTeam.
UpsertCustomViewTeamPayload.workspace ● Workspace object
Reads a single Workspace that is related to this CustomViewTeam.
UpsertCustomViewTeamPayload.createdByWorkspaceAccount ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this CustomViewTeam.
UpsertCustomViewTeamPayload.customViewTeamEdge ● CustomViewTeamsEdge object
An edge for our CustomViewTeam. May be used by Relay 1.
UpsertCustomViewTeamPayload.customViewTeamEdge.orderBy ● [CustomViewTeamsOrderBy!] list enum
The method to use when ordering CustomViewTeam.
Returned By
upsertCustomViewTeamById mutation ● upsertCustomViewTeamByWorkspaceIdAndCustomViewIdAndTeamId mutation