OBJECT

SdUserCollection

INTERNAL -- User Collection

link GraphQL Schema definition

  • type SdUserCollection {
  • # Determines if has more users in pagination
  • has_more_users: Boolean
  • # List of Users
  • users: [SdUser!]
  • }