Skip to main content

upsertTeamMemberByIdInput

All input for the upsertTeamMemberById mutation.

input upsertTeamMemberByIdInput {
clientMutationId: String
teamMember: TeamMemberInput!
patch: TeamMemberPatch!
}

Fields

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

upsertTeamMemberByIdInput.teamMember ● TeamMemberInput! non-null input

The TeamMember to be created by this mutation.

upsertTeamMemberByIdInput.patch ● TeamMemberPatch! non-null input

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

Member Of

upsertTeamMemberById mutation