{
  "__schema": {
    "queryType": {
      "name": "Query"
    },
    "mutationType": {
      "name": "Mutation"
    },
    "subscriptionType": {
      "name": "Subscription"
    },
    "types": [
      {
        "kind": "ENUM",
        "name": "AccelerationUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "seconds_to_100_kilometers_per_hour",
            "description": "Return the acceleration in seconds to 100 kilometers per hour.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "seconds_to_60_miles_per_hour",
            "description": "Return the acceleration in seconds to 60 miles per hour.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "AccessType",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Public",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Restricted",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Private",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Address",
        "description": "Information about an address.",
        "fields": [
          {
            "name": "continent",
            "description": "Continent code (2 letters).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "country",
            "description": "Country code (2 letters).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "county",
            "description": "County code (2 letters).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "state_province",
            "description": "State or province.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "municipality",
            "description": "Municipality.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "city",
            "description": "City.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "street",
            "description": "Street name.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "number",
            "description": "Street number.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "postalCode",
            "description": "Postal code of the location.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `postal_code`."
          },
          {
            "name": "what3Words",
            "description": "String composed of 3 words which represent the location of an address on the globe. More details: http://w3w.co/<what3Words>.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `what_3_words`."
          },
          {
            "name": "formattedAddress",
            "description": "Human-readable address of the location.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `formatted_address`."
          },
          {
            "name": "postal_code",
            "description": "Postal code of the location.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "what_3_words",
            "description": "String composed of 3 words which represent the location of an address on the globe. More details: http://w3w.co/<what3Words>.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "formatted_address",
            "description": "Human-readable address of the location.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "SCALAR",
        "name": "String",
        "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "AdhocAuthorisationMethod",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "CREDIT_CARD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DEBIT_CARD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OTHER",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OTHER_Apple_Pay",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OTHER_Authentication_by_car",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OTHER_Google_Pay",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "QR_CODE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SMS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "AirPressure",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Value of the atmospheric pressure.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Atmospheric pressure unit.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "AirPressureUnit",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "SCALAR",
        "name": "Float",
        "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "AirPressureInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Value of the atmospheric pressure.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Atmospheric pressure unit.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "AirPressureUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "AirPressureUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "millibar",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "AlternativeStationRadius",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Value of the alternative station radius.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the alternative station radius.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "DistanceUnit",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TelemetryInputSource",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "AlternativeStationRadiusInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Value of the alternative station radius.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the alternative station radius.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "DistanceUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data.",
            "type": {
              "kind": "ENUM",
              "name": "TelemetryInputSource",
              "ofType": null
            },
            "defaultValue": "manual",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "Amenities",
        "description": "Amenities available near a station.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "park",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "restaurant",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "museum",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "coffee",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hotel",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "shopping",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bathroom",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "supermarket",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "playground",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pharmacy",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bakery",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "convenience_store",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Amenity",
        "description": "Amenity data.",
        "fields": [
          {
            "name": "id",
            "description": "Unique amenity ID.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Will be removed."
          },
          {
            "name": "externalId",
            "description": "ID provided by an amenity data source as the row ID.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `external_id`."
          },
          {
            "name": "external_id",
            "description": "ID provided by an amenity data source as the row ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "Name of the amenity.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "location",
            "description": "Geo location coordinates. This is a GeoJSON Point.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Point",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "address",
            "description": "Address of the amenity.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Address",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Type of amenity. An amenity can belong to multiple categories.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "distance",
            "description": "Computed distance between station and amenity.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `station_distance`."
          },
          {
            "name": "station_distance",
            "description": "Computed distance between station and amenity.",
            "args": [
              {
                "name": "unit",
                "description": "Distance unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "foursquareUrl",
            "description": "Full path URL to amenity foursquare page.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Will be removed."
          },
          {
            "name": "opening_hours",
            "description": "Opening hours of the amenity.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "AmenityOpeningHours",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pets_allowed",
            "description": "Indicates whether pets are allowed. This does not apply to assistance dogs, which may have legal access.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "accessibility",
            "description": "Accessibility options at the amenity.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "AmenityAccessibility",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "contact",
            "description": "Contact information for the amenity.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "AmenityContact",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rating",
            "description": "Rating of an amenity, the value will be between 0.0 and 10.0. If no rating has been given, the value will be set to null.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "Date and time when an amenity was created.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Will be removed."
          },
          {
            "name": "updatedAt",
            "description": "Date and time when an amenity was last updated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `last_updated`."
          },
          {
            "name": "last_updated",
            "description": "Date and time when an amenity was last updated.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "DateTime",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "SCALAR",
        "name": "ID",
        "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "SCALAR",
        "name": "Int",
        "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "SCALAR",
        "name": "Boolean",
        "description": "The `Boolean` scalar type represents `true` or `false`.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "AmenityAccessibility",
        "description": "Accessibility options at the amenity.",
        "fields": [
          {
            "name": "wheelchair",
            "description": "Type of wheelchair accessibility at the amenity.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "AmenityWheelchairAccessibilityType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "AmenityContact",
        "description": "Contact information for the amenity.",
        "fields": [
          {
            "name": "phone",
            "description": "Phone number to contact the amenity.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "website",
            "description": "Website of the amenity.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "AmenityListFilter",
        "description": "Filter that can be applied to retrieve the amenity list.",
        "fields": null,
        "inputFields": [
          {
            "name": "type",
            "description": "Type of amenity. An amenity can belong to multiple categories.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "Amenities",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "AmenityOpeningHours",
        "description": "Opening and access hours of the location.",
        "fields": [
          {
            "name": "twentyfourseven",
            "description": "True to represent 24 hours a day and 7 days a week.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "regular_hours",
            "description": "Regular hours, weekday-based. Only to be used if twentyfourseven=false, then this field needs to contain at least one RegularHours object.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "AmenityRegularHours",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "AmenityPreferencesInput",
        "description": "Amenity preferences for a route.",
        "fields": null,
        "inputFields": [
          {
            "name": "all_charge_stops",
            "description": "Desired amenities near all charge-stops along a route, with a 1 kilometer radius.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "AmenityType",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "scheduled_charge_stops",
            "description": "Scheduled charge stops, with a specified amenity and timeline.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "ScheduledChargeStopInput",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "AmenityRegularHours",
        "description": "Regular hours, weekday-based. Only to be used if twentyfourseven=false, then this field needs to contain at least one RegularHours object.",
        "fields": [
          {
            "name": "weekday",
            "description": "Number of days in the week, from Monday (1) till Sunday (7).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "period_begin",
            "description": "Beginning of the regular period, in local time, given in hours and minutes. Must be in 24h format with leading zeros. Example: \"18:15\". Hour/Minute separator: \":\" Regex: ([0-1][0-9]|2[1-3]):[0-5][0-9].",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "period_end",
            "description": "End of the regular period, in local time, syntax as for period_begin. Must be later than period_begin.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "AmenityType",
        "description": "A list of amenity types.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "park",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "restaurant",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "museum",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "coffee",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hotel",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "shopping",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bathroom",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "supermarket",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "playground",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pharmacy",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bakery",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "convenience_store",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "AmenityWheelchairAccessibilityType",
        "description": "Type of wheelchair accessibility at the amenity.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "yes",
            "description": "Wheelchairs have full unrestricted access.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "limited",
            "description": "Wheelchairs have partial access (e.g some areas can be accessed and others not, areas requiring assistance by someone pushing up a steep gradient).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "no",
            "description": "Wheelchairs have no unrestricted access (e.g. stair only access).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "designated",
            "description": "The amenity is designated or purpose-built for wheelchairs (e.g. bathroom designed for wheelchair access only).",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "AuthorizeConnectedVehicleInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "id",
            "description": "Id from the connected vehicle",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "options",
            "description": "Provider specific options. See the developer portal for more details",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "AuthorizeConnectedVehicleOptions",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "AuthorizeConnectedVehicleOptions",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "code",
            "description": "OAuth code returned as a query parameter on the OAuth callback",
            "type": {
              "kind": "SCALAR",
              "name": "PlainString",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "AuxiliaryConsumption",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Value of the vehicle's auxiliary power consumption.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the vehicle's auxiliary power consumption.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "AuxiliaryConsumptionUnit",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TelemetryInputSource",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "AuxiliaryConsumptionInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Value of the vehicle's auxiliary power consumption.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the vehicle's auxiliary power consumption.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "AuxiliaryConsumptionUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data, defaults to 'manual'.",
            "type": {
              "kind": "ENUM",
              "name": "TelemetryInputSource",
              "ofType": null
            },
            "defaultValue": "manual",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "AuxiliaryConsumptionUnit",
        "description": "Auxiliary consumption units.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "kilowatt_hour",
            "description": "Return the auxiliary consumption in kilowatt hours.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "BatteryInputType",
        "description": "The type of the battery value.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "kwh",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "km",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "miles",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "percentage",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "BatteryTemperatureInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Value of the temperature of the battery.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the temperature of the battery.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TemperatureUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data, defaults to 'manual'.",
            "type": {
              "kind": "ENUM",
              "name": "TelemetryInputSource",
              "ofType": null
            },
            "defaultValue": "manual",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "CarConnectivityProvider",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Enode",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "CarConsumption",
        "description": "Consumption of the car.",
        "fields": [
          {
            "name": "worst",
            "description": "Worst conditions are based on -10°C and use of heating.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "best",
            "description": "Best conditions are based on 23°C and no use of A/C.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CarConsumptionInput",
        "description": "Consumption of the car.",
        "fields": null,
        "inputFields": [
          {
            "name": "worst",
            "description": "Worst conditions are based on -10°C and use of heating.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "best",
            "description": "Best conditions are based on 23°C and no use of A/C.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ChargeMode",
        "description": "Charging mode used at charging stations.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "OPTIMIZE_TRAVEL_TIME",
            "description": "Optimizes the charging time at each station, in order to decrease the total travel time. You will only charge up until the SOC you need in order to reach the next stop.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ALWAYS_TO_MAX_CHARGE",
            "description": "Charge to the maximum capacity at every charging stop. The default maximum charging capacity is 80%.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ChargeSpeed",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Value of the charge speed of the battery.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the battery's charge speed.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ChargeSpeedUnit",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TelemetryInputSource",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "ChargeSpeedInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Value of the battery's charge speed.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the battery's charge speed.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ChargeSpeedUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data, defaults to 'manual'.",
            "type": {
              "kind": "ENUM",
              "name": "TelemetryInputSource",
              "ofType": null
            },
            "defaultValue": "manual",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ChargeSpeedUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "kilowatt_hour",
            "description": "Return the charge speed in kilowatt hours.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "kilometers_per_hour",
            "description": "Return the charge speed in kilometers per hour.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "miles_per_hour",
            "description": "Return the charge speed in miles per hour.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "ChargeTotalInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Value of the temperature of the battery.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the total charge amount.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "StateOfChargeUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data, defaults to 'manual'.",
            "type": {
              "kind": "ENUM",
              "name": "TelemetryInputSource",
              "ofType": null
            },
            "defaultValue": "manual",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Charger",
        "description": "A grouped representation of EVSEs.",
        "fields": [
          {
            "name": "standard",
            "description": "Type of a charger.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "ConnectorType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "power",
            "description": "Power of a charger, in kW.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "price",
            "description": "Price of a charger.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "speed",
            "description": "Charging speed.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "StationSpeedType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "Statuses of all the EVSEs grouped in a charger.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ChargerStatuses",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total",
            "description": "Total number of EVSEs grouped in a charger.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ChargerStatus",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "free",
            "description": "The charger is free.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "busy",
            "description": "The charger is occupied/busy.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "unknown",
            "description": "The charger is unknown.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "error",
            "description": "The charger has an error.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ChargerStatuses",
        "description": "Grouping by status of the chargers.",
        "fields": [
          {
            "name": "free",
            "description": "How many are free.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "busy",
            "description": "How many are busy.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "unknown",
            "description": "How many are unknown.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "error",
            "description": "How many are not available.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ChargetripRange",
        "description": "Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.\nChargetrip range is based on the theoretical distance driven using only the electric engine.\nVehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
        "fields": [
          {
            "name": "worst",
            "description": "Range calculated using the worst conditions.\nWorst conditions are based on -0°C, including use of heating.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "best",
            "description": "Range calculated using the best conditions.\nBest conditions are based on 25°C, including use of A/C.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ChargingBehaviour",
        "description": null,
        "fields": [
          {
            "name": "code",
            "description": "Charging behaviour of users divided in groups, based on real-time information.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "ChargingBehaviourCode",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": "Description of charging behaviour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ChargingBehaviourCode",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "URBAN_CHARGING",
            "description": "Mainly morning charging, and some mixed afternoon and evening charging.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FAST_CHARGING",
            "description": "Mainly fast charging, with some morning and afternoon charging.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MIXED_CHARGING",
            "description": "Mixed behaviour between morning, afternoon, evening, overnight, and noise charging.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NOISE_CHARGING",
            "description": "Mainly noise charging.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OVERNIGHT_CHARGING",
            "description": "Mainly overnight charging.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OFFICE_CHARGING",
            "description": "Mainly morning charging, with some afternoon charging.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "CongestionLevel",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "unknown",
            "description": "Congestion level is unknown or could not be determined.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low",
            "description": "Traffic is flowing freely with little to no delay.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "medium",
            "description": "Increased traffic volume causing minor delays.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high",
            "description": "Significant traffic volume causing heavy delays and potential standstills.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Connect",
        "description": null,
        "fields": [
          {
            "name": "providers",
            "description": "List of connectivity providers to which the vehicle can connect. This field returns null for free users. Please contact customer success for more information.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "ConnectProvider",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ConnectBattery",
        "description": null,
        "fields": [
          {
            "name": "range",
            "description": "Estimated range by OEM",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "percentage",
            "description": "Percentage of the battery remaining",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "capacity",
            "description": "Capacity of the battery, in kwh",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "date",
            "description": "Date when the battery data was retrieved, as ISO-8601 date",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "DateTime",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ConnectCharge",
        "description": null,
        "fields": [
          {
            "name": "is_plugged_in",
            "description": "Vehicle is plugged in",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_charging",
            "description": "Vehicle is charging",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_fully_charged",
            "description": "Battery is fully charged",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "limit",
            "description": "Charge limit defined by vehicle owner",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_speed",
            "description": "Charge speed, in kwh",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fully_charged_at",
            "description": "Estimation when charging is completed, as ISO-8601 date",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "DateTime",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "minutes_till_charged",
            "description": "Estimated minutes till charged",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "date",
            "description": "Date when the charge data was retrieved, as ISO-8601 date",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "DateTime",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "ConnectFilter",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "providers",
            "description": "List of connectivity providers to which a vehicle can connect.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ConnectProvider",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ConnectLocation",
        "description": "Location of the vehicle",
        "fields": [
          {
            "name": "type",
            "description": "Feature type",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "FeatureType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "geometry",
            "description": "Geometry of the feature",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "GeometryPoint",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Properties object containing meta data about the feature point",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ConnectLocationProperties",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ConnectLocationProperties",
        "description": "Properties of a vehicle location",
        "fields": [
          {
            "name": "date",
            "description": "Date when the location was retrieved, as ISO-8601 date",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "DateTime",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ConnectOdometer",
        "description": null,
        "fields": [
          {
            "name": "distance",
            "description": "Odometer value, distance driven, default in km",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "date",
            "description": "Date when the odometer data was retrieved, as ISO-8601 date",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "DateTime",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ConnectProvider",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Enode",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ConnectScope",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "location",
            "description": "Vehicle location, applicable for: Enode",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_state",
            "description": "Charge state, applicable for: Enode",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "odometer",
            "description": "Odometer reading, applicable for: Enode",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ConnectedVehicle",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "Unique ID of the connected vehicle",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle_id",
            "description": "Unique ID of the vehicle",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "Status of the connected vehicle",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ConnectedVehicleStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "authorization_url",
            "description": "URL to connect the vehicle to the connectivity provider",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "provider",
            "description": "Connectivity provider",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "CarConnectivityProvider",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "scope",
            "description": "Scope for accessing the vehicle",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ConnectScope",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "label",
            "description": "Custom label for a connected vehicle that can be assigned by a user",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vin",
            "description": "Vehicle identification number, unique identifier for a vehicle",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "ConnectedVehicleListFilter",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "status",
            "description": "Status of the connected vehicle",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "ConnectedVehicleStatus",
                  "ofType": null
                }
              }
            },
            "defaultValue": "[pending_authorization, pending_removal, authorized]",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ConnectedVehicleStatus",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "pending_authorization",
            "description": "Vehicle was added to the Chargetrip Connect platform but not yet authorized",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "authorized",
            "description": "Vehicle was authorized. Chargetrip can retrieve data on behave of the user",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pending_removal",
            "description": "Pending vehicle removal",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "removed",
            "description": "Vehicle was removed and access has been revoked",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Connector",
        "description": "Connector data which extends OCPI Connector.",
        "fields": [
          {
            "name": "id",
            "description": "Identifier of a connector within an EVSE. Two connectors may have the same ID as long as they do not belong to the same EVSE object.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "standard",
            "description": "Standard of an installed connector.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "ConnectorType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "format",
            "description": "Format (socket/cable) of an installed connector.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "OCPIConnectorFormat",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "power_type",
            "description": "Type of power of an installed connector.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "OCPIPowerType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "max_voltage",
            "description": "Maximum voltage of an connector (line to neutral for AC_3_PHASE), in volt [V]. For example: DC Chargers might vary the voltage during charging when battery almost full.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "max_amperage",
            "description": "Maximum amperage of a connector, in ampere [A].",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "max_electric_power",
            "description": "Maximum electric power that can be delivered by a connector, in watt [W]. When the maximum electric power is lower than the calculated value from voltage and amperage, this value should be set.\nFor example: A DC Charge Point which can deliver up to 920V and up to 400A can be limited to a maximum of 150kW. Depending on the vehicle, it may supply maximum voltage or current, but not both at the same time.\nFor AC Charge Points, the amount of phases used can also have influence on the maximum power.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "power",
            "description": "Maximum electric power in kW.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tariff_ids",
            "description": "Identifiers of the currently valid charging tariffs. Multiple tariffs are possible, but only one of each Tariff.type can be active at the same time. Tariffs with the same type are only allowed, if they are not active at the same time: start_date_time and end_date_time period not overlapping.\nWhen preference-based smart charging is supported, one tariff for every possible ProfileType should be provided. This tells the user about the options they have at this Connector, and what the tariff is for every option.\nFor a \"free of charge\" tariff, this field should be set and point to a defined \"free of charge\" tariff.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "terms_and_conditions",
            "description": "URL to an operator’s terms and conditions.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "last_updated",
            "description": "Timestamp when a connector was last updated (or created).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "DateTime",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "JSON",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tariff",
            "description": "List of valid charging tariffs.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "OCPITariff",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pricing",
            "description": "Charging prices.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Pricing",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `prices`."
          },
          {
            "name": "prices",
            "description": "Dynamic charging prices.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ConnectorPrice",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "custom_properties",
            "description": "Custom properties of a connector. These are vendor specific and will return null values on the fields that are not supported by your station database.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ConnectorCustomProperties",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ConnectorCustomProperties",
        "description": "Custom properties for connectors.",
        "fields": [
          {
            "name": "pricing",
            "description": "Charging prices.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Pricing",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `connector.prices`."
          },
          {
            "name": "oicp",
            "description": "Custom connector properties for OICP databases. Station databases that not follow the OICP standard return null values.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "OICPConnectorCustomProperties",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ConnectorPrice",
        "description": "Connector charging price.",
        "fields": [
          {
            "name": "external_id",
            "description": "ID for the price.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "partner",
            "description": "Owner of the payment product.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "partner_id",
            "description": "ID for the owner of the payment product.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "product",
            "description": "Payment product.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ConnectorPriceProduct",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "elements",
            "description": "Price product elements.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "ConnectorPriceElement",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "last_updated",
            "description": "Indicates when the pricing data was last updated. The date is in ISO 8601 standard and the time zone is UTC. The update could be a price update or any other update (for example, pricing type update).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "DateTime",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ConnectorPriceElement",
        "description": null,
        "fields": [
          {
            "name": "components",
            "description": "Connector price element components.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "ConnectorPriceElementComponent",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "restrictions",
            "description": "Connector price element restrictions.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ConnectorPriceElementRestrictions",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ConnectorPriceElementComponent",
        "description": null,
        "fields": [
          {
            "name": "type",
            "description": "Type of pricing that is applicable.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ConnectorPriceElementComponentType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "price_excl_vat",
            "description": "Applicable price excluding VAT.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vat",
            "description": "Applicable VAT.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "step_size",
            "description": "\tIndicates the minimum amount that is billed. A\nunit is billed in step-size blocks. For example, if the type is TIME and step_size is 300, then the time is billed in blocks of 5 minutes. Hence, if 6 minutes is used, then 10 minutes (2 blocks of step_size) is billed.\n\n\tNote: step_size also depends on the type. Every type (except FLAT) defines a step_size multiplier. This is the size of every 'step' and the unit. For example, PARKING_TIME has a step-size multiplier of 1 second. Therefore, the step_size of a price component is multiplied by 1 second. Thus, step_size = 300 means 300 seconds.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ConnectorPriceElementComponentType",
        "description": "Type of pricing that is applicable.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "energy",
            "description": "Price per kWh.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "flat",
            "description": "Fixed price per charging session.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "parking_time",
            "description": "Parking price per hour. This fee is applicable even if the parked car is not charging.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "time",
            "description": "Fixed price per unit of time defined in the step size.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ConnectorPriceElementRestrictions",
        "description": null,
        "fields": [
          {
            "name": "start_time",
            "description": "Starting time of the day for the prices.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "end_time",
            "description": "Ending time of the day for the prices.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "start_date",
            "description": "Starting date for the prices.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "end_date",
            "description": "Ending date for the prices.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "minimum_kwh",
            "description": "Minimum energy used, in kWh.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximum_kwh",
            "description": "Maximum energy used, in kWh.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "minimum_power",
            "description": "Minimum charging speed, in kW.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximum_power",
            "description": "Maximum charging speed, in kW.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "minimum_current",
            "description": "Sum of the minimum current (in Amperes) over all the phases. When the EV is charging with more than or equal to this value the prices are active. If the charging current is lower, this price is inactive.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximum_current",
            "description": "Sum of the maximum current (in Amperes) over all the phases. When the EV is charging with less than this value the prices are active. If the charging current is higher, this price is inactive.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "minimum_price",
            "description": "Minimum price based on the amount of kWh that is being delivered.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximum_price",
            "description": "Maximum price based on the amount of kWh that is being delivered.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "overstay_battery_percentage",
            "description": "Battery percentage at which the overstay prices are active.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ConnectorPriceRestrictionsOverstayBatteryPercentage",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "overstay_time",
            "description": "Time after which the overstay prices are active.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ConnectorPriceRestrictionsOverstayTime",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "minimum_duration",
            "description": "Minimum duration, in seconds.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximum_duration",
            "description": "Maximum duration, in seconds.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "day_of_week",
            "description": "Day(s) of the week that the prices are valid.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "DayOfWeek",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "emsp_contract_date",
            "description": "Contract signed between the eMSP and the customer.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ConnectorPriceRestrictionsEmspContractDate",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "reservation",
            "description": "When this field is present, the ConnectorPriceElement describes reservation costs.\nA reservation starts when the reservation is made, and ends when the driver starts charging on the reserved EVSE/Location,\nor when the reservation expires. A reservation can only have: `flat` and `time` ConnectorPriceElementComponentType,\nwhere time is for the duration of the reservation.\n\nWhen a price has both, `reservation` and `reservation_expires` ConnectorPriceElement,\nwhere both ConnectorPriceElement have a time ConnectorPriceElementComponent,\nthen the time based cost of an expired reservation will be calculated based on the `reservation_expires` ConnectorPriceElement.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "ConnectorPriceRestrictionsReservationType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ConnectorPriceProduct",
        "description": "Payment product.",
        "fields": [
          {
            "name": "name",
            "description": "Name of the payment product.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Type of the payment product.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ConnectorPriceProductType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": "A brief description of the product.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "subscription_type",
            "description": "Indicates the type of subscription.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ConnectorPriceProductSubscriptionType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "subscription_fee_excl_vat",
            "description": "Subscription price for a month or year, excluding VAT, if applicable.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "currency",
            "description": "Three-digit currency code of the country where the charging station is located.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "CurrencyUnit",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ConnectorPriceProductSubscriptionType",
        "description": "Type of the payment product.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "monthly",
            "description": "The subscription fee is applicable every month.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "yearly",
            "description": "The subscription fee is applicable every year.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "one_off",
            "description": "An initial fee is applicable to purchase a RFID card or chip, but there isn't a recurring subscription fee.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "not_applicable",
            "description": "The product doesn’t have a subscription option.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ConnectorPriceProductType",
        "description": "Type of the payment product.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ad_hoc",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "msp",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cpo_subscription",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ConnectorPriceRestrictionsEmspContractDate",
        "description": null,
        "fields": [
          {
            "name": "name",
            "description": "Name of the contract signed between the eMSP and a customer.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "from",
            "description": "Prices are active from this date, which is based on the contract signed between the eMSP and a customer.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "to",
            "description": "Prices are active until this date, which is based on the contract signed between the eMSP and a customer.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ConnectorPriceRestrictionsOverstayBatteryPercentage",
        "description": null,
        "fields": [
          {
            "name": "minimum",
            "description": "Battery percentage at which the overstay prices are active.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximum",
            "description": "Battery percentage at which the overstay prices are inactive.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "unit",
            "description": "Unit for the time after which the prices are active.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "ConnectorPriceRestrictionsOverstayTimeUnit",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ConnectorPriceRestrictionsOverstayTime",
        "description": null,
        "fields": [
          {
            "name": "minimum",
            "description": "Time at which the overstay prices are active.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximum",
            "description": "Time at which the overstay prices are inactive.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "unit",
            "description": "Unit for the time after which the prices are active.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "ConnectorPriceRestrictionsOverstayTimeUnit",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ConnectorPriceRestrictionsOverstayTimeUnit",
        "description": "The unit of time after which the overstay restrictions are applicable.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "seconds",
            "description": "The overstay restrictions are applicable after a certain number of seconds.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "minutes",
            "description": "The overstay restrictions are applicable after a certain number of minutes.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hours",
            "description": "The overstay restrictions are applicable after a certain number of hours.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ConnectorPriceRestrictionsReservationType",
        "description": "Describes the cost associated with reserving a charging station.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "reservation",
            "description": "Describes costs for a reservation.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "reservation_expires",
            "description": "Describes costs for a reservation that expires (i.e. driver does not start a charging session before expiry date of the reservation).",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ConnectorType",
        "description": "Socket or plug standard of the charging point.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "CHADEMO",
            "description": "The connector type is CHAdeMO, DC.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_A",
            "description": "Standard/domestic household, type \"A\", NEMA 1-15, 2 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_B",
            "description": "Standard/domestic household, type \"B\", NEMA 5-15, 3 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_C",
            "description": "Standard/domestic household, type \"C\", CEE 7/17, 2 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_D",
            "description": "Standard/domestic household, type \"D\", 3 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_E",
            "description": "Standard/domestic household, type \"E\", CEE 7/5 3 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_F",
            "description": "Standard/domestic household, type \"F\", CEE 7/4, Schuko, 3 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_G",
            "description": "Standard/domestic household, type \"G\", BS 1363, Commonwealth, 3 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_H",
            "description": "Standard/domestic household, type \"H\", SI-32, 3 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_I",
            "description": "Standard/domestic household, type \"I\", AS 3112, 3 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_J",
            "description": "Standard/domestic household, type \"J\", SEV 1011, 3 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_K",
            "description": "Standard/domestic household, type \"K\", DS 60884-2-D1, 3 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_L",
            "description": "Standard/domestic household, type \"L\", CEI 23-16-VII, 3 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_M",
            "description": "Standard/Domestic household, type \"M\", BS 546, 3 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_N",
            "description": "Standard/Domestic household, type \"N\", NBR 14136, 3 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_O",
            "description": "Standard/Domestic household, type \"O\", TIS 166-2549, 3 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_60309_2_single_16",
            "description": "IEC 60309-2 Industrial connector single phase 16 amperes (usually blue).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_60309_2_three_16",
            "description": "IEC 60309-2 Industrial connector three phase 16 amperes (usually red).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_60309_2_three_32",
            "description": "IEC 60309-2 Industrial connector three phase 32 amperes (usually red).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_60309_2_three_64",
            "description": "IEC 60309-2 Industrial connector three phase 64 amperes (usually red).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_62196_T1",
            "description": "IEC 62196 Type 1 \"SAE J1772\".",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_62196_T1_COMBO",
            "description": "Combo Type 1 based, DC.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_62196_T2",
            "description": "IEC 62196 Type 2 \"Mennekes\".",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_62196_T2_COMBO",
            "description": "Combo Type 2 based, DC.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_62196_T3A",
            "description": "IEC 62196 Type 3A.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_62196_T3C",
            "description": "IEC 62196 Type 3C \"Scame\".",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PANTOGRAPH_BOTTOM_UP",
            "description": "On-board bottom-up-pantograph typically for bus charging.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PANTOGRAPH_TOP_DOWN",
            "description": "Off-board top-down-pantograph typically for bus charging.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TESLA_R",
            "description": "Tesla connector \"Roadster\"-type (round, 4 pins).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TESLA_S",
            "description": "Tesla connector \"Model-S\"-type (oval, 5 pins).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GB_T",
            "description": "The connector type is GB_T (Chinese standard), DC.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CHAOJI",
            "description": "The ChaoJi connector. The new generation charging connector, harmonized between CHAdeMO and GB/T. DC.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NEMA_5_20",
            "description": "The connector type is NEMA 5-20, 3 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NEMA_6_30",
            "description": "The connector type is NEMA 6-30, 3 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NEMA_6_50",
            "description": "The connector type is NEMA 6-50, 3 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NEMA_10_30",
            "description": "The connector type is NEMA 10-30, 3 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NEMA_10_50",
            "description": "The connector type is NEMA 10-50, 3 pins.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NEMA_14_30",
            "description": "The connector type is NEMA 14-30, 3 pins, rating of 30 A.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NEMA_14_50",
            "description": "The connector type is NEMA 14-50, 3 pins, rating of 50 A.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GBT_AC",
            "description": "Guobiao GB/T 20234.2 AC socket/connector.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GBT_DC",
            "description": "Guobiao GB/T 20234.3 DC connector.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ConsumptionUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "kilowatt_hours_per_100_kilometers",
            "description": "Return the consumption in kilowatt hours per 100 kilometers.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "watt_hours_per_kilometer",
            "description": "Return the consumption in watt hours per kilometer.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "kilometers_per_kilowatt_hour",
            "description": "Return the consumption in kilometers per kilowatt hour.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "kilowatt_hours_per_100_miles",
            "description": "Return the consumption in kilowatt hours per 100 miles.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "watt_hours_per_mile",
            "description": "Return the consumption in watt hours per mile.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "miles_per_kilowatt_hour",
            "description": "Return the consumption in miles per kilowatt hour.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Contact",
        "description": "The complete contact information.",
        "fields": [
          {
            "name": "phone",
            "description": "The phone number in international format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "email",
            "description": "The email address.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "website",
            "description": "The absolute URL of the website.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "facebook",
            "description": "The absolute URL of the facebook profile page.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "twitter",
            "description": "The absolute URL of the twitter profile page.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "JSON",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "CountryCodeAlpha2",
        "description": "ISO-3166 alpha-2 country codes.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "AA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AI",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AO",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AQ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AU",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AW",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AX",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AZ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BB",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BH",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BI",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BJ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BO",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BQ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BV",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BW",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BZ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CC",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CH",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CI",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CO",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CU",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CV",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CW",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CX",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CZ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DJ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DO",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DZ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "EC",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "EE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "EG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "EH",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ER",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ES",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ET",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FI",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FJ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FO",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GB",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GH",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GI",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GQ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GU",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GW",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HU",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ID",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IO",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IQ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "JE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "JM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "JO",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "JP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KH",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KI",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KW",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KZ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LB",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LC",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LI",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LU",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LV",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MC",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ME",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MH",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ML",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MO",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MQ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MU",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MV",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MW",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MX",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MZ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NC",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NI",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NO",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NU",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NZ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PH",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PW",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "QA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RKS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RO",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RU",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RW",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SB",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SC",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SH",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SI",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SJ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SO",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ST",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SV",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SX",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SZ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TC",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TH",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TJ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TO",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TV",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TW",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TZ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "US",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UZ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VC",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VI",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VU",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "XK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "YE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "YT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ZA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ZM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ZW",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreateConnectedVehicleInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "vehicle_id",
            "description": "Id from the vehicle",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "provider",
            "description": "Connectivity provider used to retrieve data from the vehicle",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "CarConnectivityProvider",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "label",
            "description": "Label for a connected vehicle",
            "type": {
              "kind": "SCALAR",
              "name": "PlainString",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "options",
            "description": "Provider specific options. See the developer portal for more details",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "CreateConnectedVehicleOptions",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreateConnectedVehicleOptions",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "redirect_uri",
            "description": "Redirect uri",
            "type": {
              "kind": "SCALAR",
              "name": "PlainString",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "scope",
            "description": "Scope",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "ConnectScope",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "CreateRoute",
        "description": null,
        "fields": [
          {
            "name": "vehicle",
            "description": "Vehicle used on a route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteVehicle",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "origin",
            "description": "Origin of a route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOriginFeaturePoint",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "destination",
            "description": "Destination of a route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteDestinationFeaturePoint",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "via",
            "description": "Via points of a route.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "RouteViaFeaturePoint",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operators",
            "description": "Operator preferences for a route. When provided, prefers routes that use higher order operators.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteOperatorPreferences",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "season",
            "description": "Season of a route.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "RouteSeason",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `weather`."
          },
          {
            "name": "alternative_station_radius",
            "description": "Alternative stations along a route within a specified radius of 500 to 5000 meters, or the equivalent in another unit.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "AlternativeStationRadius",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "alternative_routes",
            "description": "[BETA] Number of alternative routes to request.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "departure_time",
            "description": "Route departure time. Used to calculate the expected arrival time and, if set in the past, to apply historical weather data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "DateTime",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avoid",
            "description": "[BETA] List of route features to avoid in a route. This is a best-effort preference; depending on the available routes, some features may not be fully avoidable.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "RouteAvoid",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "driving_preferences",
            "description": "[BETA] Configuration options for the route's driving conditions. Includes factors to adjust average speed, set a maximum speed, and define a base driving style. If not specified, no adjustments are applied.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteDrivingPreferences",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "weather",
            "description": "Weather configuration for the route. Defined by a preset or custom weather conditions.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteWeather",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station_preferences",
            "description": "Charging stations preferences for route calculation.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteStationPreferences",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traffic_aware",
            "description": "[BETA] Indicates whether current traffic conditions were considered during route calculation. This feature is disabled by default and requires explicit enablement for your project. Please contact Chargetrip support for more information.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreateRouteInput",
        "description": "Input for the create route mutation.",
        "fields": null,
        "inputFields": [
          {
            "name": "vehicle",
            "description": "Vehicle specific input.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "RouteVehicleInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "origin",
            "description": "Origin of a route.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "RouteOriginFeaturePointInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "destination",
            "description": "Destination of a route.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "RouteDestinationFeaturePointInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "via",
            "description": "Optional via points of a route.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "RouteViaFeaturePointInput",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operators",
            "description": "Operator preferences and restrictions for route calculation. If not specified, excludes operators per project settings, but applies no operator ranking.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RouteOperatorPreferencesInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "season",
            "description": "Optional flag to specify the season.",
            "type": {
              "kind": "ENUM",
              "name": "RouteSeason",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "alternative_station_radius",
            "description": "Alternative stations along a route within a specified radius of 500 to 5000 meters, or the equivalent in another unit.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "AlternativeStationRadiusInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "alternative_routes",
            "description": "[BETA] Additional alternative routes to calculate. Performed on a best-effort basis, it may return fewer than requested, or even none. Set to 0 to create only the recommended route.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": "0",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "departure_time",
            "description": "Route departure time. Used to calculate the expected arrival time and, if set in the past, to apply historical weather data.",
            "type": {
              "kind": "SCALAR",
              "name": "DateTime",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avoid",
            "description": "[BETA] Optional list of route features to avoid in a route. This is a best-effort preference; depending on the available routes, some features may not be fully avoidable.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "RouteAvoid",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "weather",
            "description": "Weather configuration for the route. Defined by a preset or custom weather conditions.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RouteWeatherInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station_preferences",
            "description": "Charging stations preferences for route calculation.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RouteStationPreferencesInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "driving_preferences",
            "description": "[BETA] Configuration options for the route's driving conditions. Includes factors to adjust average speed, set a maximum speed, and define a base driving style. If not specified, no adjustments are applied.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RouteDrivingPreferencesInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traffic_aware",
            "description": "[BETA] Route should consider current traffic conditions. This feature is disabled by default and requires explicit enablement for your project. Please contact Chargetrip support for more information.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "Currency",
        "description": "Currency in the ISO 4217 format.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "AED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AFN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ALL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AMD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ANG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AOA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ARS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AUD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AWG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AZN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BAM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BBD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BDT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BGN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BHD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BIF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BMD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BND",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BOB",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BRL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BSD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BTN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BWP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BYN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BYR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BZD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CAD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CDF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CHF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CLF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CLP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CNY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "COP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CRC",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CUC",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CUP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CVE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CZK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DJF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DKK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DZD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "EGP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ERN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ETB",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "EUR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FJD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FKP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GBP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GEL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GGP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GHS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GIP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GMD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GNF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GTQ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GYD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HKD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HNL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HRK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HTG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HUF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IDR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ILS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IMP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "INR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IQD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IRR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ISK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "JEP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "JMD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "JOD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "JPY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KES",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KGS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KHR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KMF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KPW",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KRW",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KWD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KYD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KZT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LAK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LBP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LKR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LRD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LSL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LTL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LVL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LYD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MAD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MDL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MGA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MKD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MMK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MNT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MOP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MRO",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MUR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MVR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MWK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MXN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MYR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MZN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NAD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NGN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NIO",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NOK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NPR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NZD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OMR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PAB",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PEN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PGK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PHP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PKR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PLN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PYG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "QAR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RON",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RSD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RUB",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RWF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SAR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SBD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SCR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SDG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SEK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SGD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SHP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SLL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SOS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SRD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "STD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SVC",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SYP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SZL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "THB",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TJS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TMT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TND",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TOP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TRY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TTD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TWD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TZS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UAH",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UGX",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "USD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UYU",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UZS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VEF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VND",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VUV",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WST",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "XAF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "XAG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "XAU",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "XCD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "XDR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "XOF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "XPF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "YER",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ZAR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ZMK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ZMW",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ZWL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "XPT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "XPD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BTC",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ETH",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BNB",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "XRP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SOL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AVAX",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MATIC",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LTC",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ADA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "CurrencyUnit",
        "description": "Currency according to the ISO 4217 standard.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "EUR",
            "description": "Return the currency in EUR.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "USD",
            "description": "Return the currency in USD.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GBP",
            "description": "Return the currency in GBP.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AFN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ALL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AMD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ANG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AOA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ARS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AUD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AWG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AZN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BAM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BBD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BDT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BGN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BIF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BMD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BND",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BOB",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BRL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BSD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BWP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BYN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BZD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CAD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CDF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CHF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CLP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CNY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "COP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CRC",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CVE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CZK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DJF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DKK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DZD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "EGP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ETB",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FJD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FKP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GEL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GIP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GMD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GNF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GTQ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GYD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HKD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HNL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HTG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HUF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IDR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ILS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "INR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ISK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "JMD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "JPY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KES",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KGS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KHR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KMF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KRW",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KYD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KZT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LAK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LBP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LKR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LRD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LSL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MAD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MDL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MGA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MKD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MMK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MNT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MOP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MUR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MVR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MWK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MXN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MYR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MZN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NAD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NGN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NIO",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NOK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NPR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NZD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PAB",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PEN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PGK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PHP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PKR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PLN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PYG",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "QAR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RON",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RSD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RUB",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RWF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SAR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SBD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SCR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SEK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SGD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SHP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SLE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SOS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SRD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "STD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SZL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "THB",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TJS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TOP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TRY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TTD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TWD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TZS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UAH",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UGX",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UYU",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UZS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VND",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VUV",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WST",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "XAF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "XCD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "XOF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "XPF",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "YER",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ZAR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ZMW",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "SCALAR",
        "name": "DateTime",
        "description": "The date and time scalar.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "DayOfWeek",
        "description": "Represents a day of the week.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "monday",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tuesday",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wednesday",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "thursday",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "friday",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "saturday",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sunday",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "DimensionUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "meter",
            "description": "Return the dimension in meters.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "foot",
            "description": "Return the dimension in feet.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "kilometer",
            "description": "Return the dimension in kilometers.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mile",
            "description": "Return the dimension in miles.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "DistanceInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Value of the distance.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "unit",
            "description": "Unit of distance.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "DistanceUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "DistanceUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "meter",
            "description": "Distance in meters.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "foot",
            "description": "Distance in feet.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "kilometer",
            "description": "Distance in kilometers.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mile",
            "description": "Distance in miles.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "EVSE",
        "description": "EVSE data which extends OCPI EVSE.",
        "fields": [
          {
            "name": "uid",
            "description": "Uniquely identifies an EVSE within the CPOs platform (and suboperator platforms). For example a database ID or the actual \"EVSE ID\". This field can never be changed, modified or renamed. This is the 'technical' identification of the EVSE, not to be used as 'human readable' identification, use the field evse_id for that.\nThis field is named uid instead of id, because id could be confused with evse_id which is an eMI3 defined field.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "evse_id",
            "description": "Compliant with the following specification for EVSE ID from \"eMI3 standard version V1.0\" (http://emi3group.com/documents-links/) \"Part 2: business objects.\" Optional because: if an evse_id is to be re-used in the real world, the evse_id can be removed from an EVSE object if the status is set to REMOVED.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "Indicates the current status of an EVSE.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "OCPIStatus",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status_schedule",
            "description": "Indicates a planned status update of a nEVSE.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "OCPIStatusSchedule",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "capabilities",
            "description": "List of functionalities that an EVSE is capable of.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "OCPICapability",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connectors",
            "description": "List of available connectors on an EVSE.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Connector",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "floor_level",
            "description": "Level on which a Charge Point is located (in garage buildings) in the locally displayed numbering scheme.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "coordinates",
            "description": "Coordinates of a EVSE.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "OCPIGeoLocation",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "physical_reference",
            "description": "A number/string printed on the outside of an EVSE for visual identification.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "parking_restrictions",
            "description": "Restrictions that apply to a parking spot.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "OCPIParkingRestriction",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "images",
            "description": "Links to images related to an EVSE such as photos or logos.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "OCPIImage",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "last_updated",
            "description": "Timestamp when this EVSE or one of its Connectors was last updated (or created).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "DateTime",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "parking_cost",
            "description": "Indicates if parking is free or paid.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "ParkingCost",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cpo_external_id",
            "description": "Unique ID of the location in the system of the CPO.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "JSON",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "custom_properties",
            "description": "Custom properties of an EVSE.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EvseCustomProperties",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ElectricityGenerationMethod",
        "description": null,
        "fields": [
          {
            "name": "fraction",
            "description": "Fraction of total electricity production.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "intensity",
            "description": "Emissions per kWh of the generation method.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "ElevationInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Value of the elevation.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the elevation.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "DistanceUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data, defaults to 'manual'.",
            "type": {
              "kind": "ENUM",
              "name": "TelemetryInputSource",
              "ofType": null
            },
            "defaultValue": "manual",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ElevationUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "meter",
            "description": "Return the elevation in meters.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "foot",
            "description": "Return the elevation in feet.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "SCALAR",
        "name": "Email",
        "description": "Email address scalar, email regex with HTML sanitization.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "EmissionRateUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "grams_per_kilometer",
            "description": "Return the emission rate in grams per kilometer.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ounces_per_mile",
            "description": "Return the emission rate in ounces per mile.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "EmissionUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "gram",
            "description": "Return the emissions in grams.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ounce",
            "description": "Return the emissions in ounces.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "EmissionsFactor",
        "description": null,
        "fields": [
          {
            "name": "name",
            "description": "The name of the area for which the emissions factor was calculated.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of area for which the emissions factor was calculated.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "EmissionsFactorType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "value",
            "description": "The base regional emissions factor in CO2e/kWh.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "EmissionsFactorType",
        "description": "Emissions factor type.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "country",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "subregion",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "region",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "EvseCustomProperties",
        "description": "Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values.",
        "fields": [
          {
            "name": "oicp",
            "description": "OICP standard custom properties.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "OICPEvseCustomProperties",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "FeatureLineString",
        "description": "A GeoJSON Feature<LineString>.",
        "fields": [
          {
            "name": "type",
            "description": "Feature type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "FeatureType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "geometry",
            "description": "Geometry of the feature.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "LineString",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "FeatureMultiPolygon",
        "description": "A GeoJSON Feature<MultiPolygon>.",
        "fields": [
          {
            "name": "type",
            "description": "Feature type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "FeatureType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "geometry",
            "description": "Geometry of the feature.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "MultiPolygon",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Properties of the MultiPolygon Feature.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PolygonProperties",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "FeatureMultiPolygonPoint",
        "description": "A GeoJSON Feature<Point>.",
        "fields": [
          {
            "name": "type",
            "description": "Feature type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "FeatureType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "geometry",
            "description": "Geometry of the feature.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Point",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Optional object where you can store custom data you need in your application.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "JSON",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "FeaturePoint",
        "description": "A GeoJSON Feature<Point>.",
        "fields": [
          {
            "name": "id",
            "description": "Feature ID.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Feature type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "FeatureType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "geometry",
            "description": "Geometry of the feature.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Point",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "JSON",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "FeaturePointInput",
        "description": "A GeoJSON Feature<Point> input.",
        "fields": null,
        "inputFields": [
          {
            "name": "id",
            "description": "The feature ID.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Feature type.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "FeatureType",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "geometry",
            "description": "Geometry of the feature.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "PointInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer.",
            "type": {
              "kind": "SCALAR",
              "name": "JSON",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "FeaturePointPolygonInput",
        "description": "A GeoJSON Feature<Point> input.",
        "fields": null,
        "inputFields": [
          {
            "name": "type",
            "description": "Feature type.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "FeatureType",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "geometry",
            "description": "Geometry of the feature.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "PointInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Optional object where you can store custom data you need in your application.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "FeaturePointPolygonPropertiesInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "FeaturePointPolygonProperties",
        "description": "Properties for Feature<Point> input.",
        "fields": [
          {
            "name": "name",
            "description": "Name of the location.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "FeaturePointPolygonPropertiesInput",
        "description": "Properties for Feature<Point> input.",
        "fields": null,
        "inputFields": [
          {
            "name": "name",
            "description": "Name of the location.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "FeatureType",
        "description": "GeoJSON Feature type.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Feature",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "FluidEndOfLifeEmissions",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total fluid end of life emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wiper",
            "description": "Wiper fluid end of life emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "brake",
            "description": "Brake fluid end of life emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "powertrain_coolant",
            "description": "Powertrain coolant fluid end of life emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transmission",
            "description": "Transmission fluid end of life emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "motor_oil",
            "description": "Motor oil end of life emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "FluidMaintenanceEmissions",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total fluid maintenance emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalMaintenanceEmissionsField",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wiper",
            "description": "Wiper fluid maintenance emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalMaintenanceEmissionsField",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "brake",
            "description": "Brake fluid maintenance emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalMaintenanceEmissionsField",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "powertrain_coolant",
            "description": "Powertrain coolant fluid maintenance emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalMaintenanceEmissionsField",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transmission",
            "description": "Transmission fluid maintenance emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalMaintenanceEmissionsField",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "motor_oil",
            "description": "Motor oil maintenance emissions.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteOperationalMaintenanceEmissionsField",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "FuelConsumptionUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "liters_per_100_kilometers",
            "description": "Return the fuel consumption in liters per 100 kilometers.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "miles_per_gallon",
            "description": "Return the fuel consumption in miles per gallon.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "FuelUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "liter",
            "description": "Return the fuel consumption in liters.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "gallon",
            "description": "Return the fuel consumption in US gallon.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "GeometryPoint",
        "description": "Geometry point with GPS coordinates",
        "fields": [
          {
            "name": "type",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PointType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "coordinates",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "HeatPumpMode",
        "description": "Mode of heat pump.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "default",
            "description": "Default to the vehicle configuration.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "installed",
            "description": "Vehicle has it installed.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "none",
            "description": "Vehicle doesn't have it installed.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "HeavyVehiclesEUType",
        "description": "Allowed N (EU) types of heavy vehicles.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "N1",
            "description": "Only N1 type of heavy vehicles can be parked at the charging station. N1 vehicles have a maximum mass not exceeding 3.5 tonnes (7,700 lbs).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "N2",
            "description": "Only N2 type of heavy vehicles can be parked at the charging station. N2 vehicles have a maximum mass exceeding 3.5 tonnes but not exceeding 12 tonnes (26,000 lbs).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "N3",
            "description": "Only N3 type of heavy vehicles can be parked at the charging station. N3 vehicles have a maximum mass exceeding 12 tonnes (26,000 lbs).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "N3_O4",
            "description": "N3 type of heavy vehicles having O4 type of trailers can be parked at the charging station. N3 vehicles have a maximum mass exceeding 12 tonnes (26,000 lbs) and O4 trailers have a maximum mass exceeding 10 tonnes (22000 lbs).",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "HeavyVehiclesFacility",
        "description": "List of facilities in the location.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "TRUCK_PARKING",
            "description": "Truck parking.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TRUCK_WASH",
            "description": "Truck wash.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TRUCK_REPAIR",
            "description": "Truck repair.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TRUCK_DEALERSHIP",
            "description": "Truck dealership.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SECURE_TRUCK_PARKING",
            "description": "Secure truck parking.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Isoline",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "Isoline id.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "Isoline status.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "IsolineStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximum_distance",
            "description": "Distance from the origin to the furthest reachable point within the isoline. Represents the longest drivable distance, not a straight-line or vehicle range.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "polygons",
            "description": "Shape of the isoline consisting in a list of multipolygons.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "FeatureMultiPolygon",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ferries",
            "description": "List of the ferries uniting islands formed by the isoline.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "FeatureLineString",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "request_input",
            "description": "The inputted request data for the isoline used to compute it.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "IsolineRequestInput",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "IsolineCabin",
        "description": null,
        "fields": [
          {
            "name": "is_preconditioned",
            "description": "Flag which indicate if the vehicle cabin was preconditioned for the desired temperature.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "desired_temperature",
            "description": "Desired temperature inside the cabin. Default is 20 degrees Celsius or 68 degrees Fahrenheit.",
            "args": [
              {
                "name": "unit",
                "description": "Type of temperature, defaults to 'Celsius'.",
                "type": {
                  "kind": "ENUM",
                  "name": "TemperatureUnit",
                  "ofType": null
                },
                "defaultValue": "Celsius",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "IsolineCabinInput",
        "description": "Information about the cabin of the vehicle.",
        "fields": null,
        "inputFields": [
          {
            "name": "is_preconditioned",
            "description": "Flag which indicate if the vehicle cabin was preconditioned for the desired temperature.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": "false",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "desired_temperature",
            "description": "Desired temperature inside the cabin. Default is 20 degrees Celsius or 68 degrees Fahrenheit.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "TemperatureInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "IsolineFerryConnectionsType",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "none",
            "description": "Ferry connections should not be included.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "single",
            "description": "Ferry connections should be taken into account but only one level deep. For example: from the European mainland to England and no other connecting ferries departing from England.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "IsolineInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "vehicle_id",
            "description": "Vehicle id.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "origin",
            "description": "Origin point of the request.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "FeaturePointPolygonInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "polygon_count",
            "description": "Numbers of polygons to be generated (maximum: 20).",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": "1",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "round_trip",
            "description": "Vehicle should be able to return to the origin point from any point.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": "false",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "occupants",
            "description": "Number of occupants.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": "1",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_occupant_weight",
            "description": "Cumulated weight of the occupants.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "TotalOccupantWeightInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_cargo_weight",
            "description": "Cargo weight.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "TotalCargoWeightInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "climate_control",
            "description": "Climate is on.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": "true",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heat_pump",
            "description": "Vehicle Heat Pump configuration.",
            "type": {
              "kind": "ENUM",
              "name": "HeatPumpMode",
              "ofType": null
            },
            "defaultValue": "default",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cabin",
            "description": "Vehicle cabin configuration.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "IsolineCabinInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "weather",
            "description": "Weather configuration for the isoline. Defined by a preset or custom weather conditions. If not specified, defaults to real-time weather data.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "IsolineWeatherInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "season",
            "description": "Season to be taken into account when generating the isoline. If not specified, defaults to real-time weather data.",
            "type": {
              "kind": "ENUM",
              "name": "RouteSeason",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "quality",
            "description": "Polygons precision quality.",
            "type": {
              "kind": "ENUM",
              "name": "IsolineQuality",
              "ofType": null
            },
            "defaultValue": "high",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ferry_connections",
            "description": "Include ferry connections. Single and multiple ferry connections increase the calculation time and the number of polygons.",
            "type": {
              "kind": "ENUM",
              "name": "IsolineFerryConnectionsType",
              "ofType": null
            },
            "defaultValue": "none",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "state_of_charge",
            "description": "Battery state of charge. Default is usable battery kwh of the inputted vehicle.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StateOfChargeInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "final_state_of_charge",
            "description": "Minimum final battery state of charge. Default is 0",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StateOfChargeInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximum_speed",
            "description": "[BETA] User-defined maximum speed used for the isoline.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "MaximumSpeedInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "IsolineQuality",
        "description": "Granularity of the isoline.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "high",
            "description": "High polygons precisions.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low",
            "description": "Low polygons precisions.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "IsolineRequestInput",
        "description": null,
        "fields": [
          {
            "name": "vehicle_id",
            "description": "Vehicle id.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "origin",
            "description": "Origin point of the request.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "FeaturePoint",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "polygon_count",
            "description": "Numbers of polygons that were generated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "round_trip",
            "description": "Vehicle should be able to return to the origin point from any point.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "occupants",
            "description": "Number of occupants.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_occupant_weight",
            "description": "Cumulated weight of the occupants.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_cargo_weight",
            "description": "Cargo weight.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "climate_control",
            "description": "Climate is on.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heat_pump",
            "description": "Vehicle Heat Pump configuration.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "HeatPumpMode",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cabin",
            "description": "Vehicle cabin configuration.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "IsolineCabin",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "season",
            "description": "Season taken into account when isoline was generated.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "RouteSeason",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of weather."
          },
          {
            "name": "weather",
            "description": "Weather configuration for the isoline. Defined by a preset or custom weather conditions.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "IsolineWeather",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "quality",
            "description": "Polygons precision quality.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "IsolineQuality",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ferry_connections",
            "description": "Ferry connections.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "IsolineFerryConnectionsType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "state_of_charge",
            "description": "Battery state of charge.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "StateOfChargeUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "final_state_of_charge",
            "description": "Minimum final battery state of charge.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "StateOfChargeUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximum_speed",
            "description": "[BETA] Maximum speed to consider when generating the isoline. In the segments where legal speed is lower than this value, the legal speed will be used instead.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "MaximumSpeed",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "IsolineStatus",
        "description": "Status of the isoline label.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "done",
            "description": "Isoline label has been successfully generated.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pending",
            "description": "Isoline label is under processing.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "error",
            "description": "There was an error while generating the isoline label.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "IsolineWeather",
        "description": null,
        "fields": [
          {
            "name": "type",
            "description": "Weather configuration applied to the isoline.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "WeatherType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "custom",
            "description": "[BETA] Custom weather conditions applied to the isoline. Only present when 'type' is set to 'CUSTOM'.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "IsolineWeatherCustomConditions",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "IsolineWeatherCustomConditions",
        "description": null,
        "fields": [
          {
            "name": "temperature",
            "description": "Average ambient temperature estimated along the isoline.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Temperature",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "air_pressure",
            "description": "Atmospheric pressure along the isoline.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "AirPressure",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "solar_irradiance",
            "description": "Solar irradiance along the isoline.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "SolarIrradiance",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "IsolineWeatherCustomConditionsInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "temperature",
            "description": "Average ambient temperature estimated within the isoline.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "TemperatureInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "air_pressure",
            "description": "Atmospheric pressure within the isoline.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "AirPressureInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "solar_irradiance",
            "description": "Solar irradiance within the isoline.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "SolarIrradianceInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "IsolineWeatherInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "type",
            "description": "Weather configuration applied within the isoline.",
            "type": {
              "kind": "ENUM",
              "name": "WeatherType",
              "ofType": null
            },
            "defaultValue": "actual",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "custom",
            "description": "[BETA] Custom weather conditions to apply within the isoline. Required only when 'type' is 'CUSTOM'. Must be omitted for other weather types.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "IsolineWeatherCustomConditionsInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "SCALAR",
        "name": "JSON",
        "description": "Any JSON object or array.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "LegType",
        "description": "Types of a leg.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "station",
            "description": "This leg ends at a charging station and the vehicle must recharge.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stationVia",
            "description": "This leg ends at a via charging station and the vehicle must recharge.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stationAmenity",
            "description": "This leg ends at a scheduled charging station and the vehicle must recharge.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "via",
            "description": "This leg ends at a via location.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "final",
            "description": "This leg ends at the destination, and is the last leg of the route.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stationFinal",
            "description": "This leg ends at the destination which is a charging station, and is the last leg of the route.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "LineString",
        "description": "A GeoJSON LineString.",
        "fields": [
          {
            "name": "type",
            "description": "LineString type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "LineStringType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "coordinates",
            "description": "List of coordinates arrays with longitude as first value and latitude as second one.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "LineStringType",
        "description": "GeoJSON LineString type.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "LineString",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "MaximumSpeed",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Numeric value of the user-defined maximum speed.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Unit in which speed is measured.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "SpeedUnit",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "MaximumSpeedInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Numeric value of the user-defined maximum speed.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Unit in which speed is measured.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "SpeedUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "MeasurementUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "millimeter",
            "description": "Return the measurement in millimeters.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "inch",
            "description": "Return the measurement in inches.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "MultiPolygon",
        "description": "A GeoJSON Polygon.",
        "fields": [
          {
            "name": "type",
            "description": "MultiPolygon type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "MultiPolygonType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "coordinates",
            "description": "List of coordinates representing a polygon.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "NON_NULL",
                        "name": null,
                        "ofType": {
                          "kind": "SCALAR",
                          "name": "Float",
                          "ofType": null
                        }
                      }
                    }
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "MultiPolygonType",
        "description": "GeoJSON MultiPolygon type.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "MultiPolygon",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Mutation",
        "description": null,
        "fields": [
          {
            "name": "createConnectedVehicle",
            "description": "[BETA] Create a connected vehicle for a given vehicle id and a connectivity provider",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "CreateConnectedVehicleInput",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "ConnectedVehicle",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "authorizeConnectedVehicle",
            "description": "[BETA] Authorize a connected vehicle",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "AuthorizeConnectedVehicleInput",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "ConnectedVehicle",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "updateConnectedVehicle",
            "description": "[BETA] Update a connected vehicle",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "UpdateConnectedVehicleInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "ConnectedVehicle",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "removeConnectedVehicle",
            "description": "[BETA] Remove a connected vehicle and revoke access",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "RemoveConnectedVehicleInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "ConnectedVehicle",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createIsoline",
            "description": "Create a consumption based isoline.",
            "args": [
              {
                "name": "input",
                "description": "Isoline input",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "IsolineInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "startNavigation",
            "description": "[BETA] Start a new navigation session on top of an existing route",
            "args": [
              {
                "name": "input",
                "description": "Navigation start input",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "NavigationStartInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "updateNavigation",
            "description": "[BETA] Update the navigation session",
            "args": [
              {
                "name": "input",
                "description": "Navigation update input",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "NavigationUpdateInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "recalculateNavigation",
            "description": "[BETA] Recalculate the current navigation route",
            "args": [
              {
                "name": "input",
                "description": "Navigation recalculate input",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "NavigationRecalculateInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "finishNavigation",
            "description": "[BETA] End a navigation session",
            "args": [
              {
                "name": "input",
                "description": "Navigation finish input",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "NavigationFinishInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "addReview",
            "description": "Add a new review.\nIf the `x-token` header is send for a valid user, the review will belong to it, otherwise will be added for an anonymouse user",
            "args": [
              {
                "name": "review",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "ReviewAdd",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Review",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "deleteUserReview",
            "description": "Remove a review added by an authenticated user.\nThe `x-token` header is mandatory in order to authorize the user who wants to remove a review.\nIn case it is not sent, an error will occur.\nIn case the review was not found or belongs to another user an error will occur.\nThis is a premium feature, contact Chargetrip for more information.",
            "args": [
              {
                "name": "id",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Review",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newRoute",
            "description": "Create a new route from the route input.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "RequestInput",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `createRoute`."
          },
          {
            "name": "createRoute",
            "description": "Create a new route from the route input.",
            "args": [
              {
                "name": "input",
                "description": "Input for generating a route.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "CreateRouteInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Navigation",
        "description": "Navigation session data.",
        "fields": [
          {
            "name": "id",
            "description": "ID of the navigation session.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "overview",
            "description": "Navigation session details overview.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NavigationOverview",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle_status",
            "description": "The status of the navigation session vehicle. The status can be driving, charging or parked.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NavigationVehicleStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "The status of a navigation session. The status can be active, finished or error.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NavigationStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "meta",
            "description": "Navigation meta information.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NavigationMeta",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NavigationAlternativeStation",
        "description": "Navigation session alternative station type.",
        "fields": [
          {
            "name": "location",
            "description": "Coordinates of a station.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Point",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station_id",
            "description": "ID of the station.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "evse_id",
            "description": "ID of the EVSE that was selected in a route.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connector_id",
            "description": "ID of the connector that was selected in a route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operator",
            "description": "Station operator.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NavigationStationOperator",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NavigationChange",
        "description": "Represents the most recent completed meaningful change to the navigation session.",
        "fields": [
          {
            "name": "created_at",
            "description": "Timestamp when the change was finalized.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "DateTime",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "What kind of change occurred.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NavigationChangeType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Where the change originated from.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NavigationChangeSource",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "NavigationChangeSource",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "client",
            "description": "Triggered by an explicit client action (e.g. a recalculateNavigation call).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "server",
            "description": "Triggered by backend domain changes (e.g. station availability, background recalculation).",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "NavigationChangeType",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "started",
            "description": "Navigation session has just started.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "route_updated",
            "description": "The route has been modified or recalculated.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "next_station_availability_updated",
            "description": "Next station availability has changed.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NavigationFinishInput",
        "description": "Input for the navigation finish.",
        "fields": null,
        "inputFields": [
          {
            "name": "id",
            "description": "ID of the navigation session.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "current_location",
            "description": "Current coordinates.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "PointInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NavigationLegSection",
        "description": "Navigation route leg section details.",
        "fields": [
          {
            "name": "type",
            "description": "Section type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "RouteDetailsLegSectionType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "origin",
            "description": "Origin point.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteDetailsLegSectionFeaturePoint",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "destination",
            "description": "Destination point.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteDetailsLegSectionFeaturePoint",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tags",
            "description": "Aggregation of tags over the current section.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "RouteDetailsTag",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "polyline",
            "description": "Polyline containing encoded coordinates.",
            "args": [
              {
                "name": "decimals",
                "description": "Polyline decimals",
                "type": {
                  "kind": "ENUM",
                  "name": "PolylineInputDecimals",
                  "ofType": null
                },
                "defaultValue": "five",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "duration",
            "description": "Total duration of a section, in seconds. The value will be 0 for walking sections.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NavigationLiveRouteRequest",
        "description": null,
        "fields": [
          {
            "name": "vehicle",
            "description": "Vehicle used on a route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NavigationRouteVehicle",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "origin",
            "description": "Origin of a route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOriginFeaturePoint",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "destination",
            "description": "Destination of a route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteDestinationFeaturePoint",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "via",
            "description": "Via points of a route.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "NavigationViaFeaturePoint",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operators",
            "description": "Operator preferences for a route. When provided, prefers routes that use higher order operators.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteOperatorPreferences",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "alternative_station_radius",
            "description": "Alternative stations along a route within a specified radius of 500 to 5000 meters, or the equivalent in another unit.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "AlternativeStationRadius",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avoid",
            "description": "[BETA] List of route features to avoid in a route. This is a best-effort preference; depending on the available routes, some features may not be fully avoidable.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "RouteAvoid",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "driving_preferences",
            "description": "[BETA] Configuration options for the route's driving conditions. Includes factors to adjust average speed, set a maximum speed, and define a base driving style. If not specified, no adjustments are applied.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteDrivingPreferences",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station_preferences",
            "description": "Charging stations preferences for route calculation.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteStationPreferences",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NavigationMeta",
        "description": "Navigation meta information.",
        "fields": [
          {
            "name": "created_at",
            "description": "Creation time of the navigation session.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "DateTime",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "updated_at",
            "description": "Last updated time of the navigation session.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "DateTime",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NavigationOverview",
        "description": "Navigation session overview details.",
        "fields": [
          {
            "name": "state_of_charge",
            "description": "State of charge at the last known location.",
            "args": [
              {
                "name": "unit",
                "description": "State of charge unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "StateOfChargeUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "last_known_location",
            "description": "Last known location.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Point",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "next_stop",
            "description": "Next stop details. Can be a charging or a location stop.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NavigationStop",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "legs",
            "description": "Continuously updated route legs.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "NavigationRouteLeg",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "durations",
            "description": "Continuously updated durations of the route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteDetailsDurations",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "instructions",
            "description": "Navigation route instructions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "RouteInstruction",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "live_route_request",
            "description": "Continuously updated route request input.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NavigationLiveRouteRequest",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "polyline",
            "description": "Polyline containing encoded coordinates.",
            "args": [
              {
                "name": "decimals",
                "description": "Polyline decimals",
                "type": {
                  "kind": "ENUM",
                  "name": "PolylineInputDecimals",
                  "ofType": null
                },
                "defaultValue": "five",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "telemetry",
            "description": "Telemetry data.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Telemetry",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NavigationPropertiesStation",
        "description": null,
        "fields": [
          {
            "name": "station_id",
            "description": "ID of the station. When provided and valid, the coordinates of this station will be used.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "external_station_id",
            "description": "External ID of the station. When provided and valid, the coordinates of this station will be used.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stop_duration",
            "description": "Duration to stay at the station, in seconds. Includes charging time and charging penalty. When not provided, the duration is optimized based on the vehicle’s charging needs and selected charging mode.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NavigationPropertiesStationInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "station_id",
            "description": "ID of the station. When provided and valid, the coordinates of this station will be used.",
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "external_station_id",
            "description": "External ID of the station. When provided and valid, the coordinates of this station will be used.",
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stop_duration",
            "description": "Duration to stay at the station, in seconds. Includes charging time and charging penalty. When not provided, the duration is optimized based on the vehicle’s charging needs and selected charging mode.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NavigationPropertiesVehicle",
        "description": null,
        "fields": [
          {
            "name": "occupants",
            "description": "Number of occupants present in the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_occupant_weight",
            "description": "Combined weight of the occupants. This can only be used in combination with occupants.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "TotalOccupantWeight",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_cargo_weight",
            "description": "Weight of the cargo.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "TotalCargoWeight",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NavigationPropertiesVehicleInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "occupants",
            "description": "Number of occupants present in the vehicle.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_occupant_weight",
            "description": "Combined weight of the occupants. This can only be used in combination with occupants.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "TotalOccupantWeightInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_cargo_weight",
            "description": "Weight of the cargo.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "TotalCargoWeightInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NavigationPropertiesViaLocation",
        "description": null,
        "fields": [
          {
            "name": "name",
            "description": "Name that should overwrite the name that is automatically assigned to this location (for example: address or station name).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stop_duration",
            "description": "Duration to stay at this point, in seconds.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NavigationPropertiesViaLocationInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "name",
            "description": "Name that should overwrite the name that is automatically assigned to this location (for example: address or station name).",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stop_duration",
            "description": "Duration to stay at this point, in seconds.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NavigationRecalculateInput",
        "description": "Input for the navigation recalculate.",
        "fields": null,
        "inputFields": [
          {
            "name": "id",
            "description": "ID of the navigation session.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "state_of_charge",
            "description": "State of charge at origin.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StateOfChargeInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "current_location",
            "description": "Origin location of a new route.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "PointInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "via",
            "description": "Via points of a new route. If this field is not sent, the original via points will be used.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "NavigationViaFeaturePointInput",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "telemetry",
            "description": "Telemetry data input.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "TelemetryInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NavigationRouteLeg",
        "description": "Navigation route leg details.",
        "fields": [
          {
            "name": "distance",
            "description": "Distance from the start to the end of a leg.",
            "args": [
              {
                "name": "unit",
                "description": "Distance unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "durations",
            "description": "Aggregation of all durations of a route leg.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteDetailsDurations",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "origin",
            "description": "Origin point location.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteDetailsLegFeaturePoint",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "destination",
            "description": "Destination point location.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteDetailsLegFeaturePoint",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "range_at_origin",
            "description": "Range at the start of a leg. The ranges in kilometers and miles are estimates, calculated based on the Chargetrip range, current route conditions, weather scenario (current or seasonal), and the route input at the time of planning. For HEVs and PHEVs this field will return null.",
            "args": [
              {
                "name": "unit",
                "description": "State of charge unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "StateOfChargeUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "range_at_destination",
            "description": "Range available at the end of a leg. The ranges in kilometers and miles are estimates, calculated based on the Chargetrip range, current route conditions, weather scenario (current or seasonal), and the route input at the time of planning. For HEVs and PHEVs this field will return null.",
            "args": [
              {
                "name": "unit",
                "description": "State of charge unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "StateOfChargeUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "range_after_charge",
            "description": "Range after charging on the leg. The ranges in kilometers and miles are estimates, calculated based on the Chargetrip range, current route conditions, weather scenario (current or seasonal), and the route input at the time of planning. For HEVs and PHEVs this field will return null.",
            "args": [
              {
                "name": "unit",
                "description": "State of charge unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "StateOfChargeUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Type of a leg.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "RouteDetailsLegType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station",
            "description": "Information about the station at the destination of a leg.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteDetailsLegStation",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sections",
            "description": "Road sections of a leg - divided by means of transportation.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "NavigationLegSection",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tags",
            "description": "Aggregation of tags over the current leg. Tags are further subdivided over individual sections and maneuvers.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "RouteDetailsTag",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NavigationRouteVehicle",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "ID of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery",
            "description": "EV battery specific configuration.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteVehicleBattery",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charging",
            "description": "Charging configuration.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteVehicleCharging",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "climate",
            "description": "Flag indicating if climate control is on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heat_pump",
            "description": "Vehicle Heat Pump configuration.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "HeatPumpMode",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cabin",
            "description": "Vehicle cabin configuration used for the route calculation. Applied only if vehicle.climate is set to true.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteVehicleCabin",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NavigationStartInput",
        "description": "Input for the navigation start.",
        "fields": null,
        "inputFields": [
          {
            "name": "route_id",
            "description": "ID of the route of the navigation session.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "current_location",
            "description": "Current coordinates.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "PointInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NavigationStation",
        "description": "Navigation session station type.",
        "fields": [
          {
            "name": "station_id",
            "description": "ID of the station.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "evse_id",
            "description": "ID of the EVSE that was selected in a route.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connector_id",
            "description": "ID of the connector that was selected in a route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operator",
            "description": "Station operator.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NavigationStationOperator",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NavigationStationOperator",
        "description": "Navigation session station operator.",
        "fields": [
          {
            "name": "id",
            "description": "Unique operator ID.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "NavigationStatus",
        "description": "Status of navigation session.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "active",
            "description": "Navigation session is live and currently tracking.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "finished",
            "description": "Navigation session is completed (either manually or automatically 48 hours after the last update).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "error",
            "description": "Failed to update navigation session due to route error or not found.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NavigationStop",
        "description": "Next stop details. Can be a charging or a location stop.",
        "fields": [
          {
            "name": "arrival_state_of_charge",
            "description": "Estimated arrival state of charge at next stop. For HEVs and PHEVs this field will return null.",
            "args": [
              {
                "name": "unit",
                "description": "State of charge unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "StateOfChargeUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "arrival_time",
            "description": "Estimated arrival time at the next stop.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "DateTime",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "location",
            "description": "Coordinates of the next stop.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Point",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station",
            "description": "Next stop's station to charge. Only present if the next stop is a station.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NavigationStation",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "alternative_stations",
            "description": "A set of alternative charging stations to next station. Only present if next stop is a station.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "NavigationAlternativeStation",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NavigationSubscription",
        "description": "The navigation session subscription data",
        "fields": [
          {
            "name": "id",
            "description": "ID of the navigation session.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle_status",
            "description": "The status of the navigation session vehicle. The status can be driving, charging or parked.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NavigationVehicleStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "The status of the navigation session. The status can be active, finished or error.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NavigationStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "meta",
            "description": "Navigation meta information.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NavigationMeta",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "last_change",
            "description": "Information about the latest completed change.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NavigationChange",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NavigationUpdateInput",
        "description": "Input for the navigation update.",
        "fields": null,
        "inputFields": [
          {
            "name": "id",
            "description": "ID of the navigation session.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "location_data",
            "description": "A list of locations that were collected since the last update.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "NavigationUpdateLocationsInput",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NavigationUpdateLocationsInput",
        "description": "Input for the navigation update locations.",
        "fields": null,
        "inputFields": [
          {
            "name": "coordinates",
            "description": "Location coordinates [longitude, latitude].",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "route_leg",
            "description": "Current route leg index corresponding to a location.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "UNIX timestamp at location, in seconds.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "telemetry",
            "description": "Telemetry data input.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "TelemetryInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "NavigationVehicleStatus",
        "description": "Status of navigation session vehicle.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "driving",
            "description": "Vehicle is driving.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charging",
            "description": "Vehicle is charging.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "parked",
            "description": "Vehicle is parked.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NavigationViaFeaturePoint",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "ID of the feature.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Feature type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "FeatureType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "geometry",
            "description": "Geometry of the feature.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Point",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Additional feature properties for via. If a `station.id` or `station.external_id` are provided, it will be treated as a charging stop.  If omitted or `location.name` is provided, the stop is treated as a non-charging stop location.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NavigationViaProperties",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NavigationViaFeaturePointInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "id",
            "description": "ID of the feature.",
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Feature type.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "FeatureType",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "geometry",
            "description": "Geometry of the feature.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "PointInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Additional feature properties for via. If a `station.id` or `station.external_id` are provided, it will be treated as a charging stop.  If omitted or `location.name` is provided, the stop is treated as a non-charging stop location.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NavigationViaPropertiesInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NavigationViaProperties",
        "description": null,
        "fields": [
          {
            "name": "location",
            "description": "Location data of the via point.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NavigationPropertiesViaLocation",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle",
            "description": "Vehicle data of the via point.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NavigationPropertiesVehicle",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station",
            "description": "Station data of the via point.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NavigationPropertiesStation",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NavigationViaPropertiesInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "location",
            "description": "Location data of the via point.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NavigationPropertiesViaLocationInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle",
            "description": "Vehicle data of the via point.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NavigationPropertiesVehicleInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station",
            "description": "Specifies a charging station at the via. If a known station is provided, it will be used as charging stop. Any configured operator preferences are ignored for this stop.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NavigationPropertiesStationInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "SCALAR",
        "name": "NonEmptyString",
        "description": "The non empty string scalar.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OCPIAdditionalGeoLocation",
        "description": "This class defines an additional geo location that is relevant for the Charge Point. The geodetic system to be used is WGS 84.",
        "fields": [
          {
            "name": "latitude",
            "description": "Latitude of the point in decimal degree. Example: 50.770774. Decimal separator: \".\" Regex: -?[0-9]{1,2}\\.[0-9]{5,7}",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "longitude",
            "description": "Longitude of the point in decimal degree. Example: -126.104965. Decimal separator: \".\" Regex: -?[0-9]{1,3}\\.[0-9]{5,7}",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "Name of the point in local language or as written at the location. For example the street name of a parking lot entrance or it’s number.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "OCPIDisplayText",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OCPICapability",
        "description": "The capabilities of an EVSE.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "CHARGING_PROFILE_CAPABLE",
            "description": "The EVSE supports charging profiles.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CHARGING_PREFERENCES_CAPABLE",
            "description": "The EVSE supports charging preferences.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CHIP_CARD_SUPPORT",
            "description": "EVSE has a payment terminal that supports chip cards.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CONTACTLESS_CARD_SUPPORT",
            "description": "EVSE has a payment terminal that supports contactless cards.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CREDIT_CARD_PAYABLE",
            "description": "EVSE has a payment terminal that makes it possible to pay for charging using a credit card.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DEBIT_CARD_PAYABLE",
            "description": "EVSE has a payment terminal that makes it possible to pay for charging using a debit card.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PED_TERMINAL",
            "description": "EVSE has a payment terminal with a pin-code entry device.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REMOTE_START_STOP_CAPABLE",
            "description": "The EVSE can remotely be started/stopped.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RESERVABLE",
            "description": "The EVSE can be reserved.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RFID_READER",
            "description": "Charging at this EVSE can be authorized with an RFID token.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TOKEN_GROUP_CAPABLE",
            "description": "This EVSE supports token groups, two or more tokens work as one, so that a session can be started with one token and stopped with another (handy when a card and key-fob are given to the EV-driver).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UNLOCK_CAPABLE",
            "description": "Connectors have a mechanical lock that can be requested by the eMSP to be unlocked.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "START_SESSION_CONNECTOR_REQUIRED",
            "description": "When a StartSession is sent to this EVSE, the MSP is required to add the optional connector_id field in the StartSession object.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OCPIConnectorFormat",
        "description": "The format of the connector, whether it is a socket or a plug.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "SOCKET",
            "description": "The connector is a socket; the EV user needs to bring a fitting plug.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CABLE",
            "description": "The connector is an attached cable; the EV users car needs to have a fitting inlet.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OCPIConnectorType",
        "description": "Socket or plug standard of the charging point.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "CHADEMO",
            "description": "The connector type is CHAdeMO, DC",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_A",
            "description": "Standard/domestic household, type \"A\", NEMA 1-15, 2 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_B",
            "description": "Standard/domestic household, type \"B\", NEMA 5-15, 3 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_C",
            "description": "Standard/domestic household, type \"C\", CEE 7/17, 2 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_D",
            "description": "Standard/domestic household, type \"D\", 3 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_E",
            "description": "Standard/domestic household, type \"E\", CEE 7/5 3 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_F",
            "description": "Standard/domestic household, type \"F\", CEE 7/4, Schuko, 3 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_G",
            "description": "Standard/domestic household, type \"G\", BS 1363, Commonwealth, 3 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_H",
            "description": "Standard/domestic household, type \"H\", SI-32, 3 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_I",
            "description": "Standard/domestic household, type \"I\", AS 3112, 3 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_J",
            "description": "Standard/domestic household, type \"J\", SEV 1011, 3 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_K",
            "description": "Standard/domestic household, type \"K\", DS 60884-2-D1, 3 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_L",
            "description": "Standard/domestic household, type \"L\", CEI 23-16-VII, 3 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_M",
            "description": "Standard/Domestic household, type \"M\", BS 546, 3 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_N",
            "description": "Standard/Domestic household, type \"N\", NBR 14136, 3 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DOMESTIC_O",
            "description": "Standard/Domestic household, type \"O\", TIS 166-2549, 3 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_60309_2_single_16",
            "description": "IEC 60309-2 Industrial connector single phase 16 amperes (usually blue)",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_60309_2_three_16",
            "description": "IEC 60309-2 Industrial connector three phase 16 amperes (usually red)",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_60309_2_three_32",
            "description": "IEC 60309-2 Industrial connector three phase 32 amperes (usually red)",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_60309_2_three_64",
            "description": "IEC 60309-2 Industrial connector three phase 64 amperes (usually red)",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_62196_T1",
            "description": "IEC 62196 Type 1 \"SAE J1772\"",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_62196_T1_COMBO",
            "description": "Combo Type 1 based, DC",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_62196_T2",
            "description": "IEC 62196 Type 2 \"Mennekes\"",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_62196_T2_COMBO",
            "description": "Combo Type 2 based, DC",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_62196_T3A",
            "description": "IEC 62196 Type 3A",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IEC_62196_T3C",
            "description": "IEC 62196 Type 3C \"Scame\"",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PANTOGRAPH_BOTTOM_UP",
            "description": "On-board bottom-up-pantograph typically for bus charging",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PANTOGRAPH_TOP_DOWN",
            "description": "Off-board top-down-pantograph typically for bus charging",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TESLA_R",
            "description": "Tesla connector \"Roadster\"-type (round, 4 pins)",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TESLA_S",
            "description": "Tesla connector \"Model-S\"-type (oval, 5 pins)",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GB_T",
            "description": "The connector type is GB_T (Chinese standard), DC",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CHAOJI",
            "description": "The ChaoJi connector. The new generation charging connector, harmonized between CHAdeMO and GB/T. DC.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NEMA_5_20",
            "description": "The connector type is NEMA 5-20, 3 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NEMA_6_30",
            "description": "The connector type is NEMA 6-30, 3 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NEMA_6_50",
            "description": "The connector type is NEMA 6-50, 3 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NEMA_10_30",
            "description": "The connector type is NEMA 10-30, 3 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NEMA_10_50",
            "description": "The connector type is NEMA 10-50, 3 pins",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NEMA_14_30",
            "description": "The connector type is NEMA 14-30, 3 pins, rating of 30 A",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NEMA_14_50",
            "description": "The connector type is NEMA 14-50, 3 pins, rating of 50 A",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GBT_AC",
            "description": "Guobiao GB/T 20234.2 AC socket/connector.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GBT_DC",
            "description": "Guobiao GB/T 20234.3 DC connector.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OCPIDayOfWeek",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "MONDAY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TUESDAY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WEDNESDAY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "THURSDAY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FRIDAY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SATURDAY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SUNDAY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OCPIDisplayText",
        "description": null,
        "fields": [
          {
            "name": "language",
            "description": "Language Code ISO 639-1",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "text",
            "description": "Text to be displayed to an end user. No markup, html etc. allowed.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OCPIEnergyMix",
        "description": "This type is used to specify the energy mix and environmental impact of the supplied energy at a location or in a tariff.",
        "fields": [
          {
            "name": "is_green_energy",
            "description": "True if the power is 100% from regenerative sources",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "energy_sources",
            "description": "Key-value pairs (enum + percentage) of energy sources of this location’s tariff.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "OCPIEnergySource",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "environ_impact",
            "description": "Key-value pairs (enum + percentage) of nuclear waste and CO2 exhaust of this location’s tariff.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "OCPIEnvironmentalImpact",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "supplier_name",
            "description": "Name of the energy supplier, delivering the energy for this location or tariff.*",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "energy_product_name",
            "description": "Name of the energy suppliers product/tariff plan used at this location.*",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OCPIEnergySource",
        "description": null,
        "fields": [
          {
            "name": "source",
            "description": "The type of energy source.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "OCPIEnergySourceCategory",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "percentage",
            "description": "Percentage of this source (0-100) in the mix.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OCPIEnergySourceCategory",
        "description": "Categories of energy sources.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "NUCLEAR",
            "description": "Nuclear power sources.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GENERAL_FOSSIL",
            "description": "All kinds of fossil power sources.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "COAL",
            "description": "Fossil power from coal.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GAS",
            "description": "Fossil power from gas.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GENERAL_GREEN",
            "description": "All kinds of regenerative power sources.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SOLAR",
            "description": "Regenerative power from PV.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WIND",
            "description": "Regenerative power from wind turbines.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WATER",
            "description": "Regenerative power from water turbines.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OCPIEnvironmentalImpact",
        "description": "Amount of waste produced/emitted per kWh.",
        "fields": [
          {
            "name": "category",
            "description": "The environmental impact category of this value.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "OCPIEnvironmentalImpactCategory",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount",
            "description": "Amount of this portion in g/kWh.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OCPIEnvironmentalImpactCategory",
        "description": "Categories of environmental impact values.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "NUCLEAR_WASTE",
            "description": "Produced nuclear waste in g/kWh.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CARBON_DIOXIDE",
            "description": "Exhausted carbon dioxide in g/kWh.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OCPIExceptionalPeriod",
        "description": "Specifies one exceptional period for opening or access hours.",
        "fields": [
          {
            "name": "period_begin",
            "description": "Begin of the exception. In UTC, time_zone field can be used to convert to local time.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "DateTime",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "period_end",
            "description": "End of the exception. In UTC, time_zone field can be used to convert to local time.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "DateTime",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OCPIFacility",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "HOTEL",
            "description": "A hotel.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RESTAURANT",
            "description": "A restaurant.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CAFE",
            "description": "A cafe.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MALL",
            "description": "A mall or shopping center.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SUPERMARKET",
            "description": "A supermarket.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SPORT",
            "description": "Sport facilities: gym, field etc.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RECREATION_AREA",
            "description": "A recreation area.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NATURE",
            "description": "Located in, or close to, a park, nature reserve etc.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MUSEUM",
            "description": "A museum.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BIKE_SHARING",
            "description": "A bike/e-bike/e-scooter sharing location.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BUS_STOP",
            "description": "A bus stop.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TAXI_STAND",
            "description": "A taxi stand.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TRAM_STOP",
            "description": "A tram stop/station.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "METRO_STATION",
            "description": "A metro station.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TRAIN_STATION",
            "description": "A train station.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AIRPORT",
            "description": "An airport.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PARKING_LOT",
            "description": "A parking lot.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CARPOOL_PARKING",
            "description": "A carpool parking.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FUEL_STATION",
            "description": "A Fuel station.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WIFI",
            "description": "Wifi or other type of internet available.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OCPIGeoLocation",
        "description": "This class defines the geo location of the Charge Point. The geodetic system to be used is WGS 84.",
        "fields": [
          {
            "name": "latitude",
            "description": "Latitude of the point in decimal degree. Example: 50.770774. Decimal separator: \".\" Regex: -?[0-9]{1,2}\\.[0-9]{5,7}",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "longitude",
            "description": "Longitude of the point in decimal degree. Example: -126.104965. Decimal separator: \".\" Regex: -?[0-9]{1,3}\\.[0-9]{5,7}",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OCPIHours",
        "description": "Opening and access hours of the location.",
        "fields": [
          {
            "name": "twentyfourseven",
            "description": "True to represent 24 hours a day and 7 days a week, except the given exceptions.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "regular_hours",
            "description": "Regular hours, weekday-based. Only to be used if twentyfourseven=false, then this field needs to contain at least one RegularHours object.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "OCPIRegularHours",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exceptional_openings",
            "description": "Exceptions for specified calendar dates, time-range based. Periods the station is operating/accessible. Additional to regular_hours. May overlap regular rules.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "OCPIExceptionalPeriod",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exceptional_closings",
            "description": "Exceptions for specified calendar dates, time-range based. Periods the station is not operating/accessible. Overwriting regular_hours and exceptional_openings. Should not overlap exceptional_openings.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "OCPIExceptionalPeriod",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OCPIImage",
        "description": null,
        "fields": [
          {
            "name": "url",
            "description": "URL from where the image data can be fetched through a web browser.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "thumbnail",
            "description": "URL from where a thumbnail of the image can be fetched through a webbrowser.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "category",
            "description": "Category of an image",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "OCPIImageCategory",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Image type: gif, jpeg, png, svg",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "width",
            "description": "Width of the full scale image",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "height",
            "description": "Height of the full scale image",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OCPIImageCategory",
        "description": "The category of an image to obtain the correct usage in a user presentation. The category has to be set accordingly to the image content in order to guarantee the right usage.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "CHARGER",
            "description": "Photo of the physical device that contains one or more EVSEs.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ENTRANCE",
            "description": "Location entrance photo. Should show the car entrance to the location from street side.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LOCATION",
            "description": "Location overview photo.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NETWORK",
            "description": "Logo of an associated roaming network to be displayed with the EVSE for example in lists, maps and detailed information views.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OPERATOR",
            "description": "Logo of the charge point operator, for example a municipality, to be displayed in the EVSEs detailed information view or in lists and maps, if no network logo is present.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OTHER",
            "description": "Other",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OWNER",
            "description": "Logo of the charge point owner, for example a local store, to be displayed in the EVSEs detailed information view.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OCPIParkingRestriction",
        "description": "This value, if provided, represents the restriction to the parking spot for different purposes.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "EV_ONLY",
            "description": "Reserved parking spot for electric vehicles.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PLUGGED",
            "description": "Parking is only allowed while plugged in (charging).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DISABLED",
            "description": "Reserved parking spot for disabled people with valid ID.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CUSTOMERS",
            "description": "Parking spot for customers/guests only, for example in case of a hotel or shop.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MOTORCYCLES",
            "description": "Parking spot only suitable for (electric) motorcycles or scooters.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OCPIParkingType",
        "description": "Reflects the general type of the charge point’s location. May be used for user information.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ALONG_MOTORWAY",
            "description": "Location on a parking facility/rest area along a motorway, freeway, interstate, highway etc.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PARKING_GARAGE",
            "description": "Multistorey car park.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PARKING_LOT",
            "description": "A cleared area that is intended for parking vehicles, i.e. at supermarkets, bars, etc.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ON_DRIVEWAY",
            "description": "Location is on the driveway of a house/building.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ON_STREET",
            "description": "Parking in public space along a street.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UNDERGROUND_GARAGE",
            "description": "Multistorey car park, mainly underground.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OCPIPowerType",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "AC_1_PHASE",
            "description": "AC single phase.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AC_3_PHASE",
            "description": "AC three phase.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AC_2_PHASE",
            "description": "AC two phases, only two of the three available phases connected.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AC_2_PHASE_SPLIT",
            "description": "AC two phases using split phase system.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DC",
            "description": "Direct Current.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OCPIPrice",
        "description": null,
        "fields": [
          {
            "name": "excl_vat",
            "description": "Price/Cost excluding VAT.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "incl_vat",
            "description": "Price/Cost including VAT.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OCPIPriceComponent",
        "description": null,
        "fields": [
          {
            "name": "type",
            "description": "Type of tariff dimension.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "OCPITariffDimensionType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "price",
            "description": "Price per unit (excl. VAT) for this tariff dimension.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vat",
            "description": "Applicable VAT percentage for this tariff dimension. If omitted, no VAT is applicable. Not providing a VAT is different from 0% VAT, which would be a value of 0.0 here.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "step_size",
            "description": "Minimum amount to be billed. This unit will be billed in this step_size blocks. For example: if type is TIME and step_size has a value of 300, then time will be billed in blocks of 5 minutes. If 6 minutes were used, 10 minutes (2 blocks of step_size) will be billed.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OCPIRegularHours",
        "description": "Regular recurring operation or access hours.",
        "fields": [
          {
            "name": "weekday",
            "description": "Number of days in the week, from Monday (1) till Sunday (7)",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "period_begin",
            "description": "Begin of the regular period, in local time, given in hours and minutes. Must be in 24h format with leading zeros. Example: \"18:15\". Hour/Minute separator: \":\" Regex: ([0-1][0-9]|2[1-3]):[0-5][0-9].",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "period_end",
            "description": "End of the regular period, in local time, syntax as for period_begin. Must be later than period_begin.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OCPIReservationRestrictionType",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "RESERVATION",
            "description": "Used in TariffElements to describe costs for a reservation.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RESERVATION_EXPIRES",
            "description": "Used in TariffElements to describe costs for a reservation that expires (i.e. driver does not start a charging session before expiry_date of the reservation).",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OCPIStatus",
        "description": "The status of an EVSE.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "AVAILABLE",
            "description": "The EVSE/Connector is able to start a new charging session.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BLOCKED",
            "description": "The EVSE/Connector is not accessible because of a physical barrier, i.e. a car.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CHARGING",
            "description": "The EVSE/Connector is in use.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "INOPERATIVE",
            "description": "The EVSE/Connector is not yet active or it is no longer available (deleted).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OUTOFORDER",
            "description": "The EVSE/Connector is currently out of order.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PLANNED",
            "description": "The EVSE/Connector is planned, will be operating soon.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REMOVED",
            "description": "The EVSE/Connector was discontinued/removed.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RESERVED",
            "description": "The EVSE/Connector is reserved for a particular EV driver and is unavailable for other drivers.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UNKNOWN",
            "description": "No status information available (also used when offline).",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OCPIStatusSchedule",
        "description": "This type is used to schedule status periods in the future. The eMSP can provide this information to the EV user for trip planning purposes. A period MAY have no end. Example: \"This station will be running as of tomorrow. Today it is still planned and under construction.",
        "fields": [
          {
            "name": "period_begin",
            "description": "Begin of the scheduled period.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "DateTime",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "period_end",
            "description": "End of the scheduled period, if known.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "DateTime",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "Status value during the scheduled period.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "OCPIStatus",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OCPITariff",
        "description": null,
        "fields": [
          {
            "name": "country_code",
            "description": "ISO-3166 alpha-2 country code of the CPO that owns this tariff",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "party_id",
            "description": "CPO ID of the CPO that owns this tariff (following the ISO-15118 standard)",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "Uniquely identifies the tariff within the CPO’s platform (and suboperator platforms)",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "currency",
            "description": "ISO-4217 code of the currency of this tariff.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Defines the type of the tariff. This allows for distinction in case of given charging preferences. When omitted, this tariff is valid for all sessions",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "OCPITariffType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tariff_alt_text",
            "description": "List of alternative tariff information texts, in multiple languages",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "OCPIDisplayText",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tariff_alt_url",
            "description": "URL to a web page that contains an explanation of the tariff information in human readable form",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min_price",
            "description": "When this field is set, a charging session with this tariff will cost at least the amount shown. This is different from a FLAT fee (start tariff, transaction fee), as a FLAT fee is a fixed amount that must be paid for any charging session. A minimum price indicates that when the cost of a charging session is lower than this amount, the cost of the session will be equal to this amount",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "OCPIPrice",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "max_price",
            "description": "When this field is set, a charging session with this tariff will NOT cost more than this amount",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "OCPIPrice",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "elements",
            "description": "List of tariff elements",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "OCPITariffElement",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "start_date_time",
            "description": "Time when this tariff becomes active, in UTC, time_zone field of the Location can be used to convert to local time. Typically used for a new tariff that is already given with the location, before it becomes active",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "DateTime",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "end_date_time",
            "description": "Time after which this tariff is no longer valid, in UTC, time_zone field if the location can be used to convert to local time. Typically used when this tariff is going to be replaced with a different tariff in the near future",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "DateTime",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "energy_mix",
            "description": "Details about the energy supplied with this tariff",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "OCPIEnergyMix",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "last_updated",
            "description": "Timestamp when this tariff was last updated (or created)",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "DateTime",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OCPITariffDimensionType",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ENERGY",
            "description": "Defined in kWh, step_size multiplier: 1 Wh",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FLAT",
            "description": "Flat fee without unit for step_size",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PARKING_TIME",
            "description": "Time not charging: defined in hours, step_size multiplier: 1 second",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TIME",
            "description": "Time charging: defined in hours, step_size multiplier: 1 second Can also be used in combination with a RESERVATION restriction to describe the price of the reservation time.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OCPITariffElement",
        "description": null,
        "fields": [
          {
            "name": "price_components",
            "description": "List of price components that describe the pricing of a tariff.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "OCPIPriceComponent",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "restrictions",
            "description": "Restrictions that describe the applicability of a tariff.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "OCPITariffRestrictions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OCPITariffRestrictions",
        "description": null,
        "fields": [
          {
            "name": "start_time",
            "description": "Start time of day in local time, the time zone is defined in the time_zone field of the Location, for example 13:30, valid from this time of the day. Must be in 24h format with leading zeros. Hour/Minute separator: \":\" Regex: ([0-1][0-9]|2[1-3]):[0-5][0-9]",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "end_time",
            "description": "End time of day in local time, the time zone is defined in the time_zone field of the Location, for example 19:45, valid until this time of the day. Same syntax as start_time.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "start_date",
            "description": "Start date in local time, the time zone is defined in the time_zone field of the Location, for example: 2015-12-24, valid from this day. Regex: ([12][0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "end_date",
            "description": "End date in local time, the time zone is defined in the time_zone field of the Location, for example: 2015-12-27, valid until this day (exclusive). Same syntax as start_date",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min_kwh",
            "description": "Minimum consumed energy in kWh, for example 20, valid from this amount of energy being used",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "max_kwh",
            "description": "Maximum consumed energy in kWh, for example 50, valid until this amount of energy being used",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min_current",
            "description": "Sum of the minimum current in over all phases, for example 5. When the EV is charging with more than the defined amount of current, this tariff element is/becomes active. If the charging current is or becomes lower, this tariff element is not or no longer valid and becomes inactive. This does not describe the minimum current over the entire charging session. This restriction can make a tariff element become active when the charging current is above the defined value, but the tariff element MUST no longer be active when the charging current drops below the defined value",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "max_current",
            "description": "Sum of the maximum current in over all phases, for example 20. When the EV is charging with less than the defined amount of current, this tariff element becomes/is active. If the charging current is or becomes higher, this tariff element is not or no longer valid and becomes inactive. This describes NOT the maximum current over the entire Charging Session. This restriction can make a tariff element become active when the charging current is below this value, but the tariff element MUST  no longer be active when the charging current raises above the defined value",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min_power",
            "description": "Minimum power in kW, for example 5. When the EV is charging with more than the defined amount of power, this tariff element is/becomes active. If the charging power is or becomes lower, this tariff element is not or no longer valid and becomes inactive. This does not describe the minimum power over the entire charging session. This restriction can make a tariff element become active when the charging power is above this value, but the TariffElement MUST no longer be active when the charging power drops below the defined value",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "max_power",
            "description": "Maximum power in kW, for example 20. When the EV is charging with less than the defined amount of power, this tariff element becomes/is active. If the charging power is or becomes higher, this tariff element is not or no longer valid and becomes inactive. This does not describe the maximum power over the entire charging session. This restriction can make a tariff element become active when the charging power is below this value, but the TariffElement MUST no longer be active when the charging power raises above the defined value",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min_duration",
            "description": "Minimum duration in seconds the charging session MUST last (inclusive). When the duration of a charging session is longer than the defined value, this TariffElement is or becomes active. Before that moment, this tariff element is not yet active",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "max_duration",
            "description": "Maximum duration in seconds the charging session MUST last (exclusive). When the duration of a charging session is shorter than the defined value, this tariff element is or becomes active. After that moment, this tariff element is no longer active",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "day_of_week",
            "description": "Which day(s) of the week this tariff element is active.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "OCPIDayOfWeek",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "reservation",
            "description": "When this field is present, the tariff element describes reservation costs. A reservation starts when the reservation is made, and ends when the drivers starts charging on the reserved EVSE/Location, or when the reservation expires. A reservation can only have: FLAT and TIME TariffDimensions, where TIME is for the duration of the reservation",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "OCPIReservationRestrictionType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OCPITariffType",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "AD_HOC_PAYMENT",
            "description": "Used to describe that a tariff is valid when ad-hoc payment is used at the charge point (for example: Debit or Credit card payment terminal)",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PROFILE_CHEAP",
            "description": "Used to describe that a tariff is valid when charging preference: CHEAP is set for the session",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PROFILE_FAST",
            "description": "Used to describe that a tariff is valid when charging preference: FAST is set for the session",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PROFILE_GREEN",
            "description": "Used to describe that a tariff is valid when charging preference: GREEN is set for the session",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REGULAR",
            "description": "Used to describe that a tariff is valid when using an RFID, without any charging preference, or when charging preference: REGULAR is set for the session",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OICPChargingModes",
        "description": "List of charging modes that are supported.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "mode_1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mode_2",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mode_3",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mode_4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chademo",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OICPConnectorCustomProperties",
        "description": "Custom connector properties for OICP databases. Station databases that not follow the OICP standard return null values.",
        "fields": [
          {
            "name": "dynamic_power_level",
            "description": "Returns whether the connector is able to deliver different power outputs.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charging_modes",
            "description": "List of charging modes that are supported as specified by IEC 61851-1.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "OICPChargingModes",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OICPEvseAuthenticationMode",
        "description": "List of authentication modes that are supported.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "nfc_rfid_classic",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nfc_rfid_desfire",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pnc",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "remote",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direct_payment",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "no_authentication_required",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OICPEvseCustomProperties",
        "description": "Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values.",
        "fields": [
          {
            "name": "authentication_modes",
            "description": "List of authentication modes that are supported.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "OICPEvseAuthenticationMode",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "max_capacity",
            "description": "Returns a value if the EVSE has a limited capacity (e.g. built-in battery). Values are in kWh.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "payment_options",
            "description": "List of payment options that are supported.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "OICPPaymentOptions",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "value_added_services",
            "description": "List of value added services that are supported.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "OICPValueAddedServices",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "additional_info",
            "description": "List of additional info by locale.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "OICPEvseCustomPropertiesAdditionalInfo",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_hubject_compatible",
            "description": "When the value is set to false this station does not support remote start and stop by Hubject.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hardware_manufacturer",
            "description": "Name of the charging point manufacturer.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OICPEvseCustomPropertiesAdditionalInfo",
        "description": null,
        "fields": [
          {
            "name": "lang",
            "description": "The language in which the additional info text is provided.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "value",
            "description": "Additional info text value.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OICPPaymentOptions",
        "description": "List of payment options that are supported.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "no_payment",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direct",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "contract",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OICPStationCustomProperties",
        "description": "Custom station properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values.",
        "fields": [
          {
            "name": "parking_facility",
            "description": "Returns whether the station is a parking facility.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "parking_spot",
            "description": "Returns an identifier for the precise parking spot. Eg. 36 or 12-1.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "calibration_law_data_availability",
            "description": "Returns information on how the charging station provides metering law data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "clearinghouse_id",
            "description": "Identification of the corresponding clearing house in the event that roaming between different clearing houses must be processed in the future.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OICPValueAddedServices",
        "description": "List of value added services that are supported.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "reservation",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "dynamic_pricing",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "parking_sensors",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximum_power_charging",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictive_charge_point_usage",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charging_plans",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "roof_provided",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "none",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Odometer",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Value of the vehicle's odometer.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the vehicle's odometer.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "DistanceUnit",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TelemetryInputSource",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "OdometerInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Value of the vehicle's odometer.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the vehicle's odometer.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "DistanceUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data, defaults to 'manual'.",
            "type": {
              "kind": "ENUM",
              "name": "TelemetryInputSource",
              "ofType": null
            },
            "defaultValue": "manual",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Operator",
        "description": "Operator data which extends OCPI BusinessDetails.",
        "fields": [
          {
            "name": "id",
            "description": "Unique operator ID.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "external_id",
            "description": "External ID of an operator provided by the operator data source.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "Name of an operator.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "website",
            "description": "Link to an operator’s website.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "logo",
            "description": "Image link to an operator’s logo.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "OCPIImage",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "country",
            "description": "ISO-3166 alpha-2 country code an operator is active in.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `countries`."
          },
          {
            "name": "countries",
            "description": "ISO-3166 alpha-2 country codes an operator is active in.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "CountryCodeAlpha2",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "contact",
            "description": "Contact information.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Contact",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ranking",
            "description": "Ranking level on which the operator is placed or null in case the operator is not on any ranking level. Default operator preference applied to routes created through newRoute mutation if no operator preference is specified in the request.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `ranking_levels`."
          },
          {
            "name": "excluded",
            "description": "Flag which indicates if the operator is in the excluded list. Default operator preference applied to routes created through newRoute mutation if no operator preference is specified in the request.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `excluded_countries`."
          },
          {
            "name": "ranking_levels",
            "description": "Ranking configuration for the operator. An operator can be ranked on different levels in different countries. Default operator preference applied to routes created through createRoute mutation if no operator preference is specified in the request.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "OperatorRankingLevels",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "excluded_countries",
            "description": "List of countries where the operator is excluded. Default operator preference applied to routes created through createRoute mutation if no operator preference is specified in the request.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "CountryCodeAlpha2",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avoided_countries",
            "description": "List of countries where the operator is avoided. Default operator preference applied to routes created through createRoute mutation if no operator preference is specified in the request.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "CountryCodeAlpha2",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "OperatorListFilter",
        "description": "Criteria to filter operators in the operator list query.",
        "fields": null,
        "inputFields": [
          {
            "name": "countries",
            "description": "ISO-3166 alpha-2 country codes an operator is active in.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "CountryCodeAlpha2",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ranking",
            "description": "List of ranking level(s) to be retrieved. Valid values are 1 to 10. Default operator preference applied to routes created through newRoute mutation if no operator preference is specified in the request.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "excluded",
            "description": "Only retrieve operators that are in the excluded list. Default operator preference applied to routes created through newRoute mutation if no operator preference is specified in the request.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ranking_levels",
            "description": "List of ranking level(s) to be retrieved. An operator can be ranked on different levels in different countries. Default operator preference applied to routes created through createRoute mutation if no operator preference is specified in the request.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "OperatorRankingLevelsFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "excluded_countries",
            "description": "List of countries where the operator is excluded. Default operator preference applied to routes created through createRoute mutation if no operator preference is specified in the request.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "CountryCodeAlpha2",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "OperatorListQuery",
        "description": "Query parameters to filter operators in the operator list query.",
        "fields": null,
        "inputFields": [
          {
            "name": "id",
            "description": "Unique operator ID.",
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "external_id",
            "description": "External ID of an operator provided by an operator data source.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "Exact name.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "country",
            "description": "Exact country code.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OperatorPreferenceType",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ranked",
            "description": "Operators that have been set as preferred or required.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "unranked",
            "description": "Operators that have not been set as neither preferred or required or avoided nor excluded.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avoided",
            "description": "Operators that have been set to be avoided.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "excluded",
            "description": "Operators that have been set to be excluded.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "OperatorRankingLevel",
        "description": "Operator ranking level.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "low",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "medium",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OperatorRankingLevels",
        "description": "Ranking configuration for the operator. An operator can be ranked on different levels in different countries. Default operator preference applied to routes created through createRoute mutation if no operator preference is specified in the request.",
        "fields": [
          {
            "name": "low",
            "description": "Low level for operators ranking.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "CountryCodeAlpha2",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "medium",
            "description": "Medium level for operators ranking.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "CountryCodeAlpha2",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high",
            "description": "High level for operators ranking.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "CountryCodeAlpha2",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "OperatorRankingLevelsFilter",
        "description": "Filter operators by ranking levels.",
        "fields": null,
        "inputFields": [
          {
            "name": "low",
            "description": "Low level for operators ranking.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "CountryCodeAlpha2",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "medium",
            "description": "Medium level for operators ranking.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "CountryCodeAlpha2",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high",
            "description": "High level for operators ranking.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "CountryCodeAlpha2",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "OutsideTempInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Value of the outside temperature.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the outside temperature.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TemperatureUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data, defaults to 'manual'.",
            "type": {
              "kind": "ENUM",
              "name": "TelemetryInputSource",
              "ofType": null
            },
            "defaultValue": "manual",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OutsideTemperature",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Value of the temperature.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the outside temperature.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TemperatureUnit",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TelemetryInputSource",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "OutsideTemperatureInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Value of the outside temperature.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the outside temperature.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TemperatureUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data.",
            "type": {
              "kind": "ENUM",
              "name": "TelemetryInputSource",
              "ofType": null
            },
            "defaultValue": "manual",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PageInfo",
        "description": "Information about the list page.",
        "fields": [
          {
            "name": "has_next_page",
            "description": "Flag that indicates if it has a next page.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "has_previous_page",
            "description": "Flag that indicates if it has a previous page.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "start_cursor",
            "description": "Cursor of the first connection of the page. If the page is empty, this is null.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "end_cursor",
            "description": "Cursor of the last connection of the page. If the page is empty, this is null.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ParkingCost",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "free",
            "description": "Parking is free.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "paid",
            "description": "Parking includes a fee.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PathSegment",
        "description": null,
        "fields": [
          {
            "name": "elevation",
            "description": "Elevation (altitude) in meters.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSpeed",
            "description": "Average speed, in km/h, for this route path segment.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "consumption",
            "description": "Consumption, in kWh, of a route path segment.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "consumptionPerKm",
            "description": "Consumption, in kWh per km, of a route path segment.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "distance",
            "description": "Distance, in meters, of a route path segment.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "duration",
            "description": "Duration, in seconds, of a route path segment.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stateOfCharge",
            "description": "State of charge, in kWh, of a route path segment.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "SCALAR",
        "name": "PlainID",
        "description": "The `PlainID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The `PlainID` type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as \"4\") or integer (such as 4) input value will be accepted as an ID.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "SCALAR",
        "name": "PlainString",
        "description": "The `PlainString` scalar type represents textual data, represented as UTF-8 character sequences.\nThe PlainString type represents free-form human-readable text with HTML sanitization.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Point",
        "description": "A GeoJSON Point.",
        "fields": [
          {
            "name": "type",
            "description": "Point type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PointType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "coordinates",
            "description": "The coordinates array with longitude as first value and latitude as second one.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PointInput",
        "description": "A GeoJSON Point input.",
        "fields": null,
        "inputFields": [
          {
            "name": "type",
            "description": "Point type.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PointType",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "coordinates",
            "description": "Coordinates [longitude, latitude].",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PointType",
        "description": "GeoJSON Point type.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Point",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PolygonProperties",
        "description": "Polygon properties.",
        "fields": [
          {
            "name": "index",
            "description": "Index of the feature inside the list.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PolylineInputDecimals",
        "description": "Number of decimals for a polyline.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "five",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "six",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PowerInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Value of the positive or negative power. When negative the vehicle is charging.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the power.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PowerUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data, defaults to 'manual'.",
            "type": {
              "kind": "ENUM",
              "name": "TelemetryInputSource",
              "ofType": null
            },
            "defaultValue": "manual",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PowerSupported",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "available",
            "description": "Power is supported.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "not_available",
            "description": "Power is not supported.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "announced",
            "description": "Power is announced, but not yet supported.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PowerUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "kilowatt",
            "description": "Return the power in kilowatts.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "horsepower",
            "description": "Return the power in horsepower.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PressureUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "bar",
            "description": "Return the pressure in bar.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pounds_per_square_inch",
            "description": "Return the pressure in pounds per square inch.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Pricing",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "Unique ID of a price.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "price_list",
            "description": "Price details.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PricingList",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PricingList",
        "description": null,
        "fields": [
          {
            "name": "partner",
            "description": "(MSP) Mobility Service Provider.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "product",
            "description": "Product details.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PricingListProduct",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "elements",
            "description": "Price product elements.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PricingListElement",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PricingListElement",
        "description": null,
        "fields": [
          {
            "name": "type",
            "description": "Price element type.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "PricingListElementType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "price_excl_vat",
            "description": "Price of the element type without VAT.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vat",
            "description": "VAT percentage to apply.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PricingListElementType",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ENERGY",
            "description": "Price per kWh.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FLAT",
            "description": "Starting price, fixed fee per charge session.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TIME",
            "description": "Fixed price per hour.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PARKING_TIME",
            "description": "Parking price per hour.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PricingListProduct",
        "description": null,
        "fields": [
          {
            "name": "name",
            "description": "Name of the payment card or subscription. If name is 'Adhoc price' the price is the CPO price.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": "Description of the product.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "subscription_type",
            "description": "Subscription type.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "subscription_fee_excl_vat",
            "description": "Subscription fee without VAT.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "currency",
            "description": "Currency.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Query",
        "description": null,
        "fields": [
          {
            "name": "amenityList",
            "description": "Get a full list of amenities around a station.",
            "args": [
              {
                "name": "stationId",
                "description": "ID of the station.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "filter",
                "description": "Criteria to filter amenities.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "AmenityListFilter",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "size",
                "description": "Number of elements (count) to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "10",
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "page",
                "description": "Page number to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "0",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Amenity",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connectedVehicle",
            "description": "[BETA] Get a connected vehicles by id",
            "args": [
              {
                "name": "id",
                "description": "Connected vehicle id",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "ConnectedVehicle",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connectedVehicleList",
            "description": "[BETA] Get the connected vehicles for the current user",
            "args": [
              {
                "name": "filter",
                "description": "Filter connectedVehicleList result.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "ConnectedVehicleListFilter",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "size",
                "description": "Number of elements (count) to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "10",
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "page",
                "description": "Page number to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "0",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ConnectedVehicle",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connectedVehicleData",
            "description": "[BETA] Retrieve live vehicle data by connected vehicle id",
            "args": [
              {
                "name": "id",
                "description": "Id from the connected vehicle",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "VehicleData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isoline",
            "description": "Get an isoline by ID.",
            "args": [
              {
                "name": "id",
                "description": "ID of the isoline label to retrieve",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "Isoline",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "navigation",
            "description": "[BETA] Get a navigation session by ID",
            "args": [
              {
                "name": "id",
                "description": "ID of the navigation session to retrieve",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "Navigation",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operatorList",
            "description": "Get a full list of operators.",
            "args": [
              {
                "name": "query",
                "description": "Query parameters to filter operators.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "OperatorListQuery",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "search",
                "description": "Search operator by name.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "filter",
                "description": "Criteria to filter operators.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "OperatorListFilter",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "size",
                "description": "Number of elements (count) to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "10",
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "page",
                "description": "Page number to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "0",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Operator",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operator",
            "description": "Get information about an operator by its ID.",
            "args": [
              {
                "name": "id",
                "description": "The operator ID.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "Operator",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "reviewList",
            "description": "Get all reviews of a station by the station ID.",
            "args": [
              {
                "name": "stationId",
                "description": "ID of the station.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "size",
                "description": "Number of elements (count) to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "10",
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "page",
                "description": "Page number to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "0",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Review",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "userReviewList",
            "description": "Get all reviews of stations that were added by an authenticated user.\nThe `x-token` header is mandatory in order to authorize the user who wants to retrieve all the reviews added by him/her.\nThis is a premium feature, contact Chargetrip for more information.",
            "args": [
              {
                "name": "size",
                "description": "Number of elements (count) to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "10",
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "page",
                "description": "Page number to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "0",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Review",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "routeEmissions",
            "description": "Get emissions for a route.",
            "args": [
              {
                "name": "route_id",
                "description": "ID of the route for which we retrieve the emissions profile.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "route_alternative_id",
                "description": "ID of the route alternative for which we retrieve the emissions profile. If not provided, we will retrieve the recommended alternative.",
                "type": {
                  "kind": "SCALAR",
                  "name": "ID",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteEmissions",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `getRouteEmissions`."
          },
          {
            "name": "route",
            "description": "Get a route by ID.",
            "args": [
              {
                "name": "id",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "Route",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `getRoute`."
          },
          {
            "name": "routePath",
            "description": "Get a route path segment by ID.",
            "args": [
              {
                "name": "id",
                "description": "ID of a route that you require for a route path segment",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "location",
                "description": "The GeoJSON Point of a route path segment",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "PointInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "alternativeId",
                "description": "Optional alternative ID. By default we will retrieve the fastest route",
                "type": {
                  "kind": "SCALAR",
                  "name": "ID",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "RoutePath",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `RouteDetails.path_plot`."
          },
          {
            "name": "getRouteEmissions",
            "description": "Get emissions for a route.",
            "args": [
              {
                "name": "route_id",
                "description": "ID of the route for which we retrieve the emissions profile.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "route_details_id",
                "description": "ID of the route details for which we retrieve the emissions profile.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteDetailsEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "getRoute",
            "description": "Get a route by ID.",
            "args": [
              {
                "name": "id",
                "description": "ID of a route.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteResponse",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "getRouteStationsWithAmenities",
            "description": "[BETA] Search for stations with amenities within a specific time window and distance of a previously calculated route.",
            "args": [
              {
                "name": "route_id",
                "description": "ID of the route request.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "route_details_id",
                "description": "ID of the route.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "time_window",
                "description": "Time window along the route to search for stations with amenities.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "RouteTimeWindow",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "amenity_types",
                "description": "Type of amenity to search along the route. Behaves as logical OR when multiple values are provided.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "AmenityType",
                        "ofType": null
                      }
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "filter",
                "description": "Filter results by station or amenity properties.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "RouteStationsWithAmenityFilter",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "first",
                "description": "Maximum number of items to return per page, a value between 1 and 10.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "10",
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "after",
                "description": "Returns the items in the list that come after the specified cursor. For the first page, this field should not be specified.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteStationsWithAmenitiesConnection",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station",
            "description": "Get information about a station by its ID.",
            "args": [
              {
                "name": "id",
                "description": "ID of a station.",
                "type": {
                  "kind": "SCALAR",
                  "name": "ID",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "evse_id",
                "description": "ID of a EVSE.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "Station",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stationList",
            "description": "Get a full list of stations.",
            "args": [
              {
                "name": "query",
                "description": "Query parameters to filter stations.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "StationListQuery",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "filter",
                "description": "Criteria to filter stations.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "StationListFilter",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "search",
                "description": "Search for stations by name, id and external id.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "size",
                "description": "Number of elements (count) to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "10",
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "page",
                "description": "Page number to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "0",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Station",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stationAround",
            "description": "Search for stations around a GeoJSON point with a specific distance in meters.",
            "args": [
              {
                "name": "query",
                "description": "Query parameters to filter stations.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "StationAroundQuery",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "filter",
                "description": "Criteria to filter stations.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "StationAroundFilter",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "search",
                "description": "Search for stations around by name, id and external id.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "size",
                "description": "Number of elements (count) to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "10",
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "page",
                "description": "Page number to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "0",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Station",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tariff",
            "description": "Get information about a tariff by the tariff ID.",
            "args": [
              {
                "name": "id",
                "description": "The tariff ID",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "OCPITariff",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tariffList",
            "description": "Get the full list of tariffs.",
            "args": [
              {
                "name": "size",
                "description": "The number of element (count) to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "10",
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "page",
                "description": "Page number to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "0",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "OCPITariff",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle",
            "description": "Get information about a vehicle by its ID.",
            "args": [
              {
                "name": "id",
                "description": "Vehicles unique ID.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "country",
                "description": "ISO-3166 alpha-2 country code to apply localization on vehicle data if available.",
                "type": {
                  "kind": "ENUM",
                  "name": "CountryCodeAlpha2",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "Vehicle",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehiclePremium",
            "description": "Vehicle premium data provides even more information about your vehicle: tire pressure, prices, drivetrain data, and more. Please contact us for access to premium data.",
            "args": [
              {
                "name": "id",
                "description": "Vehicles unique ID.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "country",
                "description": "ISO-3166 alpha-2 country code to apply localization on vehicle data if available.",
                "type": {
                  "kind": "ENUM",
                  "name": "CountryCodeAlpha2",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremium",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicleList",
            "description": "Get a full list of vehicles.",
            "args": [
              {
                "name": "search",
                "description": "Search for vehicles by make, model, version and chargetrip version.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "filter",
                "description": "Filter vehicle result.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "VehicleListFilter",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "country",
                "description": "ISO-3166 alpha-2 country code to apply localization on vehicle data if available.",
                "type": {
                  "kind": "ENUM",
                  "name": "CountryCodeAlpha2",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "size",
                "description": "Number of elements (count) to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "10",
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "page",
                "description": "Page number to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "0",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleList",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicleMakes",
            "description": "[BETA] Get a full list of vehicle makes.",
            "args": [
              {
                "name": "country",
                "description": "ISO-3166 alpha-2 country code to apply localization on vehicle data if available.",
                "type": {
                  "kind": "ENUM",
                  "name": "CountryCodeAlpha2",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleMakesConnection",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicleModels",
            "description": "[BETA] Get a full list of vehicle make models.",
            "args": [
              {
                "name": "filter",
                "description": "Filter vehicle models result.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "VehicleModelsFilter",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "country",
                "description": "ISO-3166 alpha-2 country code to apply localization on vehicle data if available.",
                "type": {
                  "kind": "ENUM",
                  "name": "CountryCodeAlpha2",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "first",
                "description": "Maximum number of items to return per page, a value between 1 and 10.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "10",
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "after",
                "description": "Returns the items in the list that come after the specified cursor. For the first page, this field should not be specified.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleModelsConnection",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RemoveConnectedVehicleInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "id",
            "description": "Id from the connected vehicle",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RequestEv",
        "description": "EV specific data for a route request.",
        "fields": [
          {
            "name": "id",
            "description": "Internal ID of a Vehicle.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery",
            "description": "EV battery specific data.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RequestEvBattery",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "plugs",
            "description": "Supported plugs for an EV.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RequestEvPlug",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "adapters",
            "description": "Supported adapters of plugs for an EV.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RequestEvPlug",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "minPower",
            "description": "Minimum desired power of chargers.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "climate",
            "description": "Climate is on.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heatPump",
            "description": "Vehicle Heat Pump configuration.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "HeatPumpMode",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cabin",
            "description": "Vehicle cabin configuration.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RequestEvCabin",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cargo",
            "description": "Cargo weight, in kg.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "numberOfPassengers",
            "description": "Number of passengers on board.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `occupants`."
          },
          {
            "name": "occupants",
            "description": "Number of occupants.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "consumption",
            "description": "Consumption specific to an EV or inputted by a request.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RequestEvConsumption",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RequestEvBattery",
        "description": null,
        "fields": [
          {
            "name": "capacity",
            "description": "Usable capacity of the battery used to compute the route. If this in not filled in, value as the vehicle battery.usable_kwh.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RequestEvBatteryValue",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "capacityKwh",
            "description": "Usable capacity of a battery, in kWh. This value is computed from the provided capacity value.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stateOfCharge",
            "description": "Current amount of energy in a battery. If this is not filled in, we assume the battery is full and it will be equal to the battery.usable_kwh.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RequestEvBatteryValue",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stateOfChargeKwh",
            "description": "Current amount of energy in a battery, in kWh. This value is computed from the provided state of charge.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "finalStateOfCharge",
            "description": "Desired final amount of energy in a battery. If this is not filled in, it will be set to 20% of the vehicle battery.usable_kwh.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RequestEvBatteryValue",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "finalStateOfChargeKwh",
            "description": "Desired final amount of energy in a battery, in kWh. This value is computed from the provided final state of charge.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RequestEvBatteryInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "capacity",
            "description": "Usable capacity of a battery used to compute a route. We recommend you stay between 50% and 150%. If this in not filled in, we assume it is the same value as the vehicle battery.usable_kwh.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RequestEvBatteryInputValue",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stateOfCharge",
            "description": "Current amount of energy in a battery. If this is not filled in, we assume the battery is full and we fill it in with vehicle battery.usable_kwh.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RequestEvBatteryInputValue",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "finalStateOfCharge",
            "description": "Desired final amount of energy in a battery. The value should be between 0 and 80% of the vehicle battery.usable_kwh If this is not filled in, we assume it is 20% of the vehicle battery.usable_kwh.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RequestEvBatteryInputValue",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RequestEvBatteryInputValue",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Value of a desired final amount of energy in a battery.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Type of a desired final amount of energy in a battery.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "BatteryInputType",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RequestEvBatteryValue",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Value of the desired final amount of energy in a battery.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Type of the desired final amount of energy in a battery.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "BatteryInputType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RequestEvCabin",
        "description": "Vehicle cabin configuration.",
        "fields": [
          {
            "name": "isPreconditioned",
            "description": "Flag which indicate if the vehicle cabin was preconditioned for the desired temperature.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "desiredTemperature",
            "description": "Desired cabin temperature. Default is 20 degrees Celsius or 68 degrees Fahrenheit.",
            "args": [
              {
                "name": "unit",
                "description": "Type of temperature, defaults to 'Celsius'.",
                "type": {
                  "kind": "ENUM",
                  "name": "TemperatureUnit",
                  "ofType": null
                },
                "defaultValue": "Celsius",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RequestEvCabinInput",
        "description": "Vehicle cabin configuration.",
        "fields": null,
        "inputFields": [
          {
            "name": "isPreconditioned",
            "description": "Flag which indicate if the vehicle cabin was preconditioned for the desired temperature.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": "false",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "desiredTemperature",
            "description": "Desired cabin temperature. Default is 20 degrees Celsius or 68 degrees Fahrenheit.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "TemperatureInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RequestEvConsumption",
        "description": null,
        "fields": [
          {
            "name": "auxiliary",
            "description": "The amount of energy, in kWh, used by the auxiliary systems of the vehicle in an hour, like media box, etc",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "aux",
            "description": "Consumption, in kWh, of the auxiliaries.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "CarConsumption",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `auxiliary`"
          },
          {
            "name": "bms",
            "description": "Consumption, in kWh, of the battery management system.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "CarConsumption",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `auxiliary`"
          },
          {
            "name": "idle",
            "description": "Consumption, in kWh, of the vehicle in idle mode.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "CarConsumption",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `auxiliary`"
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RequestEvConsumptionInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "auxiliary",
            "description": "Amount of energy, in kWh, used by the auxiliary systems of the vehicle in an hour, like media box, etc.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "aux",
            "description": "Consumption, in kWh, of the auxiliaries.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "CarConsumptionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bms",
            "description": "Consumption, in kWh, of the battery management system.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "CarConsumptionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "idle",
            "description": "Consumption, in kWh, of the vehicle in idle mode.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "CarConsumptionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RequestEvInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "id",
            "description": "Internal ID of a Vehicle.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery",
            "description": "The EV battery specific data.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RequestEvBatteryInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "plugs",
            "description": "Supported plugs of an EV.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "RequestEvPlugInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "adapters",
            "description": "Supported adapters of plugs of an EV.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "RequestEvPlugInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "minPower",
            "description": "Minimum desired power of chargers.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "climate",
            "description": "Flag which indicates if the climate is on.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": "true",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heatPump",
            "description": "Vehicle Heat Pump configuration.",
            "type": {
              "kind": "ENUM",
              "name": "HeatPumpMode",
              "ofType": null
            },
            "defaultValue": "default",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cabin",
            "description": "Vehicle cabin configuration.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RequestEvCabinInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "numberOfPassengers",
            "description": "Number of passengers on board.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "occupants",
            "description": "Number of occupants.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cargo",
            "description": "Cargo weight, in kg.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "consumption",
            "description": "Consumption specific to the EV or inputted by the request.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RequestEvConsumptionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "auxConsumption",
            "description": "Consumption, in kWh, of the auxiliaries.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bmsConsumption",
            "description": "Consumption, in kWh, of the battery management system.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RequestEvPlug",
        "description": null,
        "fields": [
          {
            "name": "standard",
            "description": "Type of the plug.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "ConnectorType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chargingPower",
            "description": "Maximum charging speed for a plug.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RequestEvPlugInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "standard",
            "description": "Type of a plug.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ConnectorType",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chargingPower",
            "description": "Maximum charging speed for this plug.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RequestInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "ev",
            "description": "EV specific data for a route request.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "RequestEvInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "routeRequest",
            "description": "Route request data.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "RequestRouteInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "telemetry",
            "description": "Telemetry data used to overwrite routing parameters.",
            "type": {
              "kind": "SCALAR",
              "name": "JSON",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RequestRoute",
        "description": null,
        "fields": [
          {
            "name": "amenities",
            "description": "Requested amenities near the stations, within a 1 kilometer radius.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `amenity_preferences`."
          },
          {
            "name": "amenity_preferences",
            "description": "Amenity preferences for a route.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteAmenityPreferences",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operatorIds",
            "description": "Requested operators.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `operators`."
          },
          {
            "name": "operatorRequired",
            "description": "Preferred operators are required. In case there are no preferred operators the route cannot be calculated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `operators`."
          },
          {
            "name": "operatorPrefer",
            "description": "Encourage the route to use preferred operators. In case there are no preferred operators the route can still be calculated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `operators`."
          },
          {
            "name": "operators",
            "description": "Operator prioritization for a route.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteOperators",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "season",
            "description": "Season.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "RouteSeason",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "safeRiskMargin",
            "description": "Percentage for the minimum limit of the battery capacity before a recharge. The value should be between 0 and 60. When omitted, the project configuration is used.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "origin",
            "description": "Origin of a route.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "FeaturePoint",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "destination",
            "description": "Destination of a route.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "FeaturePoint",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "via",
            "description": "Locations where a route will stop.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "FeaturePoint",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stationsAlongRouteRadius",
            "description": "Radius in meters for alternative stations along a route (min 500 - max 5000).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "instructions",
            "description": "Flag indicating wether the turn-by-turn navigation instructions should be prepared. Disclaimer: The functionality is under active development and the final API is a subject to change. Not ready for production.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "All routes will have turn-by-turn instructions prepared. Boolean will be ignored."
          },
          {
            "name": "chargeMode",
            "description": "Mode that indicates if we optimize the charging time or always charge to the maximum capacity.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "ChargeMode",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RequestRouteInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "amenities",
            "description": "A list of desired amenities near the stations, with a 1 kilometer radius.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amenity_preferences",
            "description": "Amenity preferences for a route.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "AmenityPreferencesInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operatorIds",
            "description": "A list of requested operators.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operatorRequired",
            "description": "Flag which indicates if the operators are required.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operatorPrefer",
            "description": "Flag which indicates if the preferred operators should be loaded.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operators",
            "description": "Operator prioritization for a route.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RouteOperatorsInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "season",
            "description": "Optional flag to specify the season.",
            "type": {
              "kind": "ENUM",
              "name": "RouteSeason",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "safeRiskMargin",
            "description": "Percentage for a minimum limit of a battery capacity before a recharge. The value should be between 0 and 60. When omitted, the project configuration is used.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chargeMode",
            "description": "Mode that indicates if we optimize the charging time or always charge to the maximum capacity.",
            "type": {
              "kind": "ENUM",
              "name": "ChargeMode",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "origin",
            "description": "Origin of a route.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "FeaturePointInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "destination",
            "description": "Destination of a route.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "FeaturePointInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "via",
            "description": "An optional list of locations where we should stop.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "FeaturePointInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stationsAlongRouteRadius",
            "description": "Alternative stations along a route within a specified radius in meters (minimum 500, maximum 5000).",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "instructions",
            "description": "Flag to enable turn-by-turn instructions.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RequestUser",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "ID of the user.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Review",
        "description": "Review model.",
        "fields": [
          {
            "name": "id",
            "description": "ID of a review.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station",
            "description": "Station for which a review was provided.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Station",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "user",
            "description": "User who added a review. If a review was added by an anonymous user, this will be null.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ReviewUser",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rating",
            "description": "Rating of a review.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "message",
            "description": "Message of a review.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "locale",
            "description": "Locale of a message.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ev",
            "description": "Vehicle that was provided/selected by a user.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Vehicle",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "plugType",
            "description": "Plug type that was provided/selected by a user.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "ConnectorType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "JSON",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tags",
            "description": "Boolean tags for a station review.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ReviewTags",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "Date and time when a review was created.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "updatedAt",
            "description": "Date and time when a review was updated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "ReviewAdd",
        "description": "Form input to add a new review.",
        "fields": null,
        "inputFields": [
          {
            "name": "stationId",
            "description": "Station ID for which a review is provided.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rating",
            "description": "Rating of a review.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "message",
            "description": "Review message.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "locale",
            "description": "Locale of a message.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ev",
            "description": "ID of the vehicle that was provided/selected by a user.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "plugType",
            "description": "Plug type that was provided/selected by a user.",
            "type": {
              "kind": "ENUM",
              "name": "ConnectorType",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer.",
            "type": {
              "kind": "SCALAR",
              "name": "JSON",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tags",
            "description": "Boolean tags for a station review.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "ReviewTagsInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "ReviewEdit",
        "description": "Form input for edit an existing review.",
        "fields": null,
        "inputFields": [
          {
            "name": "rating",
            "description": "Rating of a review.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "message",
            "description": "Review message.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "locale",
            "description": "Locale of a message.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer.",
            "type": {
              "kind": "SCALAR",
              "name": "JSON",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tags",
            "description": "Boolean tags for a station review.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "ReviewTagsInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ReviewStats",
        "description": "Statistical information for reviews of a station.",
        "fields": [
          {
            "name": "rating",
            "description": "Average of all reviews.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "count",
            "description": "'Total number of reviews.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ReviewTags",
        "description": "Boolean tags for the station review.",
        "fields": [
          {
            "name": "working",
            "description": "Flag which indicates if the station was working when the review was added.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "recommended",
            "description": "Flag which indicates if the user recommended the station when the review was added.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "ReviewTagsInput",
        "description": "Boolean tags for a station review.",
        "fields": null,
        "inputFields": [
          {
            "name": "working",
            "description": "Flag which indicates if a station was working when the review was added.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "recommended",
            "description": "Flag which indicates if a user recommended a station when the review was added.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ReviewUser",
        "description": "Special format for the user of a review.",
        "fields": [
          {
            "name": "name",
            "description": "User full name. If a review was added by an anonymous user, this will be null.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Route",
        "description": null,
        "fields": [
          {
            "name": "route",
            "description": "Recommended route.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteAlternative",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "alternatives",
            "description": "Available alternatives.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteAlternative",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ev",
            "description": "EV specific data for a route request.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RequestEv",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "telemetry",
            "description": "Route telemetry data.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "JSON",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "user",
            "description": null,
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RequestUser",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "You will receive null values."
          },
          {
            "name": "routeRequest",
            "description": "Route request data.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RequestRoute",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "app",
            "description": "Application who requested a route.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteApp",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "Route status.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "RouteStatus",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteAlternative",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "ID of a route alternative.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Type of alternative route.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "RouteAlternativeType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charges",
            "description": "Number of charging stops required for this route.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chargesAvailable",
            "description": "Number of available charges along a route.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chargesOccupied",
            "description": "Number of occupied charges along a route.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chargesUnknown",
            "description": "Number of unknown charges along a route.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chargesOutOfOrder",
            "description": "Number of out of order charges along a route.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "distance",
            "description": "Total distance of a route in meters.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "duration",
            "description": "Total duration of a route, including charge time, in seconds.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "consumption",
            "description": "Total energy used for a route in kWh.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chargeTime",
            "description": "Total time required to charge for an entire route, in seconds.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amenityRanking",
            "description": "Amenity ranking for an alternative.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Will be removed."
          },
          {
            "name": "rangeStart",
            "description": "Display value that indicates the range, in meters, available at the beginning of the trip. This range is calculated using the Chargetrip range, the conditions at the time of planning the route, weather scenario (current or seasonal) and the route input.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rangeStartKwh",
            "description": "Total energy in a battery at the beginning of a trip, in kWh.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rangeStartPercentage",
            "description": "Total energy in a battery at the beginning of a trip, in percentage.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rangeEnd",
            "description": "Display value that indicates the range, in meters, available at the end of the trip. This range is calculated using the Chargetrip range, the conditions at the time of planning the route, weather scenario (current or seasonal) and the route input. Please note: In case of a non BEV where the range end is negative, the value will be 0.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rangeEndKwh",
            "description": "Remaining range, energy in kWh, at the end of a trip. In the case of a non BEV where the range end is negative, the value will be 0.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rangeEndPercentage",
            "description": "Remaining range, energy in percentage, at the end of a trip.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "via",
            "description": "Text information about a route direction.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "polyline",
            "description": "Polyline containing encoded coordinates.",
            "args": [
              {
                "name": "decimals",
                "description": "Number of decimals used by the algorithm to encode [long, lat] pairs. Allowed values are 5 or 6.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "5",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pathPlot",
            "description": "Path elevation, distance, duration, consumption and speed values, grouped into 100 segments.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PathSegment",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "elevationPlot",
            "description": "Elevation values. Each elevationPlot has a hundred points, independent of the length of a route.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `pathPlot`."
          },
          {
            "name": "elevationUp",
            "description": "Total number of meters which are going up on a route.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "elevationDown",
            "description": "Total number of meters which are going down on a route.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "elevationMax",
            "description": "Highest value from the elevation array.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "saving",
            "description": "Money and CO2 saving information.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteAlternativeSaving",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "legs",
            "description": "Legs of the route.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteLeg",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "instructions",
            "description": "List of raw turn-by-turn navigation instructions.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteInstruction",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stationsAlongRoute",
            "description": "Alternative stations along a route within specified radius in meters. Only if it was provided at newRoute mutation.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteStationsAlong",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tags",
            "description": "Tags of a route alternative. Values: road, highway, toll, ferry, etc.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "RouteTagType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteAlternativeSaving",
        "description": null,
        "fields": [
          {
            "name": "co2",
            "description": "Total amount of CO2, in grams, which would be used with a gasoline vehicle.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "money",
            "description": "Money saved by a user driving this route with the electric vehicle.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "currency",
            "description": "Currency.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageGasPrice",
            "description": "Average gas price with which the calculation was made.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageEnergyPrice",
            "description": "Average energy price with which the calculation was made.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "RouteAlternativeType",
        "description": "Types of an alternative route.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "fastest",
            "description": "Fastest route between origin and destination.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bestMatching",
            "description": "Best matching route based on operator and amenities preferences.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "alternative",
            "description": "An alternative to the fastest route.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteAmenityFilter",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "maximum_distance_from_station",
            "description": "Maximum distance from the station to the amenity. The value must be between 0 and 1 000 meters. If not specified, defaults to 250 meters.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "DistanceInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteAmenityPreferences",
        "description": "Amenity preferences for a route.",
        "fields": [
          {
            "name": "all_charge_stops",
            "description": "Desired amenities near all charge-stops along a route, with a 1 kilometer radius.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "AmenityType",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "scheduled_charge_stops",
            "description": "Scheduled charge stops, with a specified amenity and timeline.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "RouteScheduledChargeStop",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteApp",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "ID of the app who requested a route.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "RouteAvoid",
        "description": "Types of route features that can be avoided in routing.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "toll_road",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ferry",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDestinationFeaturePoint",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "ID of the feature.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Feature type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "FeatureType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "geometry",
            "description": "Geometry of the feature.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Point",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Additional feature properties.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteDestinationProperties",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteDestinationFeaturePointInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "id",
            "description": "ID of the feature.",
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Feature type.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "FeatureType",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "geometry",
            "description": "Geometry of the feature.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "PointInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Additional feature properties.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RouteDestinationPropertiesInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDestinationProperties",
        "description": null,
        "fields": [
          {
            "name": "location",
            "description": "Data about the destination location.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RoutePropertiesLocation",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station",
            "description": "Data about the destination station.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RoutePropertiesStation",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteDestinationPropertiesInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "location",
            "description": "Data about the destination location.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RoutePropertiesLocationInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station",
            "description": "Specifies a charging station at the destination. If a known station is provided, it will be used as charging stop. Any configured operator preferences are ignored for this stop.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RoutePropertiesStationInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetails",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "ID of a route computation.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "distance",
            "description": "Total distance of a route.",
            "args": [
              {
                "name": "unit",
                "description": "Distance unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "durations",
            "description": "Aggregation of all durations of a route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteDetailsDurations",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "consumption",
            "description": "Total energy used for a route in kilowatt hours. For HEVs and PHEVs this field will return null.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "range_at_origin",
            "description": "Range available at the start of a trip. The ranges in kilometers and miles are estimates, calculated based on the Chargetrip range, current route conditions, weather scenario (current or seasonal), and the route input at the time of planning. For HEVs and PHEVs this field will return null.",
            "args": [
              {
                "name": "unit",
                "description": "State of charge unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "StateOfChargeUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "range_at_destination",
            "description": "Range available at the end of a trip. Note: The ranges in kilometers and miles are estimates, calculated based on the Chargetrip range, current route conditions, weather scenario (current or seasonal), and the route input at the time of planning. For HEVs and PHEVs this field will return null.",
            "args": [
              {
                "name": "unit",
                "description": "State of charge unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "StateOfChargeUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "polyline",
            "description": "Polyline containing encoded coordinates.",
            "args": [
              {
                "name": "decimals",
                "description": "Polyline decimals",
                "type": {
                  "kind": "ENUM",
                  "name": "PolylineInputDecimals",
                  "ofType": null
                },
                "defaultValue": "five",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "path_plot",
            "description": "Path elevation, distance, duration, consumption and speed values, grouped into 100 segments.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "RouteDetailsPathSegment",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "elevation",
            "description": "Details about elevation on a route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteDetailsElevation",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "savings",
            "description": "Money saving information.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteDetailsSavings",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "legs",
            "description": "Legs of a route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "RouteDetailsLeg",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "alternative_stations",
            "description": "Alternative stations along a route within a specified radius.\n\nIncludes stations from preferred/required/avoided operators but excludes stations from excluded operators.\nThis list is only populated if `alternative_station_radius` was specified in the `createRoute` mutation.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "RouteDetailsAlternativeStation",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tags",
            "description": "Aggregation of tags over the current RouteDetails. Tags are available on legs and further subdivided over individual sections and maneuvers.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "RouteDetailsTag",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charges",
            "description": "Number of charging stops required for this route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "warnings",
            "description": "[BETA] Warnings that certain conditions specified in a route mutation are not respected.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "RouteWarning",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traffic",
            "description": "[BETA] Traffic conditions along the route. Only returns data if `traffic_aware` is set to true in the `createRoute` mutation.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteDetailsTraffic",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetailsAlternativeStation",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "ID of a station.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "location",
            "description": "GeoJSON location of a station.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Point",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "speed",
            "description": "Speed of a station. A station along a route can be either fast or turbo.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "StationSpeedType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "Status of a station.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ChargerStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operator_ranking",
            "description": "The value indicates the operator's ranking based on the station's location, in accordance with the list of countries from the configuration or request.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "OperatorRankingLevel",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operator_id",
            "description": "ID of the station's operator.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetailsDurations",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total duration, in seconds.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charging",
            "description": "Total charging duration, in seconds.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "driving",
            "description": "Total driving duration, in seconds. Takes into account traffic congestion when `traffic_aware` is set to true in the `createRoute` mutation.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stopover",
            "description": "Total duration stopped at a location via or at a station via, excluding charging time and charging penalty, in seconds.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ferry",
            "description": "Total ferry duration, in seconds.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetailsElevation",
        "description": null,
        "fields": [
          {
            "name": "up",
            "description": "Total value driving uphill on a route.",
            "args": [
              {
                "name": "unit",
                "description": "Distance unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "down",
            "description": "Total value driving downhill on a route.",
            "args": [
              {
                "name": "unit",
                "description": "Distance unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximum",
            "description": "Maximum elevation on a route.",
            "args": [
              {
                "name": "unit",
                "description": "Distance unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "minimum",
            "description": "Minimum elevation on a route.",
            "args": [
              {
                "name": "unit",
                "description": "Distance unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetailsEmissions",
        "description": null,
        "fields": [
          {
            "name": "route_id",
            "description": "ID of the route for which we retrieve the emissions profile.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "route_alternative_id",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "route_vehicle",
            "description": "Emissions profile for the vehicle used in route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteVehicleEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "internal_combustion_vehicle",
            "description": null,
            "args": [
              {
                "name": "fuel_type",
                "description": "Fuel type.",
                "type": {
                  "kind": "ENUM",
                  "name": "RouteOperationalFuelType",
                  "ofType": null
                },
                "defaultValue": "gasoline",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteInternalCombustionVehicleEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "co2e_saved",
            "description": "Estimated GHG emissions saved by a user driving this route with the electric vehicle in grams of CO2e.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetailsLeg",
        "description": "Leg of a route detail.",
        "fields": [
          {
            "name": "distance",
            "description": "Distance from the start to the end of a leg.",
            "args": [
              {
                "name": "unit",
                "description": "Distance unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "durations",
            "description": "Aggregation of all durations of a route leg.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteDetailsDurations",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "consumption",
            "description": "Total energy used in a leg in kilowatt hours. For HEVs and PHEVs this field will return null.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "origin",
            "description": "Origin point location.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteDetailsLegFeaturePoint",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "destination",
            "description": "Destination point location.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteDetailsLegFeaturePoint",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "range_at_origin",
            "description": "Range at the start of a leg. The ranges in kilometers and miles are estimates, calculated based on the Chargetrip range, current route conditions, weather scenario (current or seasonal), and the route input at the time of planning. For HEVs and PHEVs this field will return null.",
            "args": [
              {
                "name": "unit",
                "description": "State of charge unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "StateOfChargeUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "range_at_destination",
            "description": "Range available at the end of a leg. The ranges in kilometers and miles are estimates, calculated based on the Chargetrip range, current route conditions, weather scenario (current or seasonal), and the route input at the time of planning. For HEVs and PHEVs this field will return null.",
            "args": [
              {
                "name": "unit",
                "description": "State of charge unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "StateOfChargeUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "range_after_charge",
            "description": "Range after charging on the leg. The ranges in kilometers and miles are estimates, calculated based on the Chargetrip range, current route conditions, weather scenario (current or seasonal), and the route input at the time of planning. For HEVs and PHEVs this field will return null.",
            "args": [
              {
                "name": "unit",
                "description": "State of charge unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "StateOfChargeUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Type of a leg.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "RouteDetailsLegType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station",
            "description": "Information about the station at the destination of a leg.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteDetailsLegStation",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "polyline",
            "description": "Polyline containing encoded coordinates.",
            "args": [
              {
                "name": "decimals",
                "description": "Polyline decimals",
                "type": {
                  "kind": "ENUM",
                  "name": "PolylineInputDecimals",
                  "ofType": null
                },
                "defaultValue": "five",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tags",
            "description": "Aggregation of tags over the current leg. Tags are further subdivided over individual sections and maneuvers.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "RouteDetailsTag",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maneuvers",
            "description": "Maneuvers of a leg - used to generate turn-by-turn instructions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "RouteDetailsManeuver",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sections",
            "description": "Road sections of a leg - divided by means of transportation.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "RouteDetailsLegSection",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "warnings",
            "description": "[BETA] Warnings that certain conditions specified in a route mutation are not respected.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "RouteDetailsLegWarning",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traffic",
            "description": "[BETA] Traffic conditions along the leg. Only returns data if `traffic_aware` is set to true in the `createRoute` mutation.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteDetailsLegTraffic",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetailsLegFeaturePoint",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "ID of the feature.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Feature type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "FeatureType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "geometry",
            "description": "Geometry of the feature.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Point",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Properties of the feature.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteDetailsLegFeatureProperties",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetailsLegFeatureProperties",
        "description": null,
        "fields": [
          {
            "name": "name",
            "description": "Name of the location.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station_id",
            "description": "ID of the station.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "external_station_id",
            "description": "External ID of the station.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "temperature",
            "description": "Temperature at the location.",
            "args": [
              {
                "name": "unit",
                "description": "Temperature unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "TemperatureUnit",
                  "ofType": null
                },
                "defaultValue": "Celsius",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "air_pressure",
            "description": "Air pressure at the location.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "solar_irradiance",
            "description": "Solar irradiance at the location.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "duration",
            "description": "Duration, in seconds, of time spent at this location.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `legs.durations`."
          },
          {
            "name": "occupants",
            "description": "Number of occupants present in the vehicle.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_occupant_weight",
            "description": "Value of the combined weight of the occupants.",
            "args": [
              {
                "name": "unit",
                "description": "Weight unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_cargo_weight",
            "description": "Value of the current weight of the cargo.",
            "args": [
              {
                "name": "unit",
                "description": "Weight unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetailsLegManeuverPoints",
        "description": null,
        "fields": [
          {
            "name": "size",
            "description": "Number of polyline points which are included in this instruction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "interval",
            "description": "Interval of points included in this instruction, represented as an array with two values: the first is the index of the polyline where the interval starts, and the second is where it ends.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "RouteDetailsLegManeuverType",
        "description": "Type of a maneuver indicating the main action.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "UNKNOWN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "U_TURN_UNKNOWN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "U_TURN_LEFT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KEEP_LEFT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LEAVE_ROUNDABOUT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TURN_SHARP_LEFT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TURN_LEFT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TURN_SLIGHT_LEFT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CONTINUE_ON_STREET",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TURN_SLIGHT_RIGHT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TURN_RIGHT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TURN_SHARP_RIGHT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FINISH",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REACHED_VIA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REACHED_CHARGING_STATION",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "USE_ROUNDABOUT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KEEP_RIGHT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "U_TURN_RIGHT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PT_START_TRIP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PT_TRANSFER",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PT_END_TRIP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IGNORE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetailsLegSection",
        "description": null,
        "fields": [
          {
            "name": "type",
            "description": "Section type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "RouteDetailsLegSectionType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "origin",
            "description": "Origin point.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteDetailsLegSectionFeaturePoint",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "destination",
            "description": "Destination point.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteDetailsLegSectionFeaturePoint",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tags",
            "description": "Aggregation of tags over the current section.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "RouteDetailsTag",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "polyline",
            "description": "Polyline containing encoded coordinates.",
            "args": [
              {
                "name": "decimals",
                "description": "Polyline decimals",
                "type": {
                  "kind": "ENUM",
                  "name": "PolylineInputDecimals",
                  "ofType": null
                },
                "defaultValue": "five",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "distance",
            "description": "Distance from the start to the end of a section.",
            "args": [
              {
                "name": "unit",
                "description": "Distance unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "duration",
            "description": "Total duration of a section, in seconds. The value will be 0 for walking sections.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "consumption",
            "description": "Total energy used in a section in kilowatt-hours. The value will be 0 for walking sections.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traffic",
            "description": "[BETA] Information regarding traffic conditions along the leg's section. Available for routes created with traffic_aware set to true.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteDetailsLegSectionTraffic",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetailsLegSectionFeaturePoint",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "ID of the feature.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Feature type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "FeatureType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "geometry",
            "description": "Geometry of the feature.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Point",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Properties of the feature.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteDetailsLegSectionFeaturePointProperties",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetailsLegSectionFeaturePointProperties",
        "description": null,
        "fields": [
          {
            "name": "occupants",
            "description": "Number of occupants present in the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_occupant_weight",
            "description": "Value of the combined weight of the occupants.",
            "args": [
              {
                "name": "unit",
                "description": "Weight unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_cargo_weight",
            "description": "Value of the current weight of the cargo.",
            "args": [
              {
                "name": "unit",
                "description": "Weight unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetailsLegSectionTraffic",
        "description": null,
        "fields": [
          {
            "name": "congestions",
            "description": "[BETA] Traffic congestion intervals mapped to the polyline indices of the leg's section.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "TrafficCongestionInterval",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "RouteDetailsLegSectionType",
        "description": "Type of a route details leg section.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "driving",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ferry",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walking",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetailsLegStation",
        "description": null,
        "fields": [
          {
            "name": "station_id",
            "description": "ID of a station.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "evse_id",
            "description": "ID of the EVSE that was selected in a route.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connector_id",
            "description": "ID of the connector that was selected in a route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetailsLegTraffic",
        "description": null,
        "fields": [
          {
            "name": "congestions",
            "description": "[BETA] Traffic congestion intervals mapped to the polyline indices of the leg.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "TrafficCongestionInterval",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "RouteDetailsLegType",
        "description": "Type of a leg.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "station",
            "description": "This leg ends at a charging station and the vehicle must recharge.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station_via",
            "description": "This leg ends at a via charging station and the vehicle must recharge.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station_final",
            "description": "This leg ends at the destination which is a charging station, and is the last leg of the route.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station_amenity",
            "description": "This leg ends at a scheduled charging station and the vehicle must recharge.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "via",
            "description": "This leg ends at a via location.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "final",
            "description": "This leg ends at the destination, and is the last leg of the route.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetailsLegWarning",
        "description": null,
        "fields": [
          {
            "name": "code",
            "description": "The code of the warning.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "RouteDetailsLegWarningCode",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "RouteDetailsLegWarningCode",
        "description": "Types of warnings that can be encountered in a route leg.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "via_not_vehicle_accessible",
            "description": "The via location cannot be reached by vehicle.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operators_preferred_not_available",
            "description": "The leg could not use stations from the preferred operator(s).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximum_weight_exceeded",
            "description": "Vehicle's load may exceed the maximum supported weight of the vehicle.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "segment_unavoidable",
            "description": "The leg includes sections requested to be avoided.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station_limited_open_hours",
            "description": "The charging station used in the leg has limited opening hours.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station_unknown_open_hours",
            "description": "The leg's charging station has unknown open hours.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station_closed",
            "description": "The leg's charging station is closed at the estimated time of arrival.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station_closing_soon",
            "description": "The leg's charging station is closing within 45 minutes of the estimated time of arrival.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "via_insufficient_charging_time",
            "description": "The specified stop duration at the via charging station is insufficient to start a charging session.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "via_station_below_minimum_power",
            "description": "The selected via station does not have compatible connectors that meet the minimum power threshold. The route still includes this charging stop, but charging will be slower than requested.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "destination_charger_incompatible",
            "description": "The charging station at the destination does not have any connectors compatible with the selected vehicle.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "destination_station_truck_only",
            "description": "The charging station at the destination is restricted to heavy-duty trucks.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetailsManeuver",
        "description": null,
        "fields": [
          {
            "name": "type",
            "description": "Type of instruction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "RouteDetailsLegManeuverType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "location",
            "description": "Location of the maneuver.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteDetailsLegSectionFeaturePoint",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "Name of the street associated with the instruction.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "distance",
            "description": "Distance, in meters, of a route instruction.",
            "args": [
              {
                "name": "unit",
                "description": "Distance unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "duration",
            "description": "Duration, in seconds, of a route instruction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "points",
            "description": "Information about the points on a polyline.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteDetailsLegManeuverPoints",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exit_number",
            "description": "Exit number on a roundabout. This field exists only on sign `USE_ROUNDABOUT` (6), otherwise this value is null.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "turn_angle",
            "description": "Curvature angle between the roundabout and the exit of the roundabout. This field exists only on sign USE_ROUNDABOUT (6), otherwise this value is `null`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tags",
            "description": "Aggregation of tags over the current maneuver.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "RouteDetailsTag",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetailsPathSegment",
        "description": null,
        "fields": [
          {
            "name": "elevation",
            "description": "Elevation value of a route path segment.",
            "args": [
              {
                "name": "unit",
                "description": "Distance unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "average_speed",
            "description": "Average speed of a route path segment. This value is determined using legal maximum speed and, if provided, the user defined maximum speed.",
            "args": [
              {
                "name": "unit",
                "description": "Speed unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "SpeedUnit",
                  "ofType": null
                },
                "defaultValue": "kilometers_per_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "consumption",
            "description": "Consumption, in kilowatt hours, of a route path segment. For HEVs and PHEVs this field will return null.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "distance",
            "description": "Distance of a route path segment.",
            "args": [
              {
                "name": "unit",
                "description": "Distance unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "duration",
            "description": "Duration, in seconds, of a route path segment.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "state_of_charge",
            "description": "State of charge, in kilowatt hours, of a route path segment. For HEVs and PHEVs this field will return null.",
            "args": [
              {
                "name": "unit",
                "description": "State of charge unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "StateOfChargeUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximum_speed",
            "description": "Maximum vehicle speed of a route path segment.",
            "args": [
              {
                "name": "unit",
                "description": "Speed unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "SpeedUnit",
                  "ofType": null
                },
                "defaultValue": "kilometers_per_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "Will be removed."
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetailsSavings",
        "description": "Money saving information.",
        "fields": [
          {
            "name": "money",
            "description": "Money saved by a user driving this route with an electric vehicle.",
            "args": [
              {
                "name": "currency",
                "description": "Currency to convert the amount to.",
                "type": {
                  "kind": "ENUM",
                  "name": "Currency",
                  "ofType": null
                },
                "defaultValue": "EUR",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "average_gas_price",
            "description": "Average gas price with which the calculation was made.",
            "args": [
              {
                "name": "currency",
                "description": "Currency to convert the amount to.",
                "type": {
                  "kind": "ENUM",
                  "name": "Currency",
                  "ofType": null
                },
                "defaultValue": "EUR",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "average_energy_price",
            "description": "Average energy price with which the calculation was made.",
            "args": [
              {
                "name": "currency",
                "description": "Currency to convert the amount to.",
                "type": {
                  "kind": "ENUM",
                  "name": "Currency",
                  "ofType": null
                },
                "defaultValue": "EUR",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "RouteDetailsTag",
        "description": "Tags of a route.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "road",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highway",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "toll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ferry",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walking",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "crossborder",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDetailsTraffic",
        "description": null,
        "fields": [
          {
            "name": "delay",
            "description": "[BETA] Additional driving duration, in seconds, caused by traffic congestion compared to free-flow conditions. This value is already included in route total and driving durations.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "congestions",
            "description": "[BETA] Traffic congestion intervals mapped to the polyline indices of the leg.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "TrafficCongestionInterval",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteDrivingPreferences",
        "description": null,
        "fields": [
          {
            "name": "speed_factor",
            "description": "[BETA] Factor to adjust the route's calculated average speed. Accepts values between 0.80 and 1.20. 1.0 is neutral. Values below 1.0 reduce speed (e.g. 0.95 is -5%), values above increase it. If provided in combination with style, this overrides the speed factor implied by the selected 'style'.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximum_speed",
            "description": "[BETA] Maximum speed to consider when generating the route. In the segments where legal speed is lower than this value, the legal speed will be used instead. If provided in combination with 'style, this overrides the maximum speed implied by the selected 'style'.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "MaximumSpeed",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "style",
            "description": "[BETA] Defines a driving style. If provided in combination with 'maximum_speed' or 'speed_factor', those values override the values defined by the selected 'style'.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "RouteDrivingStyle",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteDrivingPreferencesInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "speed_factor",
            "description": "[BETA] Factor to adjust the route's calculated average speed. Accepts values between 0.80 and 1.20. 1.0 is neutral. Values below 1.0 reduce speed (e.g. 0.95 is -5%), values above increase it. If provided in combination with style, this overrides the speed factor implied by the selected 'style'.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximum_speed",
            "description": "[BETA] Maximum speed to consider when generating the route. In the segments where legal speed is lower than this value, the legal speed will be used instead. If provided in combination with 'style, this overrides the maximum speed implied by the selected 'style'.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "MaximumSpeedInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "style",
            "description": "[BETA] Defines a driving style. If provided in combination with 'maximum_speed' or 'speed_factor', those values override the values defined by the selected 'style'.",
            "type": {
              "kind": "ENUM",
              "name": "RouteDrivingStyle",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "RouteDrivingStyle",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "eco",
            "description": "Lower average driving speed and lower energy consumption. Applies a speed limit of 110 km/h to all segments where a higher legal limit is allowed and reduces by 5% the route's average driving speed.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sport",
            "description": "Higher average driving speed and higher energy consumption. Applies no speed limit and increases by 5% the route's average driving speed.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteEmbeddedEmissions",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total embedded emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "manufacturing",
            "description": "Manufacturing emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteEmbeddedManufacturingEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "distribution",
            "description": "Total distribution emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maritime",
            "description": "Distribution sea segment emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteEmbeddedMaritimeEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "land",
            "description": "Distribution land segment emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteEmbeddedLandEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteEmbeddedLandEmissions",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total embedded land segment emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fuel",
            "description": "Distribution land segment emissions from fuel consumption.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lifecycle",
            "description": "Distribution land segment lifecycle emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteEmbeddedManufacturingEmissions",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total embedded manufacturing emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "body",
            "description": "Vehicle body manufacturing emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery",
            "description": "Lithium ion battery manufacturing emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteEmbeddedMaritimeEmissions",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total embedded maritime emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fuel",
            "description": "Fuel related maritime segment emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "port",
            "description": "Port facility related maritime segment emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "idle",
            "description": "Idling related maritime segment emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lifecycle",
            "description": "Distributed lifecycle related maritime segment emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteEmissions",
        "description": null,
        "fields": [
          {
            "name": "route_id",
            "description": "ID of the route for which we retrieve the emissions profile.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "route_alternative_id",
            "description": "ID of the route alternative for which we retrieve the emissions profile.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "route_vehicle",
            "description": "Emissions profile for the vehicle used in route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteVehicleEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "internal_combustion_vehicle",
            "description": "Emissions profile for an equivalent internal combustion engine vehicle.",
            "args": [
              {
                "name": "fuel_type",
                "description": "Type of internal combustion engine.",
                "type": {
                  "kind": "ENUM",
                  "name": "RouteOperationalFuelType",
                  "ofType": null
                },
                "defaultValue": "gasoline",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteInternalCombustionVehicleEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteEndOfLifeEmissions",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total end of life emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fluids",
            "description": "Fluid related end of life emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "FluidEndOfLifeEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery",
            "description": "Battery related end of life emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tires",
            "description": "Tire related end of life emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "body",
            "description": "Body end of life emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transport",
            "description": "Transport end of life emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteInstruction",
        "description": null,
        "fields": [
          {
            "name": "points",
            "description": "Information about the points on the polyline.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteInstructionPoints",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sign",
            "description": "Sign of the instruction. See `RouteInstructionSign`.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "RouteInstructionSign",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "Name of the street on which the instruction is.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "distance",
            "description": "Distance, in meters, of the current route instruction.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "time",
            "description": "Duration, in seconds, of the current route instruction.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exit_number",
            "description": "Exit number on a roundabout. This field exists only on sign `USE_ROUNDABOUT` (6), otherwise is null.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "turn_angle",
            "description": "Curvature angle between the roundabout and street you exit the roundabout. This field exists only on sign USE_ROUNDABOUT (6), otherwise is null.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteInstructionPoints",
        "description": null,
        "fields": [
          {
            "name": "size",
            "description": "Number of polyline points which are included in this instruction.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "interval",
            "description": "The interval of points that are included in this instruction, an array with 2 values, where the first value is the index of the polyline where the interval starts. The second value is where it ends.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "RouteInstructionSign",
        "description": "Sign belonging to the instruction indicating the main maneuver.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "UNKNOWN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "U_TURN_UNKNOWN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "U_TURN_LEFT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KEEP_LEFT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LEAVE_ROUNDABOUT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TURN_SHARP_LEFT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TURN_LEFT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TURN_SLIGHT_LEFT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CONTINUE_ON_STREET",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TURN_SLIGHT_RIGHT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TURN_RIGHT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TURN_SHARP_RIGHT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FINISH",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REACHED_VIA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REACHED_CHARGING_STATION",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "USE_ROUNDABOUT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KEEP_RIGHT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "U_TURN_RIGHT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PT_START_TRIP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PT_TRANSFER",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PT_END_TRIP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "IGNORE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteInternalCombustionVehicleEmissions",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total co2e emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "iso_14083_2023",
            "description": "Total co2e emissions from vehicle operational processes calculated using the methodology in section 5.2.2 of ISO 14083:2023 and default emissions intensities in Annex K of the same document.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "embedded",
            "description": "Embedded emissions, for example emissions produced during manufacturing, transportation, and delivery.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteEmbeddedEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operational",
            "description": "Operational emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteInternalCombustionVehicleOperationalEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "end_of_life",
            "description": "End of life emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteEndOfLifeEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "legs",
            "description": "Emissions info for the legs in the same order as in the route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "RouteInternalCombustionVehicleLegEmissions",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteInternalCombustionVehicleLegEmissions",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total co2e emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "iso_14083_2023",
            "description": "Total co2e emissions from vehicle operational processes calculated using the methodology in section 5.2.2 of ISO 14083:2023 and default emissions intensities in Annex K of the same document.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "embedded",
            "description": "Embedded emissions, for example emissions produced during manufacturing, transportation, and delivery.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteEmbeddedEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operational",
            "description": "Operational emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteInternalCombustionVehicleOperationalEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "end_of_life",
            "description": "End of life emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteEndOfLifeEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteInternalCombustionVehicleOperationalEmissions",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total operational emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fuel",
            "description": "Fuel emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalFuelEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "infrastructure",
            "description": "Road infrastructure emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalInfrastructureEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maintenance",
            "description": "Maintenance emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalMaintenanceEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteLeg",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "ID of a leg.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "distance",
            "description": "Distance from the start to the end of a leg, in meters.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "duration",
            "description": "Total drive time from the start to the end of a leg, in seconds.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "consumption",
            "description": "Total energy used in a leg in kWh.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rangeStart",
            "description": "Display value that indicates the range, in meters, available at the beginning of the leg. This range is calculated using the Chargetrip range, the conditions at the time of planning the route, weather scenario (current or seasonal) and the route input.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rangeStartKwh",
            "description": "Total energy in a battery at the beginning of a leg, in kWh.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rangeStartPercentage",
            "description": "Total energy in a battery at the beginning of a trip, in percentage.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rangeEnd",
            "description": "Display value that indicates the range, in meters, available at the end of the leg. This range is calculated using the Chargetrip range, the conditions at the time of planning the route, weather scenario (current or seasonal) and the route input. Please note: In case of a non BEV where the range end is negative, the value will be 0.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rangeEndKwh",
            "description": "Total energy left in a battery at the end of a leg, in kWh. In the case of a non BEV where the range end is negative, the value will be 0.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rangeEndPercentage",
            "description": "Remaining range, energy in percentage, at the end of a trip.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "origin",
            "description": "Origin point location.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "FeaturePoint",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "destination",
            "description": "Destination point location.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "FeaturePoint",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Type of a leg.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "LegType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "Name of a destination. This is the station name in case a user should charge or the name of the location in case this was provided.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stationId",
            "description": "ID of a station.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operatorId",
            "description": "ID of an operator.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operatorName",
            "description": "Name of an operator.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operatorRanking",
            "description": "Ranking of an operator.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chargeTime",
            "description": "Total time required to charge a battery until 80%, in seconds.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "evse",
            "description": "Recommended EVSE where to charge.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EVSE",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connector",
            "description": "Recommended connector for charging.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Connector",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "plugsAvailable",
            "description": "Number of compatible plugs available at a charge station.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "plugsOccupied",
            "description": "Number of compatible plugs occupied at a charge station.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "plugsUnknown",
            "description": "Number of compatible plugs unknown at a charge station.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "plugsOutOfOrder",
            "description": "Number of compatible plugs out of order at a charge station.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "plugsCount",
            "description": "Total number of compatible plugs at a charge station.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "polyline",
            "description": "Polyline containing encoded coordinates.",
            "args": [
              {
                "name": "decimals",
                "description": "Number of decimals used by the algorithm to encode [long, lat] pairs. Allowed values are 5 or 6.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "5",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "steps",
            "description": "Steps of a leg.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteStep",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tags",
            "description": "Tags of a leg. Values: road, highway, toll, ferry.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "RouteTagType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cargo",
            "description": "Cargo weight in a vehicle for the duration of a leg, in kg.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "occupants",
            "description": "Number of occupants in a vehicle for the duration of a leg.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteLegMeta",
        "description": null,
        "fields": [
          {
            "name": "warnings",
            "description": "Warnings that certain conditions specified in a route mutation are not respected.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "RouteMetaWarning",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteLegOperationalElectricityEmissions",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total electricity emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "base_value",
            "description": "Base emissions without efficiency losses.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery_losses",
            "description": "Emissions for electricity lost in the battery.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transmission_losses",
            "description": "Emissions for electricity lost in transmission.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chargepoint_losses",
            "description": "Emissions for electricity lost during charging.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "efficiency",
            "description": "Electricity efficiency information.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalElectricityEmissionsEfficiency",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "intensity",
            "description": "Electricity intensity information.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteLegOperationalElectricityEmissionsIntensity",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteLegOperationalElectricityEmissionsIntensity",
        "description": "Electricity emission intensity for a leg",
        "fields": [
          {
            "name": "total",
            "description": "Total average electricity emissions intensity in unit CO2e/kWh.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "base_regional_value",
            "description": "Base regional electricity emissions intensity for the leg.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "EmissionsFactor",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "base_iso_14083_2023_regional_value",
            "description": "Base regional electricity intensity used for the ISO 14083:2023 emissions estimation.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "EmissionsFactor",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "energy_sources",
            "description": "Electricity mix for the leg.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalElectricityEnergySources",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "energy_source_model",
            "description": "Model used to estimate the electricity mix.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "RouteOperationalElectricityEnergySourceModel",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "infrastructure",
            "description": "Average emissions intensity of processing and transport of primary energy, power generation infrastructure, etc. in unit CO2e/kWh.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "season",
            "description": "Season for which the leg was calculated.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "RouteOperationalElectricitySeason",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "climate",
            "description": "Climate for which the leg was calculated.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "RouteOperationalElectricityClimate",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "average_demand",
            "description": "Estimated electricity demand at the time and place the electricity for this leg was obtained as a fraction of the annual average demand.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "base_load_fraction",
            "description": "Fraction of regional power generation that is not affected by demand (is assumed to always be on).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteMeta",
        "description": null,
        "fields": [
          {
            "name": "warnings",
            "description": "Warnings that certain conditions specified in a route mutation are not respected.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "RouteMetaWarning",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteMetaWarning",
        "description": null,
        "fields": [
          {
            "name": "code",
            "description": "Static identifier, can be used for production purposes such as i18n.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "message",
            "description": "Human readable explanation of the warning, for development purposes.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "data",
            "description": "Optional JSON object containing data explaining the warning, for development purposes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "JSON",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteMetadata",
        "description": null,
        "fields": [
          {
            "name": "app_id",
            "description": "Refers to the x-app-id specified in the headers.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "created_at",
            "description": "Date when a route was created by a createRoute mutation.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "DateTime",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "updated_at",
            "description": "Last updated date of a route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "DateTime",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "computation_time",
            "description": "Length of time required to successfully calculate a route, in milliseconds.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "RouteOperationalElectricityClimate",
        "description": "Köppen climate classification.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Af",
            "description": "Tropical rain forest climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Am",
            "description": "Tropical monsoon climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Aw",
            "description": "Tropical savanna climate, dry summer.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "As",
            "description": "Tropical savanna climate, dry winter.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BWh",
            "description": "Hot desert climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BWk",
            "description": "Cold desert climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BSh",
            "description": "Hot semi-arid climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BSk",
            "description": "Cold semi-arid climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Cwa",
            "description": "Monsoon-influenced humid subtropical climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Cwb",
            "description": "Subtropical highland climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Cwc",
            "description": "Cold subtropical highland climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Cfa",
            "description": "Humid subtropical climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Cfb",
            "description": "Temperate oceanic climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Cfc",
            "description": "Sub polar oceanic climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Csa",
            "description": "Hot-summer Mediterranean climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Csb",
            "description": "Warm-summer Mediterranean climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Csc",
            "description": "Cold-summer Mediterranean climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Dwa",
            "description": "Monsoon-influenced hot-summer humid continental climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Dwb",
            "description": "Monsoon-influenced warm-summer humid continental climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Dwc",
            "description": "Monsoon-influenced subarctic climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Dwd",
            "description": "Monsoon-influenced extremely cold subarctic climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Dfa",
            "description": "Hot-summer humid continental climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Dfb",
            "description": "Warm-summer humid continental climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Dfc",
            "description": "Subarctic climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Dfd",
            "description": "Extremely cold subarctic climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Dsa",
            "description": "Mediterranean-influenced hot-summer humid continental climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Dsb",
            "description": "Mediterranean-influenced warm-summer humid continental climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Dsc",
            "description": "Mediterranean-influenced subarctic climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Dsd",
            "description": "Mediterranean-influenced extremely cold subarctic climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ET",
            "description": "Tundra climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "EF",
            "description": "Ice cap climate.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteOperationalElectricityEmissions",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total electricity emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "base_value",
            "description": "Base emissions without efficiency losses.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery_losses",
            "description": "Emissions for electricity lost in the battery.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transmission_losses",
            "description": "Emissions for electricity lost in transmission.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chargepoint_losses",
            "description": "Emissions for electricity lost during charging.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "efficiency",
            "description": "Electricity efficiency information.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalElectricityEmissionsEfficiency",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "intensity",
            "description": "Electricity intensity information.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalElectricityEmissionsIntensity",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteOperationalElectricityEmissionsEfficiency",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Average total electricity efficiency.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery",
            "description": "Average efficiency of the battery.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transmission",
            "description": "Average estimated transmission efficiency using the base transmission efficiency adjusting for temperature.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "base_transmission",
            "description": "Average base regional grid transmission efficiency.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transmission_temperature_modifier",
            "description": "Average transmission efficiency change due to temperature.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chargepoint",
            "description": "Average efficiency of the chargepoint.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "evse",
            "description": "Average evse (electric vehicle supply equipment) efficiency of the chargepoint.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "breaker",
            "description": "Average circuit breaker efficiency of the chargepoint.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "power_electronics_unit",
            "description": "Average power electronics unit efficiency of the chargepoint.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transformer",
            "description": "Average transformer efficiency of the chargepoint.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chargepoint_temperature_modifier",
            "description": "Change in chargepoint efficiency due to temperature.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "average_charging_current",
            "description": "Average charging current in amperes.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "average_charging_voltage",
            "description": "Average charging voltage in volts.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "average_temperature",
            "description": "Average outside temperature.",
            "args": [
              {
                "name": "unit",
                "description": "Temperature unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "TemperatureUnit",
                  "ofType": null
                },
                "defaultValue": "Celsius",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "average_regional_temperature",
            "description": "Average regional temperature.",
            "args": [
              {
                "name": "unit",
                "description": "Temperature unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "TemperatureUnit",
                  "ofType": null
                },
                "defaultValue": "Celsius",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteOperationalElectricityEmissionsIntensity",
        "description": "Electricity emission intensity for the route",
        "fields": [
          {
            "name": "total",
            "description": "Total average electricity emissions intensity in unit CO2e/kWh.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "average_base_regional_value",
            "description": "Average base regional electricity emissions intensity in unit CO2e/kWh.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "iso_14083_2023",
            "description": "Total electricity intensity used for iso 14083:2023 scope emissions estimate in unit CO2e/kWh.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "energy_sources",
            "description": "Average electricity mix for the route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalElectricityEnergySources",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "infrastructure",
            "description": "Average emissions intensity of processing and transport of primary energy, power generation infrastructure, etc. in unit CO2e/kWh.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "average_demand",
            "description": "Average electricity demand at the time of route charges as a fraction of the annual average demand.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "base_load_fraction",
            "description": "Fraction of regional power generation that is not affected by demand (is assumed to always be on).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "RouteOperationalElectricityEnergySourceModel",
        "description": "Energy source models.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ocpi_station_energy_mix",
            "description": "The current energy mix of the charging station provided by the CPO was used.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "grid_monthly_average",
            "description": "Historical average energy mix for the month.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "grid_hourly_average",
            "description": "Historical average energy mix for the month and hour.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "grid_demand_based_monthly_average",
            "description": "Estimate using historical average electricity demand for the month.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "grid_demand_based_hourly_average",
            "description": "Estimate using historical average electricity demand for the month and hour.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "climate_demand_based_seasonal_average",
            "description": "Estimate using the seasonal average electricity demand for the climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "climate_demand_based_hourly_average",
            "description": "Estimate using the seasonal average electricity demand for the hour and climate.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "default",
            "description": "Regional default energy mix.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteOperationalElectricityEnergySources",
        "description": null,
        "fields": [
          {
            "name": "coal",
            "description": "Electricity produced by coal power plants.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ElectricityGenerationMethod",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "gas",
            "description": "Electricity produced by natural gas power plants.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ElectricityGenerationMethod",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hydro",
            "description": "Electricity produced by hydroelectric power.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ElectricityGenerationMethod",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "solar",
            "description": "Electricity produced by solar power.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ElectricityGenerationMethod",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wind",
            "description": "Electricity produced by wind power.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ElectricityGenerationMethod",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "oil",
            "description": "Electricity produced by oil and other miscellaneous fossil fuel power plants.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ElectricityGenerationMethod",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nuclear",
            "description": "Electricity produced by nuclear power plants.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ElectricityGenerationMethod",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "biofuel",
            "description": "Electricity produced by biofuel/biomass.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ElectricityGenerationMethod",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "geothermal",
            "description": "Electricity produced by geothermal power plants.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ElectricityGenerationMethod",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "other",
            "description": "Electricity produced by other means.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ElectricityGenerationMethod",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "RouteOperationalElectricitySeason",
        "description": "Yearly seasons.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "winter",
            "description": "Winter season.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "spring",
            "description": "Spring season.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "summer",
            "description": "Summer season.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fall",
            "description": "Fall season.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteOperationalFuelEmissions",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total fuel emissions for the route.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direct",
            "description": "Direct (tank to wheels) fuel emissions for the route.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "indirect",
            "description": "Indirect (well to tank) fuel emissions for the route.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "consumption",
            "description": "Total fuel consumption for the route.",
            "args": [
              {
                "name": "unit",
                "description": "Fuel unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "FuelUnit",
                  "ofType": null
                },
                "defaultValue": "liter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle_weight",
            "description": "Estimated internal combustion vehicle weight.",
            "args": [
              {
                "name": "unit",
                "description": "Weight unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "engine_torque",
            "description": "Estimated internal combustion vehicle engine torque.",
            "args": [
              {
                "name": "unit",
                "description": "Torque unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "TorqueUnit",
                  "ofType": null
                },
                "defaultValue": "newton_meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "powertrain_efficiency",
            "description": "Average powertrain efficiency.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "base_powertrain_efficiency",
            "description": "Average base powertrain efficiency.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "powertrain_efficiency_speed_modifier",
            "description": "Speed related change in powertrain efficiency from the base.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "average_speed",
            "description": "Average speed of the vehicle.",
            "args": [
              {
                "name": "unit",
                "description": "Speed unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "SpeedUnit",
                  "ofType": null
                },
                "defaultValue": "kilometers_per_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "RouteOperationalFuelType",
        "description": "Fuel types.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "gasoline",
            "description": "Gasoline fuel.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "diesel",
            "description": "Diesel fuel.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteOperationalInfrastructureEmissions",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total road infrastructure emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "embedded",
            "description": "Embedded (construction, decommissioning, etc) road infrastructure emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maintenance",
            "description": "Induced road infrastructure maintenance emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteOperationalMaintenanceEmissions",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total maintenance emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalMaintenanceEmissionsField",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fluids",
            "description": "Fluid related maintenance emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "FluidMaintenanceEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery",
            "description": "Battery related maintenance emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalMaintenanceEmissionsField",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tires",
            "description": "Tire related maintenance emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalMaintenanceEmissionsField",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "components",
            "description": "Miscellaneous component maintenance emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalMaintenanceEmissionsField",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "repair",
            "description": "Accident repair related maintenance emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalMaintenanceEmissionsField",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteOperationalMaintenanceEmissionsField",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "production",
            "description": "Emissions from replacement production and transport.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "disposal",
            "description": "Emissions from disposal.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteOperatorPreferences",
        "description": null,
        "fields": [
          {
            "name": "ranking",
            "description": "Ranking of an operator with multiple levels, each level having its own penalty value.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteOperatorPreferencesRanking",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exclude",
            "description": "Operators that should be excluded for a route calculation.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "RouteOperatorsValue",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avoid",
            "description": "Operators that should be avoided, but not excluded, for a route calculation.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "RouteOperatorsValue",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteOperatorPreferencesInput",
        "description": "Prioritized operators for a route calculation.",
        "fields": null,
        "inputFields": [
          {
            "name": "ranking",
            "description": "Operators to be preferred in route calculation. If not specified, no operator ranking is applied (including project-configured ranking).",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RouteOperatorPreferencesRankingInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exclude",
            "description": "Operators to be excluded from route calculation. If specified, overrides project-configured operator exclusions. If not specified, applies project-configured operator exclusions.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "RouteOperatorsValueInput",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avoid",
            "description": "Operators that should be avoided, but not excluded, for a route calculation.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "RouteOperatorsValueInput",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteOperatorPreferencesRanking",
        "description": null,
        "fields": [
          {
            "name": "type",
            "description": "Flag indicating if an operator should be preferred or required.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "RouteOperatorsType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "levels",
            "description": "Ranking levels for operator ranking.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteOperatorPreferencesRankingLevels",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteOperatorPreferencesRankingInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "type",
            "description": "Determines how operator preferences are applied to stations during route calculation. If no ranking is provided through 'levels' or project settings, no operator preference is applied.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "RouteOperatorsType",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "levels",
            "description": "Priority levels for operator ranking. If not specified, applies the specified enforcement type to the project-configured operator ranking.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RouteOperatorPreferencesRankingLevelsInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteOperatorPreferencesRankingLevels",
        "description": null,
        "fields": [
          {
            "name": "low",
            "description": "Least significant level for operators ranking.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "RouteOperatorsValue",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "medium",
            "description": "Medium level for operators ranking.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "RouteOperatorsValue",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high",
            "description": "Most significant level for operator ranking.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "RouteOperatorsValue",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteOperatorPreferencesRankingLevelsInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "low",
            "description": "Least significant level for operator ranking.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "RouteOperatorsValueInput",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "medium",
            "description": "Medium level for operator ranking.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "RouteOperatorsValueInput",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high",
            "description": "Most significant level for operator ranking.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "RouteOperatorsValueInput",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteOperators",
        "description": "Prioritized operators for a route calculation.",
        "fields": [
          {
            "name": "type",
            "description": "Flag indicating if the operators ranking should be preferred or required.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "RouteOperatorsType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ranking",
            "description": "Ranking of an operator with multiple levels, each level having it's own penalty value.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteOperatorsRanking",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exclude",
            "description": "Operator IDs which should be excluded from a route.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteOperatorsInput",
        "description": "Prioritized operators for a route calculation.",
        "fields": null,
        "inputFields": [
          {
            "name": "type",
            "description": "Flag indicating if the operators ranking should be preferred or required.",
            "type": {
              "kind": "ENUM",
              "name": "RouteOperatorsType",
              "ofType": null
            },
            "defaultValue": "none",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ranking",
            "description": "Ranking of an operator with multiple levels, each level having it's own penalty value.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RouteOperatorsRankingInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exclude",
            "description": "Operator IDs which should be excluded from a route.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteOperatorsRanking",
        "description": "Ranking configuration for prioritized operators.",
        "fields": [
          {
            "name": "level1",
            "description": "Level 1 (most significant) for operator ranking.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "level2",
            "description": "Level 2 for operator ranking.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "level3",
            "description": "Level 3 for operator ranking.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "level4",
            "description": "Level 4 for operator ranking.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "level5",
            "description": "Level 5 for operator ranking.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "level6",
            "description": "Level 6 for operator ranking.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "level7",
            "description": "Level 7 for operator ranking.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "level8",
            "description": "Level 8 for operator ranking.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "level9",
            "description": "Level 9 for operator ranking.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "level10",
            "description": "Level 10 (least significant) for operator ranking.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteOperatorsRankingInput",
        "description": "Ranking configuration for prioritized operators.",
        "fields": null,
        "inputFields": [
          {
            "name": "level1",
            "description": "Level 1 (most significant) for operator ranking.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "level2",
            "description": "Level 2 for operator ranking.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "level3",
            "description": "Level 3 for operator ranking.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "level4",
            "description": "Level 4 for operator ranking.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "level5",
            "description": "Level 5 for operator ranking.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "level6",
            "description": "Level 6 for operator ranking.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "level7",
            "description": "Level 7 for operator ranking.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "level8",
            "description": "Level 8 for operator ranking.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "level9",
            "description": "Level 9 for operator ranking.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "level10",
            "description": "Level 10 (least significant) for operator ranking.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "RouteOperatorsType",
        "description": "Type of operator prioritization for a route.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "none",
            "description": "Operators ranking will not be taken into account if no type is given.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "preferred",
            "description": "Operators given in the operators ranking will be preferred when calculating routes.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "required",
            "description": "Operators given in the operators ranking will be required when calculating routes, all other operators will be ignored.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteOperatorsValue",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "ID of an operator.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "countries",
            "description": "List of countries in which the operator should be preferred/excluded. When omitted the operator will be preferred/excluded in every country.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "CountryCodeAlpha2",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteOperatorsValueInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "id",
            "description": "ID of an operator.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "countries",
            "description": "List of countries in which the operator should be preferred/excluded/avoided. When omitted the operator will be preferred/excluded in every country.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "CountryCodeAlpha2",
                  "ofType": null
                }
              }
            },
            "defaultValue": "[]",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteOriginFeaturePoint",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "ID of the feature.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Feature type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "FeatureType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "geometry",
            "description": "Geometry of the feature.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Point",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Optional object where additional properties can be specified.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteOriginProperties",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteOriginFeaturePointInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "id",
            "description": "ID of the feature.",
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Feature type.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "FeatureType",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "geometry",
            "description": "Geometry of the feature.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "PointInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Optional object where additional properties can be specified.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RouteOriginPropertiesInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteOriginProperties",
        "description": null,
        "fields": [
          {
            "name": "location",
            "description": "Data about the origin location.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RoutePropertiesLocation",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle",
            "description": "Vehicle data at the origin location.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RoutePropertiesVehicle",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteOriginPropertiesInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "location",
            "description": "Data about the origin location.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RoutePropertiesLocationInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle",
            "description": "Vehicle data at the origin location.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RoutePropertiesVehicleInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RoutePath",
        "description": null,
        "fields": [
          {
            "name": "location",
            "description": "GeoJSON location of a route path segment.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Point",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "elevation",
            "description": "Elevation (altitude) in meters.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSpeed",
            "description": "Average speed, in km/h, for this route path segment.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "recommendedSpeed",
            "description": "Recommended speed, in km/h for this route path segment to optimise the consumption.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "consumption",
            "description": "Consumption, in kWh, of a route path segment.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "consumptionPerKm",
            "description": "Consumption, in kWh per km, of a route path segment.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "distance",
            "description": "Distance, in meters, of a route path segment.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "duration",
            "description": "Duration, in seconds, of a route path segment.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stateOfCharge",
            "description": "State of charge, in kWh, of a route path segment.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RoutePropertiesLocation",
        "description": null,
        "fields": [
          {
            "name": "name",
            "description": "Name that should overwrite the name that is automatically assigned to this location (for example: address or station name).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RoutePropertiesLocationInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "name",
            "description": "Name that should overwrite the name that is automatically assigned to this location (for example: address or station name).",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RoutePropertiesStation",
        "description": null,
        "fields": [
          {
            "name": "station_id",
            "description": "ID of the station. When provided and valid, the coordinates of this station will be used.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "external_station_id",
            "description": "External ID of the station. When provided and valid, the coordinates of this station will be used.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stop_duration",
            "description": "Duration to stay at the station, in seconds. Includes charging time and charging penalty. When not provided, the duration is optimized based on the vehicle’s charging needs and selected charging mode.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RoutePropertiesStationInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "station_id",
            "description": "ID of the station. When provided and valid, the coordinates of this station will be used.",
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "external_station_id",
            "description": "External ID of the station. When provided and valid, the coordinates of this station will be used.",
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stop_duration",
            "description": "Duration to stay at the station, in seconds. Includes charging time and charging penalty. When not provided, the duration is optimized based on the vehicle’s charging needs and selected charging mode.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RoutePropertiesVehicle",
        "description": null,
        "fields": [
          {
            "name": "occupants",
            "description": "Number of occupants present in the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_occupant_weight",
            "description": "Combined weight of the occupants. This can only be used in combination with occupants.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "TotalOccupantWeight",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_cargo_weight",
            "description": "Weight of the cargo.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "TotalCargoWeight",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RoutePropertiesVehicleInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "occupants",
            "description": "Number of occupants present in the vehicle.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_occupant_weight",
            "description": "Combined weight of the occupants. This can only be used in combination with occupants.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "TotalOccupantWeightInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_cargo_weight",
            "description": "Weight of the cargo.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "TotalCargoWeightInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RoutePropertiesViaLocation",
        "description": null,
        "fields": [
          {
            "name": "name",
            "description": "Name that should overwrite the name that is automatically assigned to this location (for example: address or station name).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stop_duration",
            "description": "Duration to stay at this point, in seconds.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RoutePropertiesViaLocationInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "name",
            "description": "Name that should overwrite the name that is automatically assigned to this location (for example: address or station name).",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stop_duration",
            "description": "Duration to stay at this point, in seconds.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteResponse",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "ID of a route calculation.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "Status of a route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "RouteStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "recommended",
            "description": "Recommended route.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteDetails",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "alternatives",
            "description": "[BETA] Alternative routes.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "RouteDetails",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "meta",
            "description": "Meta data for a route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteMetadata",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "request_input",
            "description": "Route request.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CreateRoute",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteScheduledChargeStop",
        "description": "Scheduled charge stop along a route.",
        "fields": [
          {
            "name": "types",
            "description": "List of amenity types.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "AmenityType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "duration",
            "description": "Duration at the amenity, in seconds.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offset",
            "description": "Maximum allowed offset from the stop_after value in seconds. Default is 1800.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stop_after",
            "description": "Desired drive time before a scheduled stop after leaving the previous stop, in seconds.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "max_distance_from_station",
            "description": "Maximum distance from a station to an amenity, in meters.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "RouteSeason",
        "description": "The season of the route.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "summer",
            "description": "We suppose it is summer and we have the best weather conditions.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winter",
            "description": "We suppose it is winter and we have the worst weather conditions.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "current",
            "description": "We fetch the current weather conditions.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteStationFilter",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "maximum_distance_from_path",
            "description": "Filters stations within this distance from the route path. The value must be between 0 and 10 000 meters. If not specified, defaults to 1 000 meters.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "DistanceInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operator_preference",
            "description": "Filters stations by operator preference types. This filter depends exclusively on the preferences used for the route calculation. If not specified, stations from all preference types (ranked, unranked, avoided, excluded) are returned.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "OperatorPreferenceType",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteStationOperator",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "Unique operator ID.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "preference_type",
            "description": "Operator's preference status specifically for this route calculation.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "OperatorPreferenceType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteStationPreferences",
        "description": null,
        "fields": [
          {
            "name": "prefer_highway_charging",
            "description": "Prioritises charging stations located directly on the highway, avoiding exiting highways to charge. It's considered alongside final SOC and operator preferences, and may reduce their influence if they conflict.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteStationPreferencesInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "prefer_highway_charging",
            "description": "Prioritises charging stations located directly on the highway, avoiding exiting highways to charge. It's considered alongside final SOC and operator preferences, and may reduce their influence if they conflict. This logic may require additional client-specific tuning. Please contact Chargetrip if the behavior seems suboptimal.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": "false",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteStationWithAmenities",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "ID of the station.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "external_id",
            "description": "ID of the station provided by the station data source.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "location",
            "description": "GeoJSON location of the station.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Point",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operator",
            "description": "Information about the station's operator.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteStationOperator",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "distance_from_path",
            "description": "Distance of the station to the closest point in the original route.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "matching_amenities",
            "description": "List of up to 5 amenities matching the specified amenity type. Sorted by ascending distance from the station.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "Amenity",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteStationsAlong",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "The ID of station.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "location",
            "description": "Geojson location of a station.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Point",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "speed",
            "description": "Speed of a station. A station along a route can be either fast or turbo.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "StationSpeedType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "Status of a station.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "ChargerStatus",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "preferredOperator",
            "description": "The station uses a preferred operator.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "distance",
            "description": "Distance in meters between station and route path.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteStationsWithAmenitiesConnection",
        "description": null,
        "fields": [
          {
            "name": "total_count",
            "description": "Total number of stations with amenities of the specified type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "page_info",
            "description": "Information about the current page.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PageInfo",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nodes",
            "description": "List of stations with amenities of the specified type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "RouteStationWithAmenities",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteStationsWithAmenityFilter",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "station",
            "description": "Station filters.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RouteStationFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amenity",
            "description": "Amenity filters.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RouteAmenityFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "RouteStatus",
        "description": "The status of a route. The status can be pending, processing, done, not_found or error.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "pending",
            "description": "Route is queued and pending processing. Temporary status.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "processing",
            "description": "We are computing the route for your request. Temporary status.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "done",
            "description": "We finished computing the route, with a result. Final status.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "not_found",
            "description": "We finished computing the route, without any result. Final status.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "error",
            "description": "An error occurred while computing the route. Final status.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteStep",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "ID of a step.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Type of a step.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "StepType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "polyline",
            "description": "Polyline containing encoded coordinates.",
            "args": [
              {
                "name": "decimals",
                "description": "Number of decimals used by the algorithm to encode [long, lat] pairs. Allowed values are 5 or 6.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": "5",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "distance",
            "description": "Distance from the start to the end of a step, in meters.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "duration",
            "description": "Total drive time from the start to the end of a step, in seconds.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "consumption",
            "description": "Total energy used in a step in kWh.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "RouteTagType",
        "description": "Tags of a route.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "road",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highway",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "toll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ferry",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walking",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "crossborder",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteTimeWindow",
        "description": "Specifies a temporal window to search for stations with matching amenity types. Defined by a center from the journey origin and a surrounding time margin.",
        "fields": null,
        "inputFields": [
          {
            "name": "center",
            "description": "Center point of the search, expressed as the travel time, in seconds, from the journey's origin.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "margin",
            "description": "Duration in seconds to extend the search on either side of the 'center'. Maximum allowed value is 2700 (45 minutes). If not specified, defaults to 900 seconds (15 minutes).",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": "900",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteVehicle",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "ID of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery",
            "description": "EV battery specific configuration.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteVehicleBattery",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charging",
            "description": "Charging configuration.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteVehicleCharging",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tire_pressure",
            "description": "Tire pressures of all wheels, ordered from front right to front left, then rear left to rear right.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "TirePressure",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "odometer",
            "description": "Value of the vehicle's odometer.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Odometer",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "auxiliary_consumption",
            "description": "Value of the auxiliary power consumption of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "AuxiliaryConsumption",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "climate",
            "description": "Flag indicating if climate control is on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heat_pump",
            "description": "Vehicle Heat Pump configuration.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "HeatPumpMode",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cabin",
            "description": "Vehicle cabin configuration used for the route calculation. Applied only if vehicle.climate is set to true.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteVehicleCabin",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "motor_rpm",
            "description": "Revolutions per minute of the motor, a measure of the rotational speed of the motor's rotor component.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outside_temperature",
            "description": "Value of the outside temperature.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "OutsideTemperature",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_parked",
            "description": "Flag indicating if a vehicle is in park, neutral, or turned off.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle_speed",
            "description": "Value of the vehicle's speed.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehicleSpeed",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heading",
            "description": "Current heading in degrees.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteVehicleBattery",
        "description": null,
        "fields": [
          {
            "name": "capacity",
            "description": "Usable capacity of a battery used to compute a route. Value must be between 50% and 150%. If not provided, it defaults to the vehicle battery.usable_kwh.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "StateOfCharge",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "state_of_charge",
            "description": "Current amount of energy in a battery. If not provided, it is assumed the battery is fully charged and equal to the vehicle battery.capacity.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "StateOfCharge",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "final_state_of_charge",
            "description": "Desired final amount of energy in a battery at the and of a trip. The value must be between 0 and 60% of the vehicle battery.capacity. If not provided—or if the specified value is below the safe risk margin—the safe risk margin is used by default.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "StateOfCharge",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "temperature",
            "description": "Temperature of the battery.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Temperature",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "current",
            "description": "Battery current in ampere.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "voltage",
            "description": "Battery voltage in volts.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "power",
            "description": "Value of the positive or negative power, in kWh. When negative, the vehicle is charging.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_charging",
            "description": "Flag indicating if the vehicle is charging.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteVehicleBatteryInput",
        "description": "EV battery specific configuration for a create route mutation.",
        "fields": null,
        "inputFields": [
          {
            "name": "capacity",
            "description": "Usable capacity of a battery used to compute a route. Value must be between 50% and 150%. If not provided, it defaults to the vehicle battery.usable_kwh.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StateOfChargeInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "state_of_charge",
            "description": "Current amount of energy in a battery. If not provided, it is assumed the battery is fully charged and equal to the vehicle battery.capacity.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StateOfChargeInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "final_state_of_charge",
            "description": "Desired final amount of energy in a battery at the and of a trip. The value must be between 0 and 60% of the vehicle battery.capacity. If not provided—or if the specified value is below the safe risk margin—the safe risk margin is used by default.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StateOfChargeInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "temperature",
            "description": "Battery temperature.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "TemperatureInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "current",
            "description": "Battery current in ampere.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "voltage",
            "description": "Battery voltage in volts.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "power",
            "description": "Value of the positive or negative power, in kWh. When negative, the vehicle is charging.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_charging",
            "description": "Flag indicating if the vehicle is charging.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteVehicleCabin",
        "description": null,
        "fields": [
          {
            "name": "is_preconditioned",
            "description": "Flag indicating if the vehicle cabin was preconditioned for the desired temperature.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "desired_temperature",
            "description": "Desired cabin temperature. Default is 20 degrees Celsius or 68 degrees Fahrenheit.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Temperature",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteVehicleCabinInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "is_preconditioned",
            "description": "Flag indicating if the vehicle cabin was preconditioned for the desired temperature.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": "false",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "desired_temperature",
            "description": "Desired cabin temperature. Default is 20 degrees Celsius or 68 degrees Fahrenheit.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "TemperatureInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteVehicleCharging",
        "description": null,
        "fields": [
          {
            "name": "mode",
            "description": "Mode that indicates if the charging time is optimized or if always charged to the maximum capacity.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ChargeMode",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "minimum_power",
            "description": "Minimum desired power of chargers, in kWh.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "risk_margin",
            "description": "Minimum remaining state of charge at charging stops, expressed as a percentage. The value must be between 0 and 60. If not provided, the project configuration value is used.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connectors",
            "description": "Supported connectors. If not specified, it defaults to the vehicle's connectors.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "RouteVehicleChargingConnector",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "adapters",
            "description": "Supported adapters. If not specified, adapters will not be considered.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "RouteVehicleChargingConnector",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteVehicleChargingConnector",
        "description": null,
        "fields": [
          {
            "name": "standard",
            "description": "Type of the plug.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ConnectorType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximum_charge_speed",
            "description": "Maximum charging speed for this plug.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ChargeSpeed",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteVehicleChargingConnectorInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "standard",
            "description": "Plug type.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ConnectorType",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximum_charge_speed",
            "description": "Maximum charging speed for this plug.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "ChargeSpeedInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteVehicleChargingInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "mode",
            "description": "Mode that indicates if the charging time is optimized or if always charged to the maximum capacity.",
            "type": {
              "kind": "ENUM",
              "name": "ChargeMode",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "minimum_power",
            "description": "Minimum desired power of chargers, in kWh.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "risk_margin",
            "description": "Minimum remaining state of charge at charging stops, expressed as a percentage. The value must be between 0 and 60. If not provided, the project configuration value is used.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connectors",
            "description": "Supported connectors. If not specified, it defaults to the vehicle's connectors.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "RouteVehicleChargingConnectorInput",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "adapters",
            "description": "Supported adapters. If not specified, adapters will not be considered.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "RouteVehicleChargingConnectorInput",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteVehicleEmissions",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total co2e emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "iso_14083_2023",
            "description": "Total co2e emissions from vehicle operational processes calculated using the methodology in section 5.2.2 of ISO 14083:2023 and default emissions intensities in Annex K of the same document.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "embedded",
            "description": "Embedded emissions, for example emissions produced during manufacturing, transportation, and delivery.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteEmbeddedEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operational",
            "description": "Operational emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteVehicleOperationalEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "end_of_life",
            "description": "End of life emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteEndOfLifeEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "legs",
            "description": "Emissions info for the legs in the same order as in the route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "RouteVehicleLegEmissions",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteVehicleInput",
        "description": "Vehicle specific input for a create route mutation.",
        "fields": null,
        "inputFields": [
          {
            "name": "id",
            "description": "ID of the vehicle.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery",
            "description": "EV battery specific configuration.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RouteVehicleBatteryInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charging",
            "description": "Charging configuration.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RouteVehicleChargingInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tire_pressure",
            "description": "Tire pressures of all wheels, ordered from front right to front left, then rear left to rear right.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "TirePressureInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "odometer",
            "description": "Odometer (mileage) reading.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "OdometerInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "auxiliary_consumption",
            "description": "Average auxiliary power consumption.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "AuxiliaryConsumptionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "climate",
            "description": "Flag indicating if climate control is on.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heat_pump",
            "description": "Vehicle Heat Pump configuration.",
            "type": {
              "kind": "ENUM",
              "name": "HeatPumpMode",
              "ofType": null
            },
            "defaultValue": "default",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cabin",
            "description": "Vehicle cabin configuration used for the route calculation. Applied only if vehicle.climate is set to true.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RouteVehicleCabinInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "motor_rpm",
            "description": "Revolutions per minute of the motor, a measure of the rotational speed of the motor's rotor component.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outside_temperature",
            "description": "Outside temperature.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "OutsideTemperatureInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_parked",
            "description": "Flag indicating if a vehicle is in park, neutral, or turned off.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle_speed",
            "description": "Vehicle speed.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "VehicleSpeedInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heading",
            "description": "Current heading in degrees.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteVehicleLegEmissions",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total co2e emissions for the leg.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "iso_14083_2023",
            "description": "Total leg co2e emissions from vehicle operational processes using the methodology in section 5.2.2 of ISO 14083:2023 and default emissions intensities in Annex K of the same document.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "embedded",
            "description": "Embedded emissions, for example emissions produced during manufacturing, transportation, and delivery.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteEmbeddedEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operational",
            "description": "Operational emissions for the leg.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteVehicleLegOperationalEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "end_of_life",
            "description": "End of life emissions for the leg.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteEndOfLifeEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteVehicleLegOperationalEmissions",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total operational emissions for the leg.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "electricity",
            "description": "Electricity emissions data for the leg.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteLegOperationalElectricityEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "infrastructure",
            "description": "Total road infrastructure emissions for the leg.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalInfrastructureEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maintenance",
            "description": "Total maintenance emissions for the leg.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalMaintenanceEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteVehicleOperationalEmissions",
        "description": null,
        "fields": [
          {
            "name": "total",
            "description": "Total operational emissions.",
            "args": [
              {
                "name": "unit",
                "description": "Emission unit.",
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionUnit",
                  "ofType": null
                },
                "defaultValue": "gram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "electricity",
            "description": "Electricity emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalElectricityEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "infrastructure",
            "description": "Road infrastructure emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalInfrastructureEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maintenance",
            "description": "Maintenance emissions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteOperationalMaintenanceEmissions",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteViaFeaturePoint",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "ID of the feature.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Feature type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "FeatureType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "geometry",
            "description": "Geometry of the feature.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Point",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Additional feature properties for via. If a `station.id` or `station.external_id` are provided, it will be treated as a charging stop.  If omitted or `location.name` is provided, the stop is treated as a non-charging stop location.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteViaProperties",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteViaFeaturePointInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "id",
            "description": "ID of the feature.",
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Feature type.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "FeatureType",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "geometry",
            "description": "Geometry of the feature.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "PointInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Additional feature properties for via. If a `station.id` or `station.external_id` are provided, it will be treated as a charging stop.  If omitted or `location.name` is provided, the stop is treated as a non-charging stop location.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RouteViaPropertiesInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteViaProperties",
        "description": null,
        "fields": [
          {
            "name": "location",
            "description": "Location data of the via point.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RoutePropertiesViaLocation",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle",
            "description": "Vehicle data of the via point.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RoutePropertiesVehicle",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station",
            "description": "Station data of the via point.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RoutePropertiesStation",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteViaPropertiesInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "location",
            "description": "Location data of the via point.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RoutePropertiesViaLocationInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle",
            "description": "Vehicle data of the via point.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RoutePropertiesVehicleInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "station",
            "description": "Specifies a charging station at the via. If a known station is provided, it will be used as charging stop. Any configured operator preferences are ignored for this stop.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RoutePropertiesStationInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteWarning",
        "description": null,
        "fields": [
          {
            "name": "code",
            "description": "The code of the warning.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "RouteWarningCode",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "RouteWarningCode",
        "description": "Types of warnings that can be encountered in a route.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ev_unavailable_in_region",
            "description": "The selected vehicle model is unavailable on one or more regions along the route.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hev_no_charging_stations",
            "description": "Route excludes charging stations as a hybrid vehicle does not require external charging.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "erev_battery_only_range",
            "description": "Route is calculated using only the battery range of the extended-range vehicle. ",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "origin_not_vehicle_accessible",
            "description": "The origin location cannot be reached by vehicle and requires a walking section to reach the point.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "destination_not_vehicle_accessible",
            "description": "The destination location cannot be reached by vehicle and requires a walking section to reach the point.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "final_soc_not_possible",
            "description": "The requested final state of charge cannot be achieved.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low_speed",
            "description": "The set maximum speed is too low (below 50 km/h) and may result in an inefficient route.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operator_preferences_not_found",
            "description": "Operator preferences were ignored because they have not been configured for this project nor provided in the route create request.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traffic_data_not_available",
            "description": "Traffic data for this route is not available.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "weather_forecast_not_available",
            "description": "Not possible to fetch weather data for a departure time further than 4 days in the future. Current weather used as alternative.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "weather_history_not_available",
            "description": "Not possible to fetch weather data for a departure time longer than 2 years ago. Current weather used as an alternative.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operators_ignored",
            "description": "One or more preferred, excluded, or avoided operators have no active stations available and were ignored.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteWeather",
        "description": null,
        "fields": [
          {
            "name": "type",
            "description": "Weather configuration applied to the route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "WeatherType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "custom",
            "description": "[BETA] Custom weather conditions applied to the route. Only present when 'type' is set to 'CUSTOM'.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RouteWeatherCustomConditions",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RouteWeatherCustomConditions",
        "description": null,
        "fields": [
          {
            "name": "temperature",
            "description": "Average ambient temperature estimated along the route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Temperature",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "air_pressure",
            "description": "Atmospheric pressure along the route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "AirPressure",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "solar_irradiance",
            "description": "Solar irradiance along the route.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "SolarIrradiance",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteWeatherCustomConditionsInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "temperature",
            "description": "Average ambient temperature estimated along the route.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "TemperatureInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "air_pressure",
            "description": "Atmospheric pressure along the route.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "AirPressureInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "solar_irradiance",
            "description": "Solar irradiance along the route.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "SolarIrradianceInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RouteWeatherInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "type",
            "description": "Weather configuration applied to the route.",
            "type": {
              "kind": "ENUM",
              "name": "WeatherType",
              "ofType": null
            },
            "defaultValue": "actual",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "custom",
            "description": "[BETA] Custom weather conditions to apply to the route. Required only when 'type' is 'CUSTOM'. Must be omitted for other weather types.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RouteWeatherCustomConditionsInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "ScheduledChargeStopInput",
        "description": "Scheduled charge stop along a route.",
        "fields": null,
        "inputFields": [
          {
            "name": "types",
            "description": "List of amenity types.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "AmenityType",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "duration",
            "description": "Duration at the amenity, in seconds. The value should be between 900 and 86400.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offset",
            "description": "Maximum allowed offset from the stop_after value in seconds.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": "1800",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stop_after",
            "description": "Desired drive time for a scheduled stop after leaving the origin point, in seconds.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "max_distance_from_station",
            "description": "Maximum distance from a station to an amenity, in meters. The value should be between 0 and 1000.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": "1000",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "SolarIrradiance",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Value of the solar irradiance.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Solar irradiance unit.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "SolarIrradianceUnit",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "SolarIrradianceInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Value of the solar irradiance.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Solar irradiance unit.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "SolarIrradianceUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "SolarIrradianceUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "watts_per_square_meter",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "SortDirection",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ascending",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "descending",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "SpeedUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "kilometers_per_hour",
            "description": "Return the speed in kilometers per hour.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "miles_per_hour",
            "description": "Return the speed in miles per hour.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "StateOfCharge",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Value of the state of charge of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the vehicle's state of charge.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "StateOfChargeUnit",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TelemetryInputSource",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "StateOfChargeInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Value of the vehicle's state of charge.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the vehicle's state of charge.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "StateOfChargeUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data, defaults to 'manual'.",
            "type": {
              "kind": "ENUM",
              "name": "TelemetryInputSource",
              "ofType": null
            },
            "defaultValue": "manual",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "StateOfChargeUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "kilometer",
            "description": "Return the state of charge in kilometers.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mile",
            "description": "Return the state of charge in miles.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "kilowatt_hour",
            "description": "Return the state of charge in kilowatt hours.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "percentage",
            "description": "Return the state of charge as a percentage.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Station",
        "description": "Station data which extends OCPI Location.",
        "fields": [
          {
            "name": "id",
            "description": "Unique ID of a station.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "country_code",
            "description": "ISO-3166 alpha-2 country code of a station.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "party_id",
            "description": "CPO ID of a CPO that 'owns' this station (following the ISO-15118 standard).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "publish",
            "description": "Defines if a location may be published on a website or app etc.\nWhen this is set to false, only tokens identified in the field: publish_allowed_to are allowed to show this location.\nWhen the same location has EVSEs that may be published and may not be published, two 'locations' should be created.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "Name of a charging station.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "address",
            "description": "Street/block name and house number if available.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "city",
            "description": "City or town",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "postal_code",
            "description": "Postal code of a location, may only be omitted when a location has no postal code: in some countries charging locations at highways don’t have postal codes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "state",
            "description": "State or province of a location, only to be used when relevant.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "country",
            "description": "ISO 3166-1 alpha-3 code for the country of this station.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "coordinates",
            "description": "Coordinates of a location.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "OCPIGeoLocation",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "related_locations",
            "description": "Geographical location of related points relevant to a user.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "OCPIAdditionalGeoLocation",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "parking_type",
            "description": "Type of parking at a charge point location.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "OCPIParkingType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "evses",
            "description": "EVSEs that belong to a station.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "EVSE",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "directions",
            "description": "Human-readable directions on how to reach a station.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "OCPIDisplayText",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "operator",
            "description": "Information about an operator.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Operator",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "suboperator",
            "description": "Information about a suboperator if applicable.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Operator",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "owner",
            "description": "Information about an owner if available.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Operator",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "facilities",
            "description": "Facilities a charging station belongs to.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "OCPIFacility",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "time_zone",
            "description": "Value from the IANA time zone database representing the time zone of a location. Examples: \"Europe/Oslo\", \"Europe/Zurich\". (http://www.iana.org/time-zones).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "opening_times",
            "description": "Times when an EVSEs at a location can be accessed for charging.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "OCPIHours",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charging_when_closed",
            "description": "Indicates if the EVSEs are still charging outside the opening hours. E.g. when a parking garage closes its barriers overnight, is it allowed to charge till the next morning? Default: true.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "images",
            "description": "Links to images related to a location such as photos or logos.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "OCPIImage",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "energy_mix",
            "description": "Details of the energy supplied at a location.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "OCPIEnergyMix",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "last_updated",
            "description": "Timestamp when a location, or one of its EVSEs or Connectors were last updated (or created).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "DateTime",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "external_id",
            "description": "ID provided by a station data source.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "location",
            "description": "GeoJSON location of a charging station.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Point",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "elevation",
            "description": "Elevation (altitude) level.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chargers",
            "description": "Groups of EVSEs by power and type.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Charger",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amenities",
            "description": "Amenities located at this location.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "JSON",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "physical_address",
            "description": "Enriched information about the physical address of a station.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Address",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heavy_vehicles_properties",
            "description": "Describes the heavy vehicle properties at the location.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StationHeavyVehiclesProperties",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heavy_vehicles_restrictions",
            "description": "Describes the heavy vehicle restrictions at the location.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StationHeavyVehiclesRestrictions",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle_restrictions",
            "description": "Describes the vehicle restrictions at the location.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StationVehicleRestrictions",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "location_category",
            "description": "Type of location where the charge point is located. For example, shop.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "entrance_for_navigation",
            "description": "Coordinates for the location's entrances in decimal degrees. If available, there can be more than one entrances to the location.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "OCPIAdditionalGeoLocation",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "properties",
            "description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "JSON",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "No longer used."
          },
          {
            "name": "realtime",
            "description": "A flag that indicates if a station has real-time information about the availability of its connectors.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "power",
            "description": "Connectors grouped by power.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "JSON",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predicted_occupancy",
            "description": "Predicted station occupancy.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "StationPredictedOccupancy",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "speed",
            "description": "Charging speed for a station.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "StationSpeedType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "Global status for a station.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "ChargerStatus",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "custom_properties",
            "description": "Custom properties of a station. These are vendor specific and will return null values on the fields that are not supported by your station database.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StationCustomProperties",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "review",
            "description": "Review of a station.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ReviewStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "roaming",
            "description": "List of eMSP cards accepted at a charging station.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "StationRoaming",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "support_phone_number",
            "description": "Phone number for assistance at a charging station.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charging_behaviour",
            "description": "Charging behavior of a station.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ChargingBehaviour",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "reliability_score",
            "description": "Shows how reliable a charging station is (1 to 5; 1 = unreliable, 5 = reliable), taking into account the charging behaviour history and error values.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "adhoc_authorisation_payment_method",
            "description": "Indicates the authentication and payment methods.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "StationAdhocAuthorisationPaymentMethod",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "access_type",
            "description": "Type of access to the charging station.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "AccessType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "StationAdhocAuthorisationPaymentMethod",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "AUTH_BY_CAR_PLUG_AND_CHARGE",
            "description": "Authentication by car through Plug and Charge.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ONLINE_APPLE_PAY",
            "description": "Apple Pay.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TERMINAL_IN_APP",
            "description": "Terminal in app.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ONLINE_PAYPAL",
            "description": "PayPal.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SERVICE_PROVIDER_RFID_CARD",
            "description": "Service Provider RFID Card.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TERMINAL_QR_CODE",
            "description": "Terminal QR Code.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TERMINAL_CREDIT_CARD",
            "description": "Terminal Credit Card.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TERMINAL_DEBIT_CARD",
            "description": "Terminal Debit Card.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TERMINAL_SMS",
            "description": "Terminal SMS.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ONLINE_CREDIT_CARD",
            "description": "Credit Card.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OTHER_OTHER",
            "description": "Other.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TERMINAL_CONTACTLESS",
            "description": "Terminal Contactless.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ONLINE_GOOGLE_PAY",
            "description": "Google Pay.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ONLINE_BANK_PAYMENT",
            "description": "Bank Payment.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AUTH_BY_CAR_AUTOCHARGE",
            "description": "Authentication by car through Auto Charge.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "StationAroundFilter",
        "description": "Criteria to filter stations in the station around query.",
        "fields": null,
        "inputFields": [
          {
            "name": "location",
            "description": "GeoJSON Point of the center of the around me circle.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "PointInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "distance",
            "description": "Distance, in meters, to search around.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "powers",
            "description": "Powers in kW.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amenities",
            "description": "Amenities available near a station.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "Amenities",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "power_groups",
            "description": "Station speed.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "StationSpeedType",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connectors",
            "description": "Station socket or plug standards.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ConnectorType",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "available_only",
            "description": "Flag that allows you to return only available stations.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "preferred_operator",
            "description": "Flag to filter for stations operated by an operator present in the project's ranking list.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "StationAroundQuery",
        "description": "Query parameters to filter stations in the station around query.",
        "fields": null,
        "inputFields": [
          {
            "name": "location",
            "description": "GeoJSON Point of the center of the around me circle.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "PointInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "distance",
            "description": "Distance, in meters, to search around.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "power",
            "description": "Power in kW.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amenities",
            "description": "Amenities available near a station. Values: restaurant, bathroom, supermarket, playground, coffee, shopping, museum, hotel, park.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "StationCustomProperties",
        "description": null,
        "fields": [
          {
            "name": "reliability_score",
            "description": "Shows how reliable a charging station is (1 to 5; 1 = unreliable, 5 = reliable), taking into account the charging behaviour history and error values.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `station.reliability_score`."
          },
          {
            "name": "oicp",
            "description": "Custom station properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "OICPStationCustomProperties",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "StationHeavyVehiclesProperties",
        "description": "Describes the heavy vehicle properties at the location.",
        "fields": [
          {
            "name": "is_dedicated",
            "description": "Indicates whether the location was constructed mainly for the purpose of heavy vehicles like trucks.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "facilities",
            "description": "List of facilities in the location.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "HeavyVehiclesFacility",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_trailer_accessible",
            "description": "Indicates whether the location is suitable for trucks with trailers.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_drive_through",
            "description": "Indicates whether the location is drive-through.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "allows_dangerous_goods",
            "description": "Indicates whether the location allows charging of heavy vehicles transporting dangerous goods.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "allows_rigid_vehicles",
            "description": "Indicates whether the location is suitable for rigid heavy vehicles.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "allows_overnight_parking",
            "description": "Indicates whether the location allows overnight charging of heavy vehicles.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "StationHeavyVehiclesRestrictions",
        "description": "Describes the heavy vehicle restrictions at the location.",
        "fields": [
          {
            "name": "height",
            "description": "Maximum height of the heavy vehicle that is allowed to be parked at the charging station.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DimensionUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "width",
            "description": "Maximum width of the heavy vehicle that is allowed to be parked at the charging station.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DimensionUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "length",
            "description": "Maximum length of the heavy vehicle that is allowed to be parked at the charging station.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DimensionUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mass",
            "description": "Maximum mass of the heavy vehicle that is allowed to be parked at the charging station.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "allowed_types_EU",
            "description": "Allowed N (EU) types of heavy vehicles.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "HeavyVehiclesEUType",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "StationListFilter",
        "description": "Criteria to filter stations in the station list query.",
        "fields": null,
        "inputFields": [
          {
            "name": "powers",
            "description": "Powers in kW.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amenities",
            "description": "Amenities available near a station.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "Amenities",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "power_groups",
            "description": "Station speed.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "StationSpeedType",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connectors",
            "description": "Station socket or plug standards.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ConnectorType",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "available_only",
            "description": "Flag that allows you to return only available stations.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "preferred_operator",
            "description": "Flag to filter for stations operated by an operator present in the project's ranking list.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "StationListQuery",
        "description": "Query parameters to filter stations in the station list query.",
        "fields": null,
        "inputFields": [
          {
            "name": "id",
            "description": "ID of the station.",
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "external_id",
            "description": "External ID of the station provided by the station data source.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "Exact name.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "StationPredictedAvailability",
        "description": "Station availability for each weekday and hour.",
        "fields": [
          {
            "name": "weekday",
            "description": "Number of weekday from 1 (monday) to 7 (sunday).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "prediction",
            "description": "The prediction for each hour 0-23 from 1 to 5 (1 - very busy ... 5 very quiet (free)).",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "StationPredictedOccupancy",
        "description": "Station occupancy for each weekday and hour.",
        "fields": [
          {
            "name": "weekday",
            "description": "Number of weekday from 1 (monday) to 7 (sunday).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "occupancy",
            "description": "Occupancy on a scale from 1 to 10, where 1 means free for charging and 10 means fully occupied.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "period_begin",
            "description": "Start of the period of the occupancy prediction (string of 'hh-mmZ' format).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "period_end",
            "description": "End of the period of the occupancy prediction (string of 'hh-mmZ' format).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "StationRoaming",
        "description": null,
        "fields": [
          {
            "name": "partner_id",
            "description": "Unique id for a provider. It is created by Eco-Movement, and it is stable.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ema_id",
            "description": "Unique E-Mobility Account Identifier (eMA ID) for a provider.\nIt is created by Eco-Movement by combining the country code where the charging station is located, and the party id of the provider.\nFor example, NL-ECO. Note: A provider can have multiple eMA IDs.\nFor example, if a company named 'Example Company A' acquired 'Example Company B' and owns the charging stations of Example Company B,\nthen this attribute maps Example Company B's eMA IDs to Example Company A's eMA IDs. For example, ['NL-EXA', 'NL-EXB'].",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "emsp",
            "description": "Name of the EMSP provider.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "card",
            "description": "Name of the card accepted at a charging station.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "android_app_link",
            "description": "Link to native Android app for card accepted at a charging station.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ios_app_link",
            "description": "Link to native iOS app for card accepted at a charging station.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "StationSpeedType",
        "description": "The station speed type.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "slow",
            "description": "Slow charging (below 43 kW).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fast",
            "description": "Fast charging stations (above 43 kW and below 150 kW).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "turbo",
            "description": "Ultra fast charging stations (above 150 kW).",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "StationVehicleRestrictions",
        "description": "Describes the vehicle restrictions at the location.",
        "fields": [
          {
            "name": "mass",
            "description": "Maximum weight for a vehicle that is allowed at the location.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "width",
            "description": "Maximum width for a vehicle that is allowed at the location.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DimensionUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "height",
            "description": "Maximum height for a vehicle that is allowed at the location.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DimensionUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "length",
            "description": "Maximum length for a vehicle that is allowed at the location.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DimensionUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "StepType",
        "description": "Types of a route step.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "road",
            "description": "This step is a road.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highway",
            "description": "This step is a highway.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "toll",
            "description": "This step is a toll road.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ferry",
            "description": "This step is a ferry.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walking",
            "description": "This step is reachable by walking.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "crossborder",
            "description": "This step is a crossborder.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Subscription",
        "description": null,
        "fields": [
          {
            "name": "routeUpdatedById",
            "description": "Subscribe to a specific route to receive system event updates.",
            "args": [
              {
                "name": "id",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "Route",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `route`."
          },
          {
            "name": "route",
            "description": "Subscribe to a specific route to receive system event updates.",
            "args": [
              {
                "name": "id",
                "description": "ID of a route.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "RouteResponse",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "navigation",
            "description": "[BETA] Subscribe to navigation session system event updates. We strongly recommend using this at all times to not miss any updates.",
            "args": [
              {
                "name": "id",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "NavigationSubscription",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connectedVehicle",
            "description": "[BETA] Subscribe to a connected vehicle.",
            "args": [
              {
                "name": "id",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "ConnectedVehicle",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isoline",
            "description": "Subscribe to an isoline in order to receive updates.",
            "args": [
              {
                "name": "id",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "Isoline",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Telemetry",
        "description": null,
        "fields": [
          {
            "name": "auxiliary_consumption",
            "description": "Value of the auxiliary power consumption of the vehicle.",
            "args": [
              {
                "name": "unit",
                "description": "Type of auxiliary power consumption of the vehicle, defaults to 'kilowatt_hours'.",
                "type": {
                  "kind": "ENUM",
                  "name": "AuxiliaryConsumptionUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery_current",
            "description": "Battery current in ampere.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery_temperature",
            "description": "Value of the temperature of the battery.",
            "args": [
              {
                "name": "unit",
                "description": "Type of temperature of the battery, defaults to 'Celsius'.",
                "type": {
                  "kind": "ENUM",
                  "name": "TemperatureUnit",
                  "ofType": null
                },
                "defaultValue": "Celsius",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery_voltage",
            "description": "Battery voltage in volts.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_charging",
            "description": "Is the vehicle currently charging.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_speed",
            "description": "Value of the rate of charge of the battery.",
            "args": [
              {
                "name": "unit",
                "description": "Type of rate of charge speed of the battery, defaults to 'kilowatt_hour'.",
                "type": {
                  "kind": "ENUM",
                  "name": "ChargeSpeedUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_total",
            "description": "Value of the amount of battery charged.",
            "args": [
              {
                "name": "unit",
                "description": "Type of total charge amount, defaults to 'kilowatt_hour'.",
                "type": {
                  "kind": "ENUM",
                  "name": "StateOfChargeUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_occupant_weight",
            "description": "Value of the current weight of the occupants.",
            "args": [
              {
                "name": "unit",
                "description": "Type of the current weight of the occupants, defaults to 'kilogram'.",
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_cargo_weight",
            "description": "Value of the current weight of the cargo.",
            "args": [
              {
                "name": "unit",
                "description": "Type of the current weight of the cargo, defaults to 'kilogram'.",
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "elevation",
            "description": "Value of the current elevation.",
            "args": [
              {
                "name": "unit",
                "description": "Type of the value of elevation, defaults to 'meter'.",
                "type": {
                  "kind": "ENUM",
                  "name": "ElevationUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heading",
            "description": "Current heading in degrees.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "motor_rpm",
            "description": "RPM of the motor.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "occupants",
            "description": "Number of occupants present in the vehicle.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "odometer",
            "description": "Value of the vehicle's odometer.",
            "args": [
              {
                "name": "unit",
                "description": "Type of the value of the vehicle's odometer, defaults to 'kilometer'.",
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outside_temperature",
            "description": "Value of the outside temperature.",
            "args": [
              {
                "name": "unit",
                "description": "Type of the value of the outside temperature, defaults to 'Celsius'.",
                "type": {
                  "kind": "ENUM",
                  "name": "TemperatureUnit",
                  "ofType": null
                },
                "defaultValue": "Celsius",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_parked",
            "description": "Vehicle is in park, neutral or turned off.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "power",
            "description": "Value of the positive or negative power. When negative the vehicle is charging.",
            "args": [
              {
                "name": "unit",
                "description": "Type of the value of the power, defaults to 'kilowatt'.",
                "type": {
                  "kind": "ENUM",
                  "name": "PowerUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "state_of_charge",
            "description": "Value of the state of charge of the vehicle.",
            "args": [
              {
                "name": "unit",
                "description": "Type of the state of charge of the vehicle, defaults to 'kilowatt_hour'.",
                "type": {
                  "kind": "ENUM",
                  "name": "StateOfChargeUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tire_pressure",
            "description": "Values for the average tire pressures of all wheels, starting from the front side right to left and to the rear.",
            "args": [
              {
                "name": "unit",
                "description": "Type of the value of pressure, defaults to 'bar'.",
                "type": {
                  "kind": "ENUM",
                  "name": "PressureUnit",
                  "ofType": null
                },
                "defaultValue": "bar",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "Float",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle_speed",
            "description": "Value of the vehicle speed.",
            "args": [
              {
                "name": "unit",
                "description": "Type of the vehicle speed, defaults to 'kilometers_per_hour'.",
                "type": {
                  "kind": "ENUM",
                  "name": "SpeedUnit",
                  "ofType": null
                },
                "defaultValue": "kilometers_per_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "custom",
            "description": "Custom input fields can be added based on telemetry architecture.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "JSON",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "TelemetryInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "auxiliary_consumption",
            "description": "Average auxiliary power consumption.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "AuxiliaryConsumptionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery_current",
            "description": "Battery current in ampere.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery_temperature",
            "description": "Battery temperature.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "BatteryTemperatureInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery_voltage",
            "description": "Battery voltage in volts.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_charging",
            "description": "Is the vehicle currently charging.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_speed",
            "description": "Rate of charge.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "ChargeSpeedInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_total",
            "description": "Amount charged.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "ChargeTotalInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_occupant_weight",
            "description": "Cumulated weight of the occupants.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "TotalOccupantWeightInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total_cargo_weight",
            "description": "Weight of the cargo.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "TotalCargoWeightInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "elevation",
            "description": "Current elevation.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "ElevationInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heading",
            "description": "Current heading in degrees.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "motor_rpm",
            "description": "RPM of the motor.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "occupants",
            "description": "Number of occupants in the vehicle.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "odometer",
            "description": "Mileage or odometer reading.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "OdometerInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outside_temperature",
            "description": "Outside temperature.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "OutsideTempInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_parked",
            "description": "Vehicle is in park, neutral or turned off.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "power",
            "description": "Vehicle power.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "PowerInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "state_of_charge",
            "description": "Battery state of charge.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StateOfChargeInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tire_pressure",
            "description": "Average tire pressures of all wheels, starting from the front side right to left and to the rear.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "TirePressureInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle_speed",
            "description": "Vehicle speed.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "VehicleSpeedInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "custom",
            "description": "Custom input fields can be added based on telemetry architecture.",
            "type": {
              "kind": "SCALAR",
              "name": "JSON",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "TelemetryInputSource",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "manual",
            "description": "Manually inputted value.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "telemetry",
            "description": "Value from the vehicle's telemetry.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "default",
            "description": "Default value.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Temperature",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Value of the temperature.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the temperature.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TemperatureUnit",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "TemperatureInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Value of the temperature.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the temperature.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TemperatureUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "TemperatureUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Celsius",
            "description": "Return the temperature in Celsius.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Fahrenheit",
            "description": "Return the temperature in Fahrenheit.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TirePressure",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Values for the tire pressure, ordered from front right to front left, then rear left to rear right.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the tire pressure.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PressureUnit",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TelemetryInputSource",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "TirePressureInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Values for the tire pressure, ordered from front right to front left, then rear left to rear right.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the tire pressure.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PressureUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data, defaults to 'manual'.",
            "type": {
              "kind": "ENUM",
              "name": "TelemetryInputSource",
              "ofType": null
            },
            "defaultValue": "manual",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "TorqueUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "newton_meter",
            "description": "Return the torque in newton meters.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "foot_pound",
            "description": "Return the torque in foot pounds.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TotalCargoWeight",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Value of the current weight of the cargo.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the current weight of the cargo.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "WeightUnit",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TelemetryInputSource",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "TotalCargoWeightInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Value of the current weight of the cargo.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the current weight of the cargo.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "WeightUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data, defaults to 'manual'.",
            "type": {
              "kind": "ENUM",
              "name": "TelemetryInputSource",
              "ofType": null
            },
            "defaultValue": "manual",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TotalOccupantWeight",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Value of the combined weight of the occupants.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the current weight of the occupants.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "WeightUnit",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TelemetryInputSource",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "TotalOccupantWeightInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Value of the combined weight of the occupants.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the current weight of the occupants.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "WeightUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data, defaults to 'manual'.",
            "type": {
              "kind": "ENUM",
              "name": "TelemetryInputSource",
              "ofType": null
            },
            "defaultValue": "manual",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TrafficCongestionInterval",
        "description": null,
        "fields": [
          {
            "name": "start_index",
            "description": "Starting index of this interval in the polyline.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "end_index",
            "description": "Ending index of this interval in the polyline.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "level",
            "description": "Congestion level for this specific interval.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "CongestionLevel",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "TurningCircleUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "meter",
            "description": "Return the turning circle in meters.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "foot",
            "description": "Return the turning circle in feet.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "UpdateConnectedVehicleInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "id",
            "description": "Id from the connected vehicle",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "label",
            "description": "New label for a connected vehicle",
            "type": {
              "kind": "SCALAR",
              "name": "PlainString",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "SCALAR",
        "name": "Upload",
        "description": "The File Upload scalar.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Vehicle",
        "description": "Output of a vehicle query.",
        "fields": [
          {
            "name": "id",
            "description": "Vehicles unique ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "naming",
            "description": "Naming of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleNaming",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "drivetrain",
            "description": "Drivetrain of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleDrivetrain",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connectors",
            "description": "Available connectors for the vehicle. Please note that for HEVs this will always be an empty array.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "VehicleConnector",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "adapters",
            "description": "Adapters for the connectors of the vehicle. Please note that for HEVs this will always be an empty array.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "VehicleConnector",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery",
            "description": "Battery of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleBattery",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "body",
            "description": "Body of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleBody",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "availability",
            "description": "Availability of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleAvailability",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "performance",
            "description": "Performance of the vehicle.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePerformance",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "range",
            "description": "Range of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleRange",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "media",
            "description": "Media of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleMedia",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "routing",
            "description": "Routing of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleRouting",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connect",
            "description": "Information about vehicle connectivity.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Connect",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "region",
            "description": "Regions in which the vehicle is available. Based on the continent code (CC) standard.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "VehicleRegion",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "purpose",
            "description": "Vehicle intended use. Can be passenger, cargo, or utility.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "VehiclePurpose",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Type of vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "VehicleType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heat_pump",
            "description": "Details about Heat Pump.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehicleHeatPump",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleAvailability",
        "description": null,
        "fields": [
          {
            "name": "status",
            "description": "Availability of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "VehicleAvailabilityStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "VehicleAvailabilityStatus",
        "description": "Availability status of a vehicle.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "no_longer_available",
            "description": "Vehicle no longer for sale in any market / region.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "available",
            "description": "Vehicle currently for sale in at least one market / region.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "release_date_announced_preorderable",
            "description": "Vehicle expected in market from Date_From (estimated), pre-order open.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "release_date_announced",
            "description": "Vehicle expected in market from Date_From (estimated), pre-order unknown or not open.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "concept_vehicle_preorderable",
            "description": "Concept vehicle, nearing production and/or confirmed, pre-order open.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "concept_vehicle",
            "description": "Concept vehicle, nearing production and/or confirmed, pre-order unknown or not open.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "concept_vehicle_release_date_tba_preorderable",
            "description": "Concept vehicle, not close to production and/or unconfirmed, pre-order open.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "concept_vehicle_release_date_tba",
            "description": "Concept vehicle, not close to production and/or unconfirmed, pre-order unknown.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uncertain",
            "description": "Status uncertain, introduction date and/or pricing unclear.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleBattery",
        "description": null,
        "fields": [
          {
            "name": "full_kwh",
            "description": "Full battery capacity in kWh.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usable_kwh",
            "description": "Usable battery capacity in kWh.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Type of battery.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "VehicleBatteryType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "VehicleBatteryFieldEstimations",
        "description": "Battery field estimated.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "B",
            "description": "Both of the battery kWh fields are estimations.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "F",
            "description": "full_kwh field is estimated.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "N",
            "description": "None of the battery kWh fields are estimations.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "U",
            "description": "usable_kwh field is estimated.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "VehicleBatteryType",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "lithium_ion",
            "description": "Lithium-Ion Battery.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleBody",
        "description": null,
        "fields": [
          {
            "name": "width",
            "description": "Width with folded mirrors.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "MeasurementUnit",
                  "ofType": null
                },
                "defaultValue": "millimeter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "height",
            "description": "Height (average height for adjustable suspensions).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "MeasurementUnit",
                  "ofType": null
                },
                "defaultValue": "millimeter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "weight",
            "description": "Weight (unladen).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleBodyWeight",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "seats",
            "description": "Number of seats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleBodyWeight",
        "description": null,
        "fields": [
          {
            "name": "minimum",
            "description": "Minimum weight.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nominal",
            "description": "Nominal weight.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximal",
            "description": "Maximal weight.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleConnector",
        "description": "Vehicle plug model.",
        "fields": [
          {
            "name": "standard",
            "description": "Connector type, known as connector standard in OCPI.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ConnectorType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "power",
            "description": "Usable electric power.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "PowerUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "max_electric_power",
            "description": "Maximum electric power.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "PowerUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "time",
            "description": "Time it takes to charge from 10 to 80% with a fast charger, shown in minutes.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "speed",
            "description": "Charging speed.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "SpeedUnit",
                  "ofType": null
                },
                "defaultValue": "kilometers_per_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `charge_speed`."
          },
          {
            "name": "charge_speed",
            "description": "Charging speed.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "ChargeSpeedUnit",
                  "ofType": null
                },
                "defaultValue": "kilometers_per_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "VehicleConsumptionInput",
        "description": "The consumption of the vehicle.",
        "fields": null,
        "inputFields": [
          {
            "name": "worst",
            "description": "Worst conditions are based on -10°C and use of heating.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "best",
            "description": "Best conditions are based on 23°C and no use of A/C.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleData",
        "description": null,
        "fields": [
          {
            "name": "battery",
            "description": "Battery data",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ConnectBattery",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge",
            "description": "Charge data",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ConnectCharge",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "location",
            "description": "Location data",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ConnectLocation",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "odometer",
            "description": "Odometer data",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ConnectOdometer",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "VehicleDataProvider",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "chargetrip",
            "description": "Internal data provider.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "evdatabase",
            "description": "EV database data provider.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleDrivetrain",
        "description": null,
        "fields": [
          {
            "name": "type",
            "description": "Type of drivetrain.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "VehicleDrivetrainType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "VehicleDrivetrainType",
        "description": "Drivetrain.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "BEV",
            "description": "Battery Electric Vehicle.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "EREV",
            "description": "Extended Range Electric Vehicle.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HEV",
            "description": "Hybrid Electric Vehicle.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PHEV",
            "description": "Plug-in Hybrid Electric Vehicle.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "VehicleFuel",
        "description": "Fuel type.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "D",
            "description": "ICE engine available. Uses diesel.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "E",
            "description": "Electricity only. Full electric vehicle.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "P",
            "description": "ICE engine available. Uses gasoline.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleHeatPump",
        "description": null,
        "fields": [
          {
            "name": "is_available",
            "description": "Indicates if a heat pump is available for a specific vehicle.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_standard_equipment",
            "description": "Indicates if a heat pump is standard equipment for a specific vehicle.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleImage",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "Image id.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Image type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "VehicleImageType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "url",
            "description": "Full path URL of a large image.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "height",
            "description": "Height of a large image in pixels.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "width",
            "description": "Width of a large image in pixels.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "thumbnail_url",
            "description": "Full path URL of a thumbnail image.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "thumbnail_height",
            "description": "Height of a thumbnail image in pixels.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "thumbnail_width",
            "description": "Width of a thumbnail image in pixels.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "VehicleImageType",
        "description": "Available types of images which can be found for a vehicle. Each type has specific image sizes.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "provider",
            "description": "Images provided by a Vehicle Datasource.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "image",
            "description": "Full-sized image at 1536x864 px.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "image_thumbnail",
            "description": "Thumbnail of a full-sized image at 131x72 px.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "image_premium",
            "description": "Premium image.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "premium_image_thumbnail",
            "description": "Thumbnail of a premium image.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "brand",
            "description": "Full-sized brand (make) logo at 768x432 px.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "brand_thumbnail",
            "description": "Thumbnail of a full-sized brand (make) logo at 56x24 px.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "placeholder",
            "description": "Placeholder image at 1536x864 px.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "VehicleImageTypeUploadable",
        "description": "When uploading images to a vehicle, you can select one of this types. The rest of the types are automatically generated by the system.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "image",
            "description": "Freemium vehicle image.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "image_premium",
            "description": "Premium vehicle image.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleList",
        "description": "The output element of the vehicleList query.",
        "fields": [
          {
            "name": "id",
            "description": "Vehicles unique ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "naming",
            "description": "Naming of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleListNaming",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "drivetrain",
            "description": "Drivetrain of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleDrivetrain",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connectors",
            "description": "Connectors available for the vehicle. Please note that for HEVs this will always be an empty array.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "VehicleConnector",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "adapters",
            "description": "Adapters available for the vehicle. Please note that for HEVs this will always be an empty array.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "VehicleConnector",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery",
            "description": "Battery of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleListBattery",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "body",
            "description": "Body of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleListBody",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "availability",
            "description": "Availability of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleListAvailability",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "range",
            "description": "Range of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleListRange",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "media",
            "description": "Media of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleListMedia",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "routing",
            "description": "Routing of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleListRouting",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connect",
            "description": "Information about vehicle connectivity.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Connect",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "region",
            "description": "Regions in which the vehicle is available. Based on the continent code (CC) standard.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "VehicleRegion",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "purpose",
            "description": "Vehicle intended use. Can be passenger, cargo, or utility.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "VehiclePurpose",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Type of vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "VehicleType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleListAvailability",
        "description": null,
        "fields": [
          {
            "name": "status",
            "description": "Availability of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "VehicleAvailabilityStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleListBattery",
        "description": null,
        "fields": [
          {
            "name": "full_kwh",
            "description": "Full battery capacity in kWh.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usable_kwh",
            "description": "Usable battery capacity in kWh.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Type of battery.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "VehicleBatteryType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleListBody",
        "description": null,
        "fields": [
          {
            "name": "seats",
            "description": "Number of seats in a vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "VehicleListFilter",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "availability",
            "description": "Availability of a vehicle.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "VehicleAvailabilityStatus",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "drivetrain",
            "description": "Drivetrain type of a vehicle.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "VehicleDrivetrainType",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connect",
            "description": "Information about vehicle connectivity.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "ConnectFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "region",
            "description": "Regions in which the vehicle is available. Based on the continent code (CC) standard.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "VehicleRegion",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "purpose",
            "description": "Vehicle intended use. Can be passenger, cargo, or utility.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "VehiclePurpose",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Type of vehicle.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "VehicleType",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "make",
            "description": "[BETA] Make of vehicle.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "model",
            "description": "[BETA] Model of vehicle.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleListMedia",
        "description": null,
        "fields": [
          {
            "name": "image",
            "description": "Featured image of the vehicle from a 45-degree angle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleImage",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "brand",
            "description": "Latest make logo of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleImage",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `make`."
          },
          {
            "name": "make",
            "description": "Latest make logo of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleImage",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "video",
            "description": "Latest video of the vehicle.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehicleVideo",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleListNaming",
        "description": null,
        "fields": [
          {
            "name": "make",
            "description": "Vehicle manufacturer name.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "model",
            "description": "Vehicle model name.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "version",
            "description": "Version, edition or submodel of the vehicle.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "edition",
            "description": "Another submodel level of the vehicle.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chargetrip_version",
            "description": "Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleListRange",
        "description": null,
        "fields": [
          {
            "name": "chargetrip_range",
            "description": "Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.\nChargetrip range is based on the theoretical distance driven using only the electric engine.\nVehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ChargetripRange",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleListRouting",
        "description": null,
        "fields": [
          {
            "name": "fast_charging_support",
            "description": "Vehicles that support fast charging have a minimum charging speed of 43 kWh.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleMake",
        "description": "Vehicle make data.",
        "fields": [
          {
            "name": "name",
            "description": "Vehicle make name.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "image",
            "description": "Vehicle make image.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleImage",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleMakesConnection",
        "description": "Vehicle makes response object.",
        "fields": [
          {
            "name": "nodes",
            "description": "List of vehicle makes.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "VehicleMake",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleMedia",
        "description": null,
        "fields": [
          {
            "name": "image",
            "description": "Featured image of the vehicle from a 45-degree angle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleImage",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "brand",
            "description": "Latest make logo.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleImage",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `make`."
          },
          {
            "name": "make",
            "description": "Latest make logo.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleImage",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "image_list",
            "description": "All images of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "VehicleImage",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "video",
            "description": "Latest video.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehicleVideo",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "video_list",
            "description": "All videos of the vehicle.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "VehicleVideo",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "VehicleMode",
        "description": "Mode (state) of the current production.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "index_only",
            "description": "Old vehicle that is no longer manufactured.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "production",
            "description": "Vehicle is in production and has been released.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "concept",
            "description": "Future releases of a vehicle, a concept of the vehicle, specs may change over time.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleModel",
        "description": "Vehicle model data.",
        "fields": [
          {
            "name": "name",
            "description": "Vehicle model name.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleModelsConnection",
        "description": "Vehicle models response object.",
        "fields": [
          {
            "name": "total_count",
            "description": "Total number of unique vehicle models.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "page_info",
            "description": "Information about the current page.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PageInfo",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nodes",
            "description": "List of vehicle models.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "VehicleModel",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "VehicleModelsFilter",
        "description": "Filter vehicle model list result.",
        "fields": null,
        "inputFields": [
          {
            "name": "make",
            "description": "Vehicle make.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleNaming",
        "description": null,
        "fields": [
          {
            "name": "make",
            "description": "Vehicle manufacturer name.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "model",
            "description": "Vehicle model name.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "version",
            "description": "Version, edition or submodel of the vehicle.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "edition",
            "description": "Another submodel level of the vehicle.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chargetrip_version",
            "description": "Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePerformance",
        "description": null,
        "fields": [
          {
            "name": "acceleration",
            "description": "Acceleration.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "AccelerationUnit",
                  "ofType": null
                },
                "defaultValue": "seconds_to_100_kilometers_per_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "top_speed",
            "description": "Top speed of the vehicle.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "SpeedUnit",
                  "ofType": null
                },
                "defaultValue": "kilometers_per_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "VehiclePlugAndChargeSupport",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "available",
            "description": "Plug and charge is available.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "announced",
            "description": "Plug and charge is announced, but not yet available.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "limited",
            "description": "Plug and charge is available in a limited context.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "not_available",
            "description": "Plug and charge is not available.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremium",
        "description": "The output element of the vehiclePremium query.",
        "fields": [
          {
            "name": "id",
            "description": "Vehicles unique ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "succesor_id",
            "description": "Internal ID of the successor vehicle trim.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "naming",
            "description": "Naming of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehiclePremiumNaming",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connectors",
            "description": "Connectors available for the vehicle. Please note that for HEVs this will always be an empty array.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "VehicleConnector",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge",
            "description": "Charge details.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehiclePremiumCharge",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fast_charge",
            "description": "Fast charge details.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehiclePremiumFastCharge",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "adapters",
            "description": "Adapters of connectors available for a connectors of the vehicle. Please note that for HEVs this will always be an empty array.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "VehicleConnector",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "battery",
            "description": "Battery of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehiclePremiumBattery",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "body",
            "description": "Body of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehiclePremiumBody",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "availability",
            "description": "Availability of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehiclePremiumAvailability",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pricing",
            "description": "Starting price in the currency defined in the field argument. If not defined, it will return the starting price in the currency returned in the currency field.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehiclePremiumPriceValueWithGrant",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "drivetrain",
            "description": "Drivetrain of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehiclePremiumDrivetrain",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "performance",
            "description": "Performance of the vehicle.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumPerformance",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "range",
            "description": "Range of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehiclePremiumRange",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "efficiency",
            "description": "Efficiency of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehiclePremiumEfficiency",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "safety",
            "description": "Safety of the vehicle.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumSafety",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "media",
            "description": "Media of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehiclePremiumMedia",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "routing",
            "description": "Routing of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehiclePremiumRouting",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "connect",
            "description": "Information about vehicle connectivity.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Connect",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "region",
            "description": "Regions in which the vehicle is available. Based on the continent code (CC) standard.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "VehicleRegion",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "purpose",
            "description": "Vehicle intended use. Can be passenger, cargo, or utility.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "VehiclePurpose",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Type of vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "VehicleType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heat_pump",
            "description": "Details about Heat Pump.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehicleHeatPump",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumAvailability",
        "description": null,
        "fields": [
          {
            "name": "status",
            "description": "Availability of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "VehicleAvailabilityStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "date_from",
            "description": "Date of introduction, mm-yyyy.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "date_from_is_estimated",
            "description": "Indicates if date from field is estimated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "date_to",
            "description": "Date last available, mm-yyyy.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumBattery",
        "description": null,
        "fields": [
          {
            "name": "usable_kwh",
            "description": "Usable battery capacity in kWh.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "full_kwh",
            "description": "Full battery capacity in kWh.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "estimated_fields",
            "description": "Indicates which battery fields are estimated.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "VehicleBatteryFieldEstimations",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "thermal_management_system",
            "description": "Battery thermal management system (active/passive, air/liquid).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "warranty_period",
            "description": "Duration of battery warranty in years.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "warranty_mileage",
            "description": "Mileage of battery warranty in kilometers.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chemistry",
            "description": "Chemistry of the battery.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "manufacturer",
            "description": "Manufacturer of the battery.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "modules",
            "description": "Number of battery modules.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cells",
            "description": "Number of cells in the battery pack, can include configuration (s = serial, p = parallel).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "weight",
            "description": "Weight of the battery pack.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nominal_voltage",
            "description": "Nominal voltage of battery.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Type of battery.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "VehicleBatteryType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumBody",
        "description": null,
        "fields": [
          {
            "name": "length",
            "description": "Length.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "MeasurementUnit",
                  "ofType": null
                },
                "defaultValue": "millimeter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "width",
            "description": "Width with folded mirrors.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "MeasurementUnit",
                  "ofType": null
                },
                "defaultValue": "millimeter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "full_width",
            "description": "Width of vehicle including mirrors.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "MeasurementUnit",
                  "ofType": null
                },
                "defaultValue": "millimeter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "height",
            "description": "Height (average height for adjustable suspensions).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "MeasurementUnit",
                  "ofType": null
                },
                "defaultValue": "millimeter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "size_is_estimated",
            "description": "Indicates if length/width/height fields are estimations.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wheelbase",
            "description": "Wheelbase.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "MeasurementUnit",
                  "ofType": null
                },
                "defaultValue": "millimeter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wheelbase_is_estimated",
            "description": "Indicates if wheelbase field is estimated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ground_clearance",
            "description": "Ground clearance of a vehicle as specified by the OEM.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "MeasurementUnit",
                  "ofType": null
                },
                "defaultValue": "millimeter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "weight",
            "description": "Weight (unladen EU).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleBodyWeight",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "weight_gvwr",
            "description": "Maximum allowed vehicle weight with payload.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehicleBodyWeight",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "weight_gtw",
            "description": "Maximum allowed vehicle and trailer weight with payload.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehicleBodyWeight",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "weight_payload",
            "description": "Allowed payload weight.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehicleBodyWeight",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "weight_is_estimated",
            "description": "Indicates if weight field is estimated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "weight_max_payload",
            "description": "Maximum payload allowed for the vehicle.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "boot_capacity",
            "description": "Standard luggage capacity.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "VolumeUnit",
                  "ofType": null
                },
                "defaultValue": "liter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "boot_front_capacity",
            "description": "Storage capacity of front trunk/under the hood (frunk).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "VolumeUnit",
                  "ofType": null
                },
                "defaultValue": "liter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "boot_capacity_max",
            "description": "Maximum luggage capacity.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "VolumeUnit",
                  "ofType": null
                },
                "defaultValue": "liter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tow_hitch_compatible",
            "description": "Indicates if a tow hitch/towbar can be fitted according to vehicle homologation.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tow_weight_unbraked",
            "description": "Maximum unbraked towing weight.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tow_weight_braked",
            "description": "Maximum braked towing weight.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tow_weight_is_estimated",
            "description": "Indicates if tow weight fields are estimations.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tow_weight_vertical_load",
            "description": "Maximum vertical load / noseweight on tow hitch according to vehicle homologation.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "roof_load_max",
            "description": "Maximum load on roof of the vehicle.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "WeightUnit",
                  "ofType": null
                },
                "defaultValue": "kilogram",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "body_type",
            "description": "Body type, listed in local naming convention where applicable.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "segment",
            "description": "Segment, listed in local naming convention where applicable.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "seats",
            "description": "Number of seats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "has_roofrails",
            "description": "Indicates whether a vehicle has roof rails as a standard.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "turning_circle",
            "description": "Turning circle of the vehicle kerb-to-kerb.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "TurningCircleUnit",
                  "ofType": null
                },
                "defaultValue": "meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle_platform",
            "description": "Name of the vehicle platform used for vehicle (often abbreviated to indicate group platforms).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle_platform_is_dedicated",
            "description": "Indicates if the vehicle platform used for vehicle is a dedicated battery electric vehicle platform.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumCharge",
        "description": null,
        "fields": [
          {
            "name": "plug",
            "description": "Information about the main connector.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumChargePlug",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "second_plug",
            "description": "Information about vehicles secondary onboard charger.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumChargeSecondPlug",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "standard",
            "description": "Information about the vehicle standard onboard charger.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumChargeStandardOBC",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "option",
            "description": "Optional upgrade for the standard onboard charger when available.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumChargeOptionOBC",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "alternative",
            "description": "Alternative upgrade for the standard onboard charger when available.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumChargeAlternativeOBC",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle_to_everything",
            "description": "Vehicle-to-everything charge support.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehicleToEverything",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumChargeAlternativeOBC",
        "description": null,
        "fields": [
          {
            "name": "power",
            "description": "Maximum power OBC can accept to charge a battery (alternative OBC).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "PowerUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "phases",
            "description": "Number of phases the OBC accepts to achieve maximum power (alternative OBC).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "phase_amperage",
            "description": "Maximum current the OBC accepts per phase to achieve maximum power (alternative OBC).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_time",
            "description": "Minutes needed to charge from 0% to 100% (alternative OBC).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_speed",
            "description": "Charging speed when charging at maximum power (alternative OBC).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "ChargeSpeedUnit",
                  "ofType": null
                },
                "defaultValue": "kilometers_per_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "table",
            "description": "Charging details for the alternative OBC at several charging points.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehiclePremiumChargeOBCTable",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumChargeOBCTable",
        "description": null,
        "fields": [
          {
            "name": "evse_phase_voltage",
            "description": "Voltage between phase and neutral for this EVSE (phase voltage).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "evse_phase_amperage",
            "description": "Current per phase for this EVSE (phase current).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "evse_phases",
            "description": "Number of phases for this EVSE.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_phase_voltage",
            "description": "Voltage between phase and neutral used by standard OBC (phase voltage).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_phase_amperage",
            "description": "Current per phase used by standard OBC (phase current).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_phases",
            "description": "Number of phases used by standard OBC.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_power",
            "description": "Power used by standard OBC (before OBC losses).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "PowerUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_time",
            "description": "Minutes needed to charge from 0% to 100% (standard OBC with this EVSE).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_speed",
            "description": "Charging speed when charging at maximum power (standard OBC with this EVSE).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "ChargeSpeedUnit",
                  "ofType": null
                },
                "defaultValue": "kilometers_per_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumChargeOptionOBC",
        "description": null,
        "fields": [
          {
            "name": "power",
            "description": "Maximum power OBC can accept to charge a battery (standard OBC).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "PowerUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "phases",
            "description": "Number of phases the OBC accepts to achieve maximum power (standard OBC).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "phase_amperage",
            "description": "Maximum current the OBC accepts per phase to achieve maximum power (standard OBC).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_time",
            "description": "Minutes needed to charge from 0% to 100% (standard OBC).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_speed",
            "description": "Charging speed when charging at maximum power (standard OBC).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "ChargeSpeedUnit",
                  "ofType": null
                },
                "defaultValue": "kilometers_per_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "table",
            "description": "Charging details for the standard OBC at several charging points.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehiclePremiumChargeOBCTable",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumChargePlug",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Type of charge port on vehicle.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "ConnectorType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_estimated",
            "description": "Indicates if value is an estimate.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "location",
            "description": "Location of charge port.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumChargePower",
        "description": null,
        "fields": [
          {
            "name": "max",
            "description": "Maximum value.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "PowerUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "average",
            "description": "Average value.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "PowerUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumChargeSecondPlug",
        "description": null,
        "fields": [
          {
            "name": "location",
            "description": "Location of charge port.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_optional",
            "description": "Indicates if second charge port is optional.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumChargeStandardOBC",
        "description": null,
        "fields": [
          {
            "name": "power",
            "description": "Maximum power OBC can accept to charge a battery (standard OBC).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "PowerUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "phases",
            "description": "Number of phases the OBC accepts to achieve maximum power (standard OBC).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "phase_amperage",
            "description": "Maximum current the OBC accepts per phase to achieve maximum power (standard OBC).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_time",
            "description": "Minutes needed to charge from 0% to 100% (standard OBC).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_speed",
            "description": "Charging speed when charging at maximum power (standard OBC).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "ChargeSpeedUnit",
                  "ofType": null
                },
                "defaultValue": "kilometers_per_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_estimated",
            "description": "Indicates if Charge_Standard fields are estimated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "table",
            "description": "Charging details for the standard OBC at several charging points.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehiclePremiumChargeOBCTable",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumDrivetrain",
        "description": null,
        "fields": [
          {
            "name": "type",
            "description": "Type of drivetrain.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "VehicleDrivetrainType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fuel",
            "description": "Fuel type.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "VehicleFuel",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "propulsion",
            "description": "Propulsion type.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "VehiclePropulsion",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "propulsion_is_estimated",
            "description": "Indicates if propulsion field is estimated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "power",
            "description": "Maximum (combined) power output.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "PowerUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "power_is_estimated",
            "description": "Indicates if power field is estimated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "power_hp",
            "description": "Maximum (combine) power output.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "PowerUnit",
                  "ofType": null
                },
                "defaultValue": "horsepower",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "torque",
            "description": "Maximum (combine) torque output.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "TorqueUnit",
                  "ofType": null
                },
                "defaultValue": "newton_meter",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "torque_is_estimated",
            "description": "Indicates if torque field is estimated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumEfficiency",
        "description": null,
        "fields": [
          {
            "name": "wltp",
            "description": "Rated efficiency in WLTP combined cycle.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumEfficiencyWLTP",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wltp_teh",
            "description": "Rated efficiency in WLTP combined cycle (TEH / least efficient trim).",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumEfficiencyWLTPTEH",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nedc",
            "description": "Rated efficiency in NEDC combined cycle.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumEfficiencyNEDC",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "provider",
            "description": "Vehicle efficiency based on provider range.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumEfficiencyProvider",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumEfficiencyNEDC",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Rated efficiency in NEDC combined cycle.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "ConsumptionUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hours_per_100_kilometers",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fuel_equivalent",
            "description": "Rated efficiency in NEDC combined cycle presented in gas equivalent.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "FuelConsumptionUnit",
                  "ofType": null
                },
                "defaultValue": "liters_per_100_kilometers",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle",
            "description": "Rated vehicle efficiency in NEDC combined cycle (based on value).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "ConsumptionUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hours_per_100_kilometers",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle_fuel_equivalent",
            "description": "Rated vehicle efficiency in NEDC combined cycle presented in gas equivalent.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "FuelConsumptionUnit",
                  "ofType": null
                },
                "defaultValue": "liters_per_100_kilometers",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "co2",
            "description": "Rated CO2 emissions in NEDC combined cycle in battery-only mode (NULL if not NEDC rated).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionRateUnit",
                  "ofType": null
                },
                "defaultValue": "grams_per_kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumEfficiencyProvider",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Vehicle efficiency based on RealRange (usable battery/range).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "ConsumptionUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hours_per_100_kilometers",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fuel_equivalent",
            "description": "Vehicle efficiency based on RealRange presented in gas equivalent.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "FuelConsumptionUnit",
                  "ofType": null
                },
                "defaultValue": "liters_per_100_kilometers",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "worst",
            "description": "Worst conditions are based on -10°C and use of heating.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumEfficiencyProviderValue",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "best",
            "description": "Best conditions are based on 23°C and no use of A/C.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumEfficiencyProviderValue",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumEfficiencyProviderValue",
        "description": null,
        "fields": [
          {
            "name": "highway",
            "description": "Estimated value on highway or express roads.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "city",
            "description": "Estimated value on city roads.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "combined",
            "description": "Estimated combined value.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumEfficiencyWLTP",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Rated efficiency in WLTP combined cycle.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "ConsumptionUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hours_per_100_kilometers",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fuel_equivalent",
            "description": "Rated efficiency in WLTP combined cycle presented in gas equivalent.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "FuelConsumptionUnit",
                  "ofType": null
                },
                "defaultValue": "liters_per_100_kilometers",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle",
            "description": "Rated vehicle efficiency in WLTP combined cycle (based on value).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "ConsumptionUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hours_per_100_kilometers",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle_fuel_equivalent",
            "description": "Rated vehicle efficiency in WLTP combined cycle presented in gas equivalent.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "FuelConsumptionUnit",
                  "ofType": null
                },
                "defaultValue": "liters_per_100_kilometers",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "co2",
            "description": "Rated CO2 emissions in WLTP combined cycle in battery-only mode (NULL if not WLTP rated).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionRateUnit",
                  "ofType": null
                },
                "defaultValue": "grams_per_kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumEfficiencyWLTPTEH",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Rated efficiency in WLTP TEH combined cycle (TEH/least efficient trim).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "ConsumptionUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hours_per_100_kilometers",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fuel_equivalent",
            "description": "Rated efficiency in WLTP TEH combined cycle presented in gas equivalent.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "FuelConsumptionUnit",
                  "ofType": null
                },
                "defaultValue": "liters_per_100_kilometers",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle",
            "description": "Rated vehicle efficiency in WLTP TEH combined cycle (based on value).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "ConsumptionUnit",
                  "ofType": null
                },
                "defaultValue": "kilowatt_hours_per_100_kilometers",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle_fuel_equivalent",
            "description": "Rated vehicle efficiency in WLTP TEH combined cycle presented in gas equivalent.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "FuelConsumptionUnit",
                  "ofType": null
                },
                "defaultValue": "liters_per_100_kilometers",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "co2",
            "description": "Rated CO2 emissions in WLTP TEH combined cycle in battery-only mode (NULL if not WLTP TEH rated).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "EmissionRateUnit",
                  "ofType": null
                },
                "defaultValue": "grams_per_kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumFastCharge",
        "description": null,
        "fields": [
          {
            "name": "plug",
            "description": "Details about the connector.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumChargePlug",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "power",
            "description": "Power during fast charging from 10% to 80% SoC (optimal conditions, fastest charger).",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumChargePower",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_time",
            "description": "Minutes needed to charge from 10% to 80%, with average charging power (optimal conditions, fastest charger).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_speed",
            "description": "Charging speed during fast charging from 10% to 80% (optimal conditions, fastest charger).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "ChargeSpeedUnit",
                  "ofType": null
                },
                "defaultValue": "kilometers_per_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_optional",
            "description": "Indicates if fast charge is optional in some markets/regions.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_estimated",
            "description": "Indicates what fields are estimated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "table",
            "description": "Charging details for fast charging.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehiclePremiumFastChargeTable",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "has_autocharge",
            "description": "Indicates if autocharge is available.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "iso_15118_pnc_support",
            "description": "Status of Plug & Charge (PnC ISO15118) support for vehicle.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "VehiclePlugAndChargeSupport",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "iso_15118_pnc_support_2",
            "description": "Status of Plug & Charge (PnC ISO15118) -2 protocol support for vehicle.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "VehiclePlugAndChargeSupport",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "iso_15118_pnc_support_20",
            "description": "Status of Plug & Charge (PnC ISO15118) -20 protocol support for vehicle.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "VehiclePlugAndChargeSupport",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_fastned_tested",
            "description": "Indicates if the fastcharge data is based on a real-world test by Fastned.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumFastChargeTable",
        "description": null,
        "fields": [
          {
            "name": "format",
            "description": "Charging details for fast charging (format: ChargerConnector-ChargerPower-AC/DC).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "power",
            "description": "Fast charge power.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumChargePower",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_time",
            "description": "Minutes needed to charge from 10% to 80% (optimal conditions).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "charge_speed",
            "description": "Charging speed during fast charging from 10% to 80% (optimal conditions).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "ChargeSpeedUnit",
                  "ofType": null
                },
                "defaultValue": "kilometers_per_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_limited",
            "description": "Indicates if maximum power during fast charging is limited by the vehicle.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "average_is_limited",
            "description": "Indicates if average power during fast charging is limited by the vehicle.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumMedia",
        "description": null,
        "fields": [
          {
            "name": "provider_details_url",
            "description": "URL for more details.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "image",
            "description": "Featured image of the vehicle from a 45-degree angle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleImage",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "brand",
            "description": "Latest make logo.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleImage",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "In favor of `make`."
          },
          {
            "name": "make",
            "description": "Latest make logo.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleImage",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "image_list",
            "description": "All images of the vehicle.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "VehicleImage",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "video",
            "description": "Latest video.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehicleVideo",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "video_list",
            "description": "All videos of the vehicle.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "VehicleVideo",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "oem_details_url",
            "description": "URL of the OEM page for this vehicle.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumNaming",
        "description": null,
        "fields": [
          {
            "name": "make",
            "description": "Vehicle manufacturer name.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "model",
            "description": "Vehicle model name.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "version",
            "description": "Version, edition or submodel of the vehicle.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "edition",
            "description": "Another submodel level of the vehicle.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chargetrip_version",
            "description": "Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide a version name, or uses the same version name across all trims or consecutive years.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "length_version",
            "description": "Vehicle model length version.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "height_version",
            "description": "Vehicle model height version.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumPerformance",
        "description": null,
        "fields": [
          {
            "name": "acceleration",
            "description": "Acceleration 0-100 km/h.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "AccelerationUnit",
                  "ofType": null
                },
                "defaultValue": "seconds_to_100_kilometers_per_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "acceleration_is_estimated",
            "description": "Indicates if acceleration field is estimated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "top_speed",
            "description": "Top speed of the vehicle.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "SpeedUnit",
                  "ofType": null
                },
                "defaultValue": "kilometers_per_hour",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "top_speed_is_estimated",
            "description": "Indicates if top_speed field is estimated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumPrice",
        "description": null,
        "fields": [
          {
            "name": "DE",
            "description": "Starting price for German market.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumPriceValueWithGrant",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NL",
            "description": "Starting price for Dutch market.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumPriceValueWithGrant",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GB",
            "description": "Starting price for British market.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumPriceValueWithGrant",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumPriceValueWithGrant",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Starting price for local market expressed in the currency in the field currency.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "CurrencyUnit",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "currency",
            "description": "Currency in which the value without optional field conversion is expressed.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "CurrencyUnit",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "is_estimated",
            "description": "Indicates if the starting price is based on an estimate.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "grant_applied",
            "description": "Grant that is applied to the starting price.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "price_delivery",
            "description": "Total delivery fees (be aware that this field does not include grant).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "price_first_registration_fee",
            "description": "First registration fee (be aware that this field does not include grant).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumRange",
        "description": null,
        "fields": [
          {
            "name": "wltp",
            "description": "Rated range in WLTP combined cycle (NULL if not WLTP rated).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wltp_is_estimated",
            "description": "Indicates if WLTP range is estimated (NULL if not WLTP rated).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wltp_teh",
            "description": "Rated range in WLTP (TEH/least efficient trim) combined cycle (NULL if not WLTP rated).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nedc",
            "description": "Rated range in NEDC combined cycle (NULL if not NEDC rated).",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nedc_is_estimated",
            "description": "Indicates if NEDC range is estimated (NULL if not NEDC rated).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "provider",
            "description": "Index range.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "provider_is_estimated",
            "description": "Indicates if index range is estimated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "worst",
            "description": "Worst conditions are based on -10°C and use of heating.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehiclePremiumRangeValue",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "best",
            "description": "Best conditions are based on 23°C and no use of A/C.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehiclePremiumRangeValue",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chargetrip_range",
            "description": "Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.\nChargetrip range is based on the theoretical distance driven using only the electric engine.\nVehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ChargetripRange",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumRangeValue",
        "description": null,
        "fields": [
          {
            "name": "highway",
            "description": "Estimated value on highway or express roads.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "city",
            "description": "Estimated value on city roads.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "combined",
            "description": "Estimated combined value.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumRouting",
        "description": null,
        "fields": [
          {
            "name": "fast_charging_support",
            "description": "Vehicles that support fast charging have a minimum charging speed of 43 kWh.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "drag_coefficient",
            "description": "Drag coefficient.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tire_pressure",
            "description": "Tire pressure recommended by manufacturer.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "PressureUnit",
                  "ofType": null
                },
                "defaultValue": "bar",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "consumption",
            "description": "Extra consumption model.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumRoutingConsumption",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fuel_consumption",
            "description": "Amount of gasoline that an equivalent gasoline vehicle would consume.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "FuelConsumptionUnit",
                  "ofType": null
                },
                "defaultValue": "liters_per_100_kilometers",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumRoutingConsumption",
        "description": null,
        "fields": [
          {
            "name": "auxiliary",
            "description": "The amount of energy, in kWh, used by the auxiliary systems of the vehicle in an hour, like media box, etc",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "AuxiliaryConsumptionUnit",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumSafety",
        "description": null,
        "fields": [
          {
            "name": "isofix_seats",
            "description": "Number of seats equipped with ISOFIX.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "euro_ncap",
            "description": "EuroNCAP results.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehiclePremiumSafetyEuroNcap",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehiclePremiumSafetyEuroNcap",
        "description": null,
        "fields": [
          {
            "name": "rating",
            "description": "EuroNCAP rating (out of 5 stars).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "year",
            "description": "EuroNCAP year of rating.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "adult",
            "description": "EuroNCAP rating of adult protection (out of 100%).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "child",
            "description": "EuroNCAP rating of child protection (out of 100%).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vru",
            "description": "EuroNCAP rating of vulnerable road users (out of 100%).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sa",
            "description": "EuroNCAP rating of safety assists (out of 100%).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "url",
            "description": "Link to the EuroNCAP test report.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "VehiclePropulsion",
        "description": "Propulsion.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "AWD",
            "description": "All-wheel drive vehicle.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Front",
            "description": "Front-wheel drive vehicle.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Rear",
            "description": "Rear-wheel drive vehicle.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "VehicleProviderStatus",
        "description": "Status of a vehicle provider.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "new",
            "description": "Is imported from any of the data providers.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "attached",
            "description": "Has been attached to core vehicle.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "detached",
            "description": "Has been detached from a core vehicle.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "archived",
            "description": "Has been archived by database maintainer.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "VehiclePurpose",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "passenger",
            "description": "Vehicle intended for the transportation of passengers.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cargo",
            "description": "Vehicle intended for the transportation of cargo.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "utility",
            "description": "Vehicle intended for the transportation of everything except cargo or passengers. Eg: ambulances, agricultural vehicles, etcetera.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleRange",
        "description": null,
        "fields": [
          {
            "name": "provider",
            "description": "Index range.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "provider_is_estimated",
            "description": "Indicates if index range is estimated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "worst",
            "description": "Worst conditions are based on -10°C and use of heating.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleRangeValue",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "best",
            "description": "Best conditions are based on 23°C and no use of A/C.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "VehicleRangeValue",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chargetrip_range",
            "description": "Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.\nChargetrip range is based on the theoretical distance driven using only the electric engine.\nVehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ChargetripRange",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleRangeValue",
        "description": null,
        "fields": [
          {
            "name": "highway",
            "description": "Estimated value on the highway or express roads.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "city",
            "description": "Estimated value on the cities road.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "combined",
            "description": "Estimated combined value.",
            "args": [
              {
                "name": "unit",
                "description": null,
                "type": {
                  "kind": "ENUM",
                  "name": "DistanceUnit",
                  "ofType": null
                },
                "defaultValue": "kilometer",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "VehicleRegion",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "AF",
            "description": "Africa.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AS",
            "description": "Asia.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "EU",
            "description": "Europe.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NA",
            "description": "North America.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OC",
            "description": "Oceania.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SA",
            "description": "South America.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleRouting",
        "description": null,
        "fields": [
          {
            "name": "fast_charging_support",
            "description": "Vehicles that support fast charging have a minimum charging speed of 43 kWh.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleSpeed",
        "description": null,
        "fields": [
          {
            "name": "value",
            "description": "Value of the vehicle speed.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the vehicle's speed.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "SpeedUnit",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TelemetryInputSource",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "VehicleSpeedInput",
        "description": null,
        "fields": null,
        "inputFields": [
          {
            "name": "value",
            "description": "Value of the vehicle's speed.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Preferred unit for the vehicle's speed.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "SpeedUnit",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "Source of inputted data, defaults to 'manual'.",
            "type": {
              "kind": "ENUM",
              "name": "TelemetryInputSource",
              "ofType": null
            },
            "defaultValue": "manual",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleToEverything",
        "description": null,
        "fields": [
          {
            "name": "vehicle_to_load",
            "description": "Information about Vehicle-to-Load.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehicleToEverythingLoad",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle_to_home",
            "description": "Information about Vehicle-to-Home.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehicleToEverythingHomeGrid",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "vehicle_to_grid",
            "description": "Information about Vehicle-to-Grid.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehicleToEverythingHomeGrid",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleToEverythingHomeGrid",
        "description": null,
        "fields": [
          {
            "name": "ac",
            "description": "Vehicle-to-Home/Grid AC power information.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehicleToEverythingPower",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "dc",
            "description": "Vehicle-to-Home/Grid DC power information",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehicleToEverythingPower",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleToEverythingLoad",
        "description": null,
        "fields": [
          {
            "name": "ac",
            "description": "Vehicle-to-Load power information.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "VehicleToEverythingPower",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "interior_ports",
            "description": "Details on interior ports available for V2L.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exterior_ports",
            "description": "Details on exterior ports available for V2L.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleToEverythingPower",
        "description": null,
        "fields": [
          {
            "name": "is_supported",
            "description": "Indicates if this charging is supported.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "PowerSupported",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maximum_power",
            "description": "Maximum power output, in kilowatts.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "VehicleType",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "motorcycle",
            "description": "Any motor vehicle with two wheels or a motor vehicle with no more than four wheels, does not have parallel seating, and is controlled by means of handlebars.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "microcar",
            "description": "A motor vehicle with three or four wheels that is not a Motorcycle, Pickup, Van, Truck, or Utility vehicle and either has a top speed of less than 60kph or an unladen weight of less than 400kg.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "car",
            "description": "A motor vehicle that does not have an enclosed cab, is not a microcar or utility vehicle, is capable of carrying eight or fewer people, and that has less than one third of its internal volume dedicated to cargo, living, or sleeping space in its default configuration.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pickup",
            "description": "A motor vehicle that has an enclosed cab, is not a utility vehicle, and has a fixed, non-articulated, open-top back cargo bed that is enclosed on at least three sides.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "van",
            "description": "A motor vehicle that does not have an enclosed cab, is not a utility vehicle, that fulfills exactly one of the following conditions:\n1) It is capable of carrying more than eight but less than twenty people.\n2) At least one third of its internal volume is dedicated to cargo space in its default configuration.\n3) It is the passenger variant of a vehicle that meets criterion 2.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bus",
            "description": "A motor vehicle that does not have an enclosed cab, is not a Utility vehicle, and is capable of carrying 20 or more people in its default configuration.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "truck",
            "description": "A motor vehicle that has an enclosed cab and is not a Pickup or Utility vehicle.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "utility",
            "description": "A motor vehicle that fulfills at least one of the following conditions:\n1) It does not have wheels.\n2) It has some mode of locomotion other than wheels in its default configuration such as treads, skis, or floats.\n3) It is capable of air or water travel in its default configuration.\n4) It was manufactured primarily for some purpose other than transporting cargo or passengers.\n5) It does not conform to any of the criteria for the other vehicle categories.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "VehicleVideo",
        "description": null,
        "fields": [
          {
            "name": "id",
            "description": "Video id.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "ID",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "url",
            "description": "Full path URL of a video.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "VolumeUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "liter",
            "description": "Return the volume in liters.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cubic_meter",
            "description": "Return the volume in cubic meters.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cubic_foot",
            "description": "Return the volume in cubic feet.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "WeatherType",
        "description": "Type of weather conditions used in the route calculation.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "summer",
            "description": "Fixed seasonal preset representing typical summer weather conditions. Can't be used in combination with weather.custom.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winter",
            "description": "Fixed seasonal preset representing typical winter weather conditions. Can't be used in combination with weather.custom.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "actual",
            "description": "A dynamic preset that uses real weather data based on the route's departure time. Can't be used in combination with weather.custom.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "custom",
            "description": "Must be used in combination with weather.custom object.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "WeightUnit",
        "description": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "kilogram",
            "description": "Return the weight in kilograms.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pound",
            "description": "Return the weight in pounds.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "__Schema",
        "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.",
        "fields": [
          {
            "name": "description",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "types",
            "description": "A list of all types supported by this server.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "__Type",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "queryType",
            "description": "The type that query operations will be rooted at.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "__Type",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mutationType",
            "description": "If this server supports mutation, the type that mutation operations will be rooted at.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "__Type",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "subscriptionType",
            "description": "If this server support subscription, the type that subscription operations will be rooted at.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "__Type",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "directives",
            "description": "A list of all directives supported by this server.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "__Directive",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "__Type",
        "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByUrl`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.",
        "fields": [
          {
            "name": "kind",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "__TypeKind",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "specifiedByUrl",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fields",
            "description": null,
            "args": [
              {
                "name": "includeDeprecated",
                "description": null,
                "type": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                },
                "defaultValue": "false",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "__Field",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "interfaces",
            "description": null,
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "__Type",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "possibleTypes",
            "description": null,
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "__Type",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "enumValues",
            "description": null,
            "args": [
              {
                "name": "includeDeprecated",
                "description": null,
                "type": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                },
                "defaultValue": "false",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "__EnumValue",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "inputFields",
            "description": null,
            "args": [
              {
                "name": "includeDeprecated",
                "description": null,
                "type": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                },
                "defaultValue": "false",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "__InputValue",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ofType",
            "description": null,
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "__Type",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "__TypeKind",
        "description": "An enum describing what kind of type a given `__Type` is.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "SCALAR",
            "description": "Indicates this type is a scalar.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OBJECT",
            "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "INTERFACE",
            "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UNION",
            "description": "Indicates this type is a union. `possibleTypes` is a valid field.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ENUM",
            "description": "Indicates this type is an enum. `enumValues` is a valid field.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "INPUT_OBJECT",
            "description": "Indicates this type is an input object. `inputFields` is a valid field.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LIST",
            "description": "Indicates this type is a list. `ofType` is a valid field.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NON_NULL",
            "description": "Indicates this type is a non-null. `ofType` is a valid field.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "__Field",
        "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.",
        "fields": [
          {
            "name": "name",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "args",
            "description": null,
            "args": [
              {
                "name": "includeDeprecated",
                "description": null,
                "type": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                },
                "defaultValue": "false",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "__InputValue",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "__Type",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isDeprecated",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "deprecationReason",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "__InputValue",
        "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.",
        "fields": [
          {
            "name": "name",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "__Type",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "defaultValue",
            "description": "A GraphQL-formatted string representing the default value for this input value.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isDeprecated",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "deprecationReason",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "__EnumValue",
        "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.",
        "fields": [
          {
            "name": "name",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isDeprecated",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "deprecationReason",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "__Directive",
        "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.",
        "fields": [
          {
            "name": "name",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isRepeatable",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "locations",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "__DirectiveLocation",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "args",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "__InputValue",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "__DirectiveLocation",
        "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "QUERY",
            "description": "Location adjacent to a query operation.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MUTATION",
            "description": "Location adjacent to a mutation operation.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SUBSCRIPTION",
            "description": "Location adjacent to a subscription operation.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FIELD",
            "description": "Location adjacent to a field.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FRAGMENT_DEFINITION",
            "description": "Location adjacent to a fragment definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FRAGMENT_SPREAD",
            "description": "Location adjacent to a fragment spread.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "INLINE_FRAGMENT",
            "description": "Location adjacent to an inline fragment.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VARIABLE_DEFINITION",
            "description": "Location adjacent to a variable definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SCHEMA",
            "description": "Location adjacent to a schema definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SCALAR",
            "description": "Location adjacent to a scalar definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OBJECT",
            "description": "Location adjacent to an object type definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FIELD_DEFINITION",
            "description": "Location adjacent to a field definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ARGUMENT_DEFINITION",
            "description": "Location adjacent to an argument definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "INTERFACE",
            "description": "Location adjacent to an interface definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UNION",
            "description": "Location adjacent to a union definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ENUM",
            "description": "Location adjacent to an enum definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ENUM_VALUE",
            "description": "Location adjacent to an enum value definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "INPUT_OBJECT",
            "description": "Location adjacent to an input object type definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "INPUT_FIELD_DEFINITION",
            "description": "Location adjacent to an input object field definition.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      }
    ],
    "directives": [
      {
        "name": "chargeSpeedConvert",
        "description": "Converting the value of a charge speed input to a single unit.",
        "isRepeatable": false,
        "locations": ["FIELD_DEFINITION"],
        "args": [
          {
            "name": "unitParameterName",
            "description": null,
            "type": {
              "kind": "SCALAR",
              "name": "PlainString",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ]
      },
      {
        "name": "chargetripDeprecated",
        "description": "Chargetrip own deprecation directive which is overwriting the default GraphQL deprecated directive by adding the deprecation service and after how much time.",
        "isRepeatable": false,
        "locations": [
          "FIELD_DEFINITION",
          "INPUT_FIELD_DEFINITION",
          "INPUT_OBJECT",
          "ENUM",
          "ENUM_VALUE",
          "ARGUMENT_DEFINITION"
        ],
        "args": [
          {
            "name": "reason",
            "description": "Reason why this field is deprecated.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "serviceName",
            "description": "Name of the service that is deprecating this field.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "removeAfter",
            "description": "Time after which this field will be removed, in format like '1 year' or '2 years', default to '1 year'.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "replacedBy",
            "description": "Name of the field that replaces this one, if applicable.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ]
      },
      {
        "name": "cost",
        "description": null,
        "isRepeatable": false,
        "locations": [
          "ARGUMENT_DEFINITION",
          "ENUM",
          "FIELD_DEFINITION",
          "INPUT_FIELD_DEFINITION",
          "OBJECT",
          "SCALAR"
        ],
        "args": [
          {
            "name": "weight",
            "description": null,
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ]
      },
      {
        "name": "defaultValue",
        "description": null,
        "isRepeatable": false,
        "locations": ["FIELD_DEFINITION"],
        "args": [
          {
            "name": "type",
            "description": null,
            "type": {
              "kind": "SCALAR",
              "name": "PlainString",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "defaultValue",
            "description": null,
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "PlainString",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": null,
            "type": {
              "kind": "SCALAR",
              "name": "PlainString",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ]
      },
      {
        "name": "experimental",
        "description": null,
        "isRepeatable": false,
        "locations": [
          "FIELD_DEFINITION",
          "INPUT_FIELD_DEFINITION",
          "ARGUMENT_DEFINITION"
        ],
        "args": [
          {
            "name": "stage",
            "description": null,
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ]
      },
      {
        "name": "listSize",
        "description": null,
        "isRepeatable": false,
        "locations": ["FIELD_DEFINITION"],
        "args": [
          {
            "name": "assumedSize",
            "description": null,
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "slicingArguments",
            "description": null,
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sizedFields",
            "description": null,
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "requireOneSlicingArgument",
            "description": null,
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": "true",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ]
      },
      {
        "name": "ocpi",
        "description": "Indicates that a property is OCPI-compliant.",
        "isRepeatable": false,
        "locations": ["FIELD_DEFINITION"],
        "args": []
      },
      {
        "name": "oneOf",
        "description": "Indicates exactly one field must be supplied and this field must not be `null`.",
        "isRepeatable": false,
        "locations": ["INPUT_OBJECT"],
        "args": []
      },
      {
        "name": "roundValue",
        "description": "Rounds a number to a given number of significant figures.",
        "isRepeatable": false,
        "locations": ["FIELD_DEFINITION"],
        "args": [
          {
            "name": "precision",
            "description": null,
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ]
      },
      {
        "name": "sanitizeHtml",
        "description": null,
        "isRepeatable": false,
        "locations": ["FIELD_DEFINITION", "INPUT_FIELD_DEFINITION"],
        "args": [
          {
            "name": "allowedTags",
            "description": null,
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "allowedIframeHostnames",
            "description": null,
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "selfClosing",
            "description": null,
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "allowedSchemes",
            "description": null,
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "allowedSchemesAppliedToAttributes",
            "description": null,
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ]
      },
      {
        "name": "shareable",
        "description": null,
        "isRepeatable": false,
        "locations": ["FIELD_DEFINITION", "OBJECT"],
        "args": []
      },
      {
        "name": "stateOfChargeConvert",
        "description": "Converting the value of a state of charge input to a single unit.",
        "isRepeatable": false,
        "locations": ["FIELD_DEFINITION"],
        "args": [
          {
            "name": "unitParameterName",
            "description": null,
            "type": {
              "kind": "SCALAR",
              "name": "PlainString",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ]
      },
      {
        "name": "subFieldUnitConvert",
        "description": "Converts the value of a member with nested fields to another unit type.",
        "isRepeatable": false,
        "locations": ["FIELD_DEFINITION"],
        "args": [
          {
            "name": "fromUnit",
            "description": null,
            "type": {
              "kind": "SCALAR",
              "name": "PlainString",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "subField",
            "description": null,
            "type": {
              "kind": "SCALAR",
              "name": "PlainString",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "unitParameterName",
            "description": null,
            "type": {
              "kind": "SCALAR",
              "name": "PlainString",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "round",
            "description": null,
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": "false",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ]
      },
      {
        "name": "unitConvert",
        "description": "Converts the value of a field to another unit type.",
        "isRepeatable": false,
        "locations": ["FIELD_DEFINITION"],
        "args": [
          {
            "name": "fromUnit",
            "description": null,
            "type": {
              "kind": "SCALAR",
              "name": "PlainString",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "unitParameterName",
            "description": null,
            "type": {
              "kind": "SCALAR",
              "name": "PlainString",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "precision",
            "description": null,
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ]
      },
      {
        "name": "include",
        "description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
        "isRepeatable": false,
        "locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"],
        "args": [
          {
            "name": "if",
            "description": "Included when true.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ]
      },
      {
        "name": "skip",
        "description": "Directs the executor to skip this field or fragment when the `if` argument is true.",
        "isRepeatable": false,
        "locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"],
        "args": [
          {
            "name": "if",
            "description": "Skipped when true.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ]
      },
      {
        "name": "deprecated",
        "description": "Marks an element of a GraphQL schema as no longer supported.",
        "isRepeatable": false,
        "locations": [
          "FIELD_DEFINITION",
          "ARGUMENT_DEFINITION",
          "INPUT_FIELD_DEFINITION",
          "ENUM_VALUE"
        ],
        "args": [
          {
            "name": "reason",
            "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/).",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": "\"No longer supported\"",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ]
      },
      {
        "name": "specifiedBy",
        "description": "Exposes a URL that specifies the behaviour of this scalar.",
        "isRepeatable": false,
        "locations": ["SCALAR"],
        "args": [
          {
            "name": "url",
            "description": "The URL that specifies the behaviour of this scalar.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ]
      }
    ]
  }
}
