OBJECT
PendingAccountUsersEdge
link GraphQL Schema definition
- type PendingAccountUsersEdge {
- # If the invited user is a contact (receives administrative emails) for the
- # account
- Boolean :
- String :
- # The invited user
- PendingUser :
- # The invited user's role
- Role :
- }