GraphQL API ReferenceEnumsRelationshipOn this pageRelationshipSpecifies whether the person is the user or their partnerGraphQL Schema"""Specifies whether the person is the user or their partner"""enum Relationship { USER PARTNER}ValuesNameDescriptionUSERPARTNER