OBJECT

ConfigurationConnection

The connection type for Configuration.

link GraphQL Schema definition

type ConfigurationConnection {

A list of edges.
edges: [ConfigurationEdge]

A list of nodes.
nodes: [Configuration]

Information to aid in pagination.
pageInfo: PageInfo!

Total count of connection edges
totalCount: Int!

}