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