Skip to main content

UpdateTeamMemberInput

All input for the updateTeamMember mutation.

input UpdateTeamMemberInput {
clientMutationId: String
patch: TeamMemberPatch!
id: String!
}

Fields

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

UpdateTeamMemberInput.patch ● TeamMemberPatch! non-null input

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

UpdateTeamMemberInput.id ● String! non-null scalar

Member Of

updateTeamMember mutation