OBJECT

ServerModelsByDeploymentServerIdAndFoodModelIdManyToManyConnection

A connection to a list of Model values, with data from Deployment.

link GraphQL Schema definition

  • type ServerModelsByDeploymentServerIdAndFoodModelIdManyToManyConnection {
  • # A list of `Model` objects.
  • nodes: [Model]!
  • # A list of edges which contains the `Model`, info from the `Deployment`, and the
  • # cursor to aid in pagination.
  • edges: [ServerModelsByDeploymentServerIdAndFoodModelIdManyToManyEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `Model` you could get from the connection.
  • totalCount: Int!
  • }

link Require by