OBJECT
Represents single API key belonging to operator specified in request endpoint
type ApiKey {apiKeyNid: Int! name: String! description: String! tokenTail: String! resourceList: [PermissionResource!]! # Requires access to resource GRAPHQL_ACFTrestrictionList: [Aircraft!] }