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