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