OBJECT
PersonalAccessTokenConnection
The connection wrapper around the PersonalAccessTokenConnection type.
link GraphQL Schema definition
- type PersonalAccessTokenConnection {
- # A list of the entities provided by this connection.
- : [PersonalAccessToken]!
- }