OBJECT

SuccessResult

An entity with an id.

link GraphQL Schema definition

  • type SuccessResult {
  • # The unique ID of the entity.
  • id: Int!
  • }