Skip to main content

UpdateTeamByWorkspaceIdAndNameInput

All input for the updateTeamByWorkspaceIdAndName mutation.

input UpdateTeamByWorkspaceIdAndNameInput {
clientMutationId: String
patch: TeamPatch!
workspaceId: String!
name: String!
}

Fields

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

UpdateTeamByWorkspaceIdAndNameInput.patch ● TeamPatch! non-null input

An object where the defined keys will be set on the Team being updated.

UpdateTeamByWorkspaceIdAndNameInput.workspaceId ● String! non-null scalar

UpdateTeamByWorkspaceIdAndNameInput.name ● String! non-null scalar

Member Of

updateTeamByWorkspaceIdAndName mutation