Skip to main content

CreateTeamMemberInput

All input for the create TeamMember mutation.

input CreateTeamMemberInput {
clientMutationId: String
teamMember: TeamMemberInput!
}

Fields

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

CreateTeamMemberInput.teamMember ● TeamMemberInput! non-null input

The TeamMember to be created by this mutation.

Member Of

createTeamMember mutation