INPUT_OBJECT

RespondToTeamInvitationInput

Inputs to the respondToTeamInvitation mutation.

link GraphQL Schema definition

1input RespondToTeamInvitationInput {
4
2# Whether the user accepts or declines the team invite.
3accepted: Boolean!
7
5# The team whose invite the user will be responding to.
6teamID: ID!
11
8# The authenticated user who will respond to the team invitation with an ID equal
9# to userID.
10userID: ID!
12}