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