OBJECT

PhotoResultList

link GraphQL Schema definition

  • type PhotoResultList {
  • # List of droplet entries
  • entries: [PhotoResult!]!
  • # Elapsed query time
  • elapsedTime: Int!
  • # Page info
  • pageInfo: PageInfo!
  • }

link Require by