OBJECT
type ApiKeyHistory {apiKeyNid: Int! changedBy: Login! dateTimeChanged: DateTime! # Requires access to resource GRAPHQL_ACFTacftsCreated: [Aircraft!] # Requires access to resource GRAPHQL_ACFTacftsDeleted: [Aircraft!] resourcesCreated: [PermissionResource!] resourcesDeleted: [PermissionResource!] isAcftRestrictedFlag: Boolean apiKeyName: String apiKeyDescription: String }