OBJECT

AuthProviderEdge

An edge in a connection.

link GraphQL Schema definition

  • type AuthProviderEdge {
  • # The item at the end of the edge
  • node: AuthProvider
  • # A cursor for use in pagination
  • cursor: String!
  • }