OBJECT

AccountUsersEdge

link GraphQL Schema definition

  • type AccountUsersEdge {
  • # If the user is a contact (receives administrative emails) for the account
  • contact: Boolean
  • cursor: String
  • # The user
  • node: User
  • # The invited user role
  • role: Role
  • }