OBJECT

FinOpsDatasetSchemaConnection

link GraphQL Schema definition

  • type FinOpsDatasetSchemaConnection implements Connection {
  • # Count of nodes in the current page
  • count: Int!
  • # Contains all edges.
  • edges: [FinOpsDatasetSchemaEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The total number of un-paginated nodes in the connection.
  • totalCount: Int
  • }