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