OBJECT

AllowedPipelineEntityConnection

link GraphQL Schema definition

  • type AllowedPipelineEntityConnection {
  • # Pagination data for this connection.
  • pageInfo: PageInfo!
  • # Contains the nodes in this connection.
  • edges: [AllowedPipelineEntityEdge]!
  • # Total number of items in the connection.
  • totalCount: Int
  • }