OBJECT
ErrorVariableEdge
An edge in a connection.
link GraphQL Schema definition
- type ErrorVariableEdge {
- # The item at the end of the edge
- : ErrorVariable
- # A cursor for use in pagination
- : String!
- }
OBJECT
An edge in a connection.
- type ErrorVariableEdge {
- # The item at the end of the edge
- : ErrorVariable
- # A cursor for use in pagination
- : String!
- }