OBJECT
ApiKey
Represents single API key belonging to operator specified in request endpoint
link GraphQL Schema definition
- type ApiKey {
- : Int!
- : String!
- : String!
- : String!
- : [PermissionResource!]!
- # Requires access to resource GRAPHQL_ACFT
- : [Aircraft!]
- : [ApiKeyHistory!]
- }