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! :
- # DEPRECATED: Use planUserId instead.
- String @deprecated( reason: "Use planUserId instead." ) :
- # Email address for a member.
- String :
- # DEPRECATED: Use teamIds instead.
- String @deprecated( reason: "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 :
- }