OBJECT

SuccessResults

An entity with an id.

link GraphQL Schema definition

  • type SuccessResults {
  • # The unique IDs of the entities.
  • ids: [Int]
  • }