OBJECT

ModelServersByDeploymentFaceModelIdAndServerIdManyToManyConnection

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

link GraphQL Schema definition

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

link Require by