OBJECT
ErrorVariableConnection
A connection to a list of items.
link GraphQL Schema definition
- type ErrorVariableConnection {
- # Information to aid in pagination.
- PageInfo! :
- # A list of edges.
- ErrorVariableEdge] : [
- # A list of ErrorVariable nodes.
- ErrorVariable!]! : [
- # The total count of items in the connection.
- Int! :
- }