Links

MembershipType

The MembershipType object is the GraphQL data type of the input to our myTeamMembers query. It provides us with all the details we need to create a new membership.

GraphQL Object Type

input MembershipType {
id: String
user: UserType
}

Fields

Field
Input Type
Description
id
String
id of membership
user
UserType
user associated with membership