OBJECT

DistributionList

link GraphQL Schema definition

  • type DistributionList {
  • id: ID!
  • name: String!
  • # Arguments
  • # limit: Limit: an integer of how many elements to fetch
  • # (mandatory)
  • # cursor: Cursor: a string of the last node id fetched in the
  • # previous page (optional)
  • users(limit: Int!, cursor: String): [User]!
  • }