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