OBJECT
InviteMemberPayload
Return type for inviteMember mutation.
link GraphQL Schema definition
- type InviteMemberPayload {
- # A unique identifier for a Pluralsight user assigned to a specific plan.
- String! :
- # A unique identifier for a Pluralsight user that has been invited.
- String @deprecated( reason: "Field is being removed. Please use planUserId instead." ) :
- # Email address for a member.
- String :
- # The id of the team that the newly invited member will be assigned to upon
- # accepting the invite.
- String @deprecated( reason: "Field is being removed. Please use teamIds instead." ) :
- # The ids of the teams that the newly invited member will be assigned to upon
- # accepting the invite.
- String] : [
- # Additional information about the member invitation.
- String :
- }