HomeMemberInvitation

id
ID!,non-null
firstName
String!,non-null
lastName
String!,non-null
email
String!,non-null
phoneNumber
role
expiresAt
String!,non-null

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "firstName": "Example String", "lastName": "Example String", "email": "Example String", "phoneNumber": { "__typename": "PhoneNumber" }, "role": "REGULAR", "status": "ACCEPTED", "expiresAt": "Example String" }
Previous page