POST https://media.alpha.se7enx.com/graphql

GraphQL requests

2 HTTP queries on GraphQL endpoint(s)

Refresh with latest query
200 May 9, 2026 14:50 schema: default 971530
# Time Info
1 445 ms
{ }
Variables:
null
query IntrospectionQuery{__schema{queryType{name}mutationType{name}subscriptionType{name}types{...FullType}directives{name description locations args{...InputValue}}}}fragment FullType on __Type{kind name description fields(includeDeprecated:true){name description args{...InputValue}type{...TypeRef}isDeprecated deprecationReason}inputFields{...InputValue}interfaces{...TypeRef}enumValues(includeDeprecated:true){name description isDeprecated deprecationReason}possibleTypes{...TypeRef}}fragment InputValue on __InputValue{name description type{...TypeRef}defaultValue}fragment TypeRef on __Type{kind name ofType{kind name ofType{kind name ofType{kind name ofType{kind name ofType{kind name ofType{kind name ofType{kind name}}}}}}}}
[
  "data" => [
    "__schema" => [
      "queryType" => [
        "name" => "Domain"
      ]
      "mutationType" => [
        "name" => "ItemMutation"
      ]
      "subscriptionType" => null
      "types" => [
        [
          "kind" => "OBJECT"
          "name" => "UntypedContent"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_content"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => true
              "deprecationReason" => "Renamed to _info"
            ]
            [
              "name" => "_info"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "reason"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "DomainContent"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INTERFACE"
          "name" => "DomainContent"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => "Item's content info"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_content"
              "description" => "Underlying content item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => true
              "deprecationReason" => "Renamed to _info"
            ]
            [
              "name" => "_type"
              "description" => "Item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "The content's main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the content's locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => [
            [
              "kind" => "OBJECT"
              "name" => "UntypedContent"
              "ofType" => null
            ]
          ]
        ]
        [
          "kind" => "OBJECT"
          "name" => "Content"
          "description" => "An Ibexa repository ContentInfo."
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "contentTypeId"
              "description" => "The content type ID of the Content item."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "contentType"
              "description" => "The content type of the Content item."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => "The computed name (via name schema) in the main language of the Content item."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "section"
              "description" => "The section to which the Content object is assigned."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Section"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "currentVersionNo"
              "description" => "Version number of the published version, or 1 for a newly created draft."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "currentVersion"
              "description" => "The currently published version"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Version"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "versions"
              "description" => "All content versions."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Version"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "published"
              "description" => "If the Content item has a published version."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ownerId"
              "description" => "The user id of the owner of the Content object"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "owner"
              "description" => "The owner user of the Content object"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "User"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "modificationDate"
              "description" => "Date the Content item was last modified on."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "publishedDate"
              "description" => "Date the Content item was first published on."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "alwaysAvailable"
              "description" => "Indicates if the Content object is shown in the mainlanguage if its not present in an other requested language."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "remoteId"
              "description" => "A global unique id of the Content object"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainLanguageCode"
              "description" => "The main language code of the Content object. If the available flag is set to true the Content is shown in this language if the requested language does not exist."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainLocationId"
              "description" => "Identifier of the Content item's main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainLocation"
              "description" => "Content item's main location."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "locations"
              "description" => "All the locations of the Content item"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relations"
              "description" => "Relations from this Content"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ContentRelation"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "reverseRelations"
              "description" => "Relations to this Content"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ContentRelation"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "states"
              "description" => "Content States."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ObjectState"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "SCALAR"
          "name" => "Int"
          "description" => """
            The `Int` scalar type represents non-fractional signed whole numeric\n
            values. Int can represent values between -(2^31) and 2^31 - 1. 
            """
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ContentType"
          "description" => "An Ibexa repository ContentType."
          "fields" => [
            [
              "name" => "id"
              "description" => "The content type's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => "The content type's description"
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fieldDefinitions"
              "description" => "The ContentType's Field Definitions."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "FieldDefinition"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "status"
              "description" => "The status of the content type. One of ContentType::STATUS_DEFINED|ContentType::STATUS_DRAFT|ContentType::STATUS_MODIFIED."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "identifier"
              "description" => "The identifier of the content type."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => "The content type's name in the main language"
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "names"
              "description" => "The content type's names in all languages"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "creationDate"
              "description" => "The date of the creation of this content type."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "modificationDate"
              "description" => "the date of the last modification of this content type."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "creatorId"
              "description" => "The user id of the creator of this content type."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "creator"
              "description" => "The user who created this content type."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "User"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "modifierId"
              "description" => "The user id of the user which has last modified this content type"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "modifier"
              "description" => "The user which has last modified this content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "User"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "remoteId"
              "description" => "A global unique id of the content type."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlAliasSchema"
              "description" => "URL alias schema. If nothing is provided, nameSchema will be used instead."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "nameSchema"
              "description" => "The name schema."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isContainer"
              "description" => "This flag hints to UIs if type may have children or not."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainLanguageCode"
              "description" => "The main language of the content type names and description used for fallback."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "defaultAlwaysAvailable"
              "description" => "If an instance of a content type is created the always available flag is set by default this this value."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "defaultSortField"
              "description" => "Specifies which property the child locations should be sorted on by default when created. Valid values are found at {@link Location::SORT_FIELD_*}"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "defaultSortOrder"
              "description" => "Specifies whether the sort order should be ascending or descending by default when created. Valid values are {@link Location::SORT_ORDER_*}"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "groups"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ContentTypeGroup"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "RepositoryLanguage"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "eng_GB"
              "description" => "English (United Kingdom)"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ger_DE"
              "description" => "German (Germany)"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "SCALAR"
          "name" => "String"
          "description" => """
            The `String` scalar type represents textual data, represented as UTF-8\n
            character sequences. The String type is most often used by GraphQL to\n
            represent free-form human-readable text.
            """
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "FieldDefinition"
          "description" => "An Ibexa repository FieldDefinition."
          "fields" => [
            [
              "name" => "id"
              "description" => "The id of the field definition."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => "The field definition name, either in the most prioritized language, or in the language given as an argument"
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => "The field definition description, either in the most prioritized language, or in the language given as an argument"
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "identifier"
              "description" => "The system identifier of the field definition."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fieldGroup"
              "description" => "The field group name."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "position"
              "description" => "The position of the field definition in the content type"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fieldTypeIdentifier"
              "description" => "The identifier of the field type (ibexa_string, ibexa_integer...)."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isThumbnail"
              "description" => "Indicates if this field can be a thumbnail."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isTranslatable"
              "description" => "Indicates if fields of this definition are translatable."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isRequired"
              "description" => "Indicates if this field is used for information collection"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isSearchable"
              "description" => "Indicates if the content is searchable by this attribute"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "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" => "DateTime"
          "description" => "A date"
          "fields" => [
            [
              "name" => "format"
              "description" => "Date formatted with a date() format"
              "args" => [
                [
                  "name" => "pattern"
                  "description" => "A pattern compatible with date()"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "constant"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DateFormatConstant"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "timestamp"
              "description" => "The raw string value"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "DateFormatConstant"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "atom"
              "description" => "Y-m-d\TH:i:sP"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cookie"
              "description" => "l, d-M-Y H:i:s T"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "iso8601"
              "description" => "Y-M-D\TH:I:SO"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rfc822"
              "description" => "D, D M Y H:I:S O"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rfc850"
              "description" => "L, D-M-Y H:I:S T"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rfc1036"
              "description" => "D, D M Y H:I:S O"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rfc1123"
              "description" => "D, D M Y H:I:S O"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rfc2822"
              "description" => "D, D M Y H:I:S O"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rfc3339"
              "description" => "Y-M-D\TH:I:SP"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rfc3339_extended"
              "description" => "Y-M-D\TH:I:S.VP"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rss"
              "description" => "D, D M Y H:I:S O"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "w3c"
              "description" => "Y-M-D\TH:I:SP"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "User"
          "description" => "An Ibexa repository User."
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's id. Shortcut to ContentInfo {id}."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "content"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "version"
              "description" => "Current version metadata"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Version"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "enabled"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "maxLogin"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "groups"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "UserGroup"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "UserItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "firstName"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "lastName"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "userAccount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "signature"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INTERFACE"
          "name" => "Item"
          "description" => null
          "fields" => [
            [
              "name" => "_contentInfo"
              "description" => "Item's content info"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "Item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "The content's main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the content's locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias for the current location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => [
            [
              "kind" => "OBJECT"
              "name" => "UserItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "UserGroupItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgArticleItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgBannerItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgBlogPostItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgContactFormItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgCookiePolicyItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgFrontpageItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgJobApplicationFormItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgJobPositionItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgLandingPageItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgLeadFormItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgLogoItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgNewsItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgShortcutItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgSiteInfoItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgVideoItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgAccordionItemItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgAudioItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgCategoryItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgContainerItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgGalleryItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgHtmlboxItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgMenuItemItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgPersonItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgRecipeItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgTopicItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FileItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ImageItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgComponentAboutItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgComponentFeaturesItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgComponentHeroItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgComponentLeadItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgComponentLogosItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgComponentQuoteItem"
              "ofType" => null
            ]
          ]
        ]
        [
          "kind" => "OBJECT"
          "name" => "Location"
          "description" => "An Ibexa repository location."
          "fields" => [
            [
              "name" => "id"
              "description" => "The unique ID of the location."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "contentId"
              "description" => "The ID of the Content item referenced by the Location."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "priority"
              "description" => "Position of the Location among its siblings when sorted using priority/"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "hidden"
              "description" => "Indicates that the Location is explicitly marked as hidden."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "invisible"
              "description" => "Indicates that the Location is implicitly marked as hidden by a parent location"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "remoteId"
              "description" => "A global unique id of the content object"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parentLocationId"
              "description" => "The id of the parent location"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parentLocation"
              "description" => "The parent location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pathString"
              "description" => "The path to the Location in the Tree."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "path"
              "description" => "Same as $pathString but as array, e.g. [ 1, 2, 4, 23 ]"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "depth"
              "description" => "Depth location has in the location tree"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "children"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A sort clause, or array of clauses. Add _desc after a clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "LocationSortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "LocationConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlAliases"
              "description" => null
              "args" => [
                [
                  "name" => "custom"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Boolean"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "LocationUrlAlias"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "contentInfo"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "content"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "INTERFACE"
                "name" => "DomainContent"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "LocationSortByOptions"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "_contentId"
              "description" => "Sort by content id"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "Sort by content name"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_dateModified"
              "description" => "Sort by last modification date"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_datePublished"
              "description" => "Sort by initial publication date"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_sectionIdentifier"
              "description" => "Sort by content section identifier"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_sectionName"
              "description" => "Sort by section name"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_score"
              "description" => "Sort by score"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_desc"
              "description" => "Reverse the previous sorting option"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_depth"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_locationId"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_isMainLocation"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_path"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_priority"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_visibility"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "LocationConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pages"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ConnectionPage"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "LocationEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ConnectionPage"
          "description" => null
          "fields" => [
            [
              "name" => "number"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "PageInfo"
          "description" => "Information about pagination in a connection."
          "fields" => [
            [
              "name" => "hasNextPage"
              "description" => "When paginating forwards, are there more items?"
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "hasPreviousPage"
              "description" => "When paginating backwards, are there more items?"
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "startCursor"
              "description" => "When paginating backwards, the cursor to continue."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "endCursor"
              "description" => "When paginating forwards, the cursor to continue."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "LocationEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "LocationUrlAlias"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "path"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "languageCodes"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "alwaysAvailable"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isHistory"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isCustom"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "forward"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "location"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "UrlAlias"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INTERFACE"
          "name" => "UrlAlias"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "path"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "languageCodes"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "alwaysAvailable"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isHistory"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isCustom"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "forward"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => [
            [
              "kind" => "OBJECT"
              "name" => "LocationUrlAlias"
              "ofType" => null
            ]
          ]
        ]
        [
          "kind" => "OBJECT"
          "name" => "Thumbnail"
          "description" => null
          "fields" => [
            [
              "name" => "uri"
              "description" => "The image's URI (example: 'https://example.com/var/site/storage/images/_aliases/small/9/8/1/0/189-1-eng-GB/image.png')"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "width"
              "description" => "The width as number of pixels (example: 320)"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "height"
              "description" => "The height as number of pixels (example: 200)"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "alternativeText"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mimeType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INTERFACE"
          "name" => "Node"
          "description" => "Fetches an object given its ID"
          "fields" => [
            [
              "name" => "id"
              "description" => "The ID of an object"
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => [
            [
              "kind" => "OBJECT"
              "name" => "UntypedContent"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "UserItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "UserGroupItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgArticleItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgBannerItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgBlogPostItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgContactFormItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgCookiePolicyItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgFrontpageItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgJobApplicationFormItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgJobPositionItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgLandingPageItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgLeadFormItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgLogoItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgNewsItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgShortcutItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgSiteInfoItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgVideoItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgAccordionItemItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgAudioItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgCategoryItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgContainerItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgGalleryItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgHtmlboxItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgMenuItemItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgPersonItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgRecipeItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgTopicItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FileItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ImageItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgComponentAboutItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgComponentFeaturesItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgComponentHeroItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgComponentLeadItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgComponentLogosItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgComponentQuoteItem"
              "ofType" => null
            ]
          ]
        ]
        [
          "kind" => "SCALAR"
          "name" => "ID"
          "description" => """
            The `ID` scalar type represents a unique identifier, often used to\n
            refetch an object or as key for a cache. The ID type appears in a JSON\n
            response as a String; however, it is not intended to be human-readable.\n
            When expected as an input type, any string (such as `"4"`) or integer\n
            (such as `4`) input value will be accepted as an ID.
            """
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ImageFieldValue"
          "description" => null
          "fields" => [
            [
              "name" => "text"
              "description" => "String representation of the value"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "alternativeText"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fileName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fileSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "uri"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "width"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "height"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "additionalData"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageAdditionalData"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "variations"
              "description" => null
              "args" => [
                [
                  "name" => "identifier"
                  "description" => "One or more variation identifiers."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "LIST"
                      "name" => null
                      "ofType" => [
                        "kind" => "ENUM"
                        "name" => "ImageVariationIdentifier"
                        "ofType" => null
                      ]
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ImageVariation"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "variation"
              "description" => null
              "args" => [
                [
                  "name" => "identifier"
                  "description" => "A variation identifier."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "ImageVariationIdentifier"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageVariation"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ImageAdditionalData"
          "description" => null
          "fields" => [
            [
              "name" => "focalPointX"
              "description" => "The X value of focal point"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "focalPointY"
              "description" => "The Y value of focal point"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "ImageVariationIdentifier"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "original"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "reference"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "small"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "tiny"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "medium"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "large"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "nglayouts_app_preview"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngcb_thumbnail"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ezplatform_admin_ui_profile_picture_user_menu"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "i30"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "i160"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "i320"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "i480"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "i770"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "i1320"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "i1920"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ImageVariation"
          "description" => null
          "fields" => [
            [
              "name" => "uri"
              "description" => "The image's URI (example: 'https://example.com/var/site/storage/images/_aliases/small/9/8/1/0/189-1-eng-GB/image.png')"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => "The name of the image alias (example: 'original')"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mimeType"
              "description" => "The MIME type (for example 'image/png')"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fileName"
              "description" => "The name of the file (for example 'my_image.png')"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "lastModified"
              "description" => "When the variation was last modified"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "width"
              "description" => "The width as number of pixels (example: 320)"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "height"
              "description" => "The height as number of pixels (example: 200)"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Version"
          "description" => "Content Version metadata"
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "versionNumber"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "names"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "modificationDate"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "creationDate"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "creatorId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "creator"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "User"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "status"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "initialLanguageCode"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "languageCodes"
              "description" => null
              "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" => "OBJECT"
          "name" => "UserGroup"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's id. Shortcut to ContentInfo {id}."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "content"
              "description" => "The User Group content item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserGroupItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "version"
              "description" => "Current version"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Version"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parentGroup"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserGroup"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "subGroups"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "UserGroup"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "users"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "User"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "UserGroupItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ContentTypeGroup"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "identifier"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "creationDate"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "modificationDate"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "creatorId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "creator"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "User"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "modifierId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "modifier"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "User"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "contentTypes"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ContentType"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "groups"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ContentTypeGroup"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Section"
          "description" => "An Ibexa repository section."
          "fields" => [
            [
              "name" => "id"
              "description" => "The Section's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "identifier"
              "description" => "The Section's system identifier."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => "The Section's name."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ContentRelation"
          "description" => null
          "fields" => [
            [
              "name" => "sourceFieldDefinitionIdentifier"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "sourceContent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "INTERFACE"
                "name" => "DomainContent"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "destinationContent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "INTERFACE"
                "name" => "DomainContent"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "type"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "ENUM"
                "name" => "RelationType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "RelationType"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "common"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "embed"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "field"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "asset"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ObjectState"
          "description" => "An Ibexa content object state."
          "fields" => [
            [
              "name" => "id"
              "description" => "The ObjectState's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "identifier"
              "description" => "The ObjectState's system identifier."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "priority"
              "description" => "The ObjectState's priority used for ordering."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "languageCodes"
              "description" => "The ObjectStateGroup's language codes."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "group"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ObjectStateGroup"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ObjectStateGroup"
          "description" => "An Ibexa content object state group."
          "fields" => [
            [
              "name" => "id"
              "description" => "The ObjectStateGroup's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "identifier"
              "description" => "The ObjectStateGroup's system identifier."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "defaultLanguageCode"
              "description" => "The ObjectStateGroup's default language code."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "languageCodes"
              "description" => "The ObjectStateGroup's language codes."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "states"
              "description" => "List of ObjectStates under ObjectStateGroup."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ObjectState"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Domain"
          "description" => null
          "fields" => [
            [
              "name" => "_repository"
              "description" => "Ibexa repository API"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Repository"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "node"
              "description" => "Fetches an object given its ID"
              "args" => [
                [
                  "name" => "id"
                  "description" => "The ID of an object"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "ID"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "INTERFACE"
                "name" => "Node"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item"
              "description" => "An item, whatever its type"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the article"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the article"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the article"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the article"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the article"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "INTERFACE"
                "name" => "Item"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "netgen"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ItemGroupNetgen"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "media"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ItemGroupMedia"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "users"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ItemGroupUsers"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "netgenComponents"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ItemGroupNetgenComponents"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Repository"
          "description" => "Ibexa repository"
          "fields" => [
            [
              "name" => "location"
              "description" => null
              "args" => [
                [
                  "name" => "locationId"
                  "description" => "A location id"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "A location remote id"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "A location url alias: 'path/to/content-item'"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "contentType"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => "Resolves using the unique ContentType id."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "identifier"
                  "description" => "Resolves using the unique ContentType identifier."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "contentTypes"
              "description" => null
              "args" => [
                [
                  "name" => "groupId"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "groupIdentifier"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ContentType"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "objectStateGroup"
              "description" => "Fetches Object State Group by ID."
              "args" => [
                [
                  "name" => "id"
                  "description" => "ID of the Object State Group"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ObjectStateGroup"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "objectStateGroups"
              "description" => "Fetches all Object State Groups."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ObjectStateGroup"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "objectState"
              "description" => "Fetches Object State by ID."
              "args" => [
                [
                  "name" => "id"
                  "description" => "ID of the Object State"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ObjectState"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "objectStates"
              "description" => "Fetches Object States assigned to given Group ID."
              "args" => [
                [
                  "name" => "groupId"
                  "description" => "ID of the ObjectStateGroup"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ObjectState"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ItemGroupNetgen"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => "The contenttype group's properties"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentTypeGroup"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_types"
              "description" => "Content types from this group"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ItemGroupNetgenTypes"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngArticles"
              "description" => "Standard article object"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgArticleItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngArticle"
              "description" => "Standard article object"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_article"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_article"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_article"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_article"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_article"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgArticleItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngBanners"
              "description" => "Object for defining content banners"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgBannerItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngBanner"
              "description" => "Object for defining content banners"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_banner"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_banner"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_banner"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_banner"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_banner"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgBannerItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngBlogPosts"
              "description" => "Standard blog post item"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgBlogPostItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngBlogPost"
              "description" => "Standard blog post item"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_blog_post"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_blog_post"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_blog_post"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_blog_post"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_blog_post"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgBlogPostItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngContactForms"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgContactFormItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngContactForm"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_contact_form"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_contact_form"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_contact_form"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_contact_form"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_contact_form"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgContactFormItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngCookiePolicies"
              "description" => "Cookie popup policy content"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgCookiePolicyItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngCookiePolicy"
              "description" => "Cookie popup policy content"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_cookie_policy"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_cookie_policy"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_cookie_policy"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_cookie_policy"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_cookie_policy"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgCookiePolicyItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngFrontpages"
              "description" => "Frontpage"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgFrontpageItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngFrontpage"
              "description" => "Frontpage"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_frontpage"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_frontpage"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_frontpage"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_frontpage"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_frontpage"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgFrontpageItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngJobApplicationForms"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgJobApplicationFormItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngJobApplicationForm"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_job_application_form"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_job_application_form"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_job_application_form"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_job_application_form"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_job_application_form"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgJobApplicationFormItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngJobPositia"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgJobPositionItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngJobPosition"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_job_position"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_job_position"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_job_position"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_job_position"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_job_position"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgJobPositionItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngLandingPages"
              "description" => "Landing page"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgLandingPageItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngLandingPage"
              "description" => "Landing page"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_landing_page"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_landing_page"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_landing_page"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_landing_page"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_landing_page"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgLandingPageItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngLeadForms"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgLeadFormItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngLeadForm"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_lead_form"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_lead_form"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_lead_form"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_lead_form"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_lead_form"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgLeadFormItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngLogoes"
              "description" => "Object for defining logos"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgLogoItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngLogo"
              "description" => "Object for defining logos"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_logo"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_logo"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_logo"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_logo"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_logo"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgLogoItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngNewses"
              "description" => "Standard news object"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgNewsItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngNews"
              "description" => "Standard news object"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_news"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_news"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_news"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_news"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_news"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgNewsItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngShortcuts"
              "description" => "Object for linking to external and internal resources"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgShortcutItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngShortcut"
              "description" => "Object for linking to external and internal resources"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_shortcut"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_shortcut"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_shortcut"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_shortcut"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_shortcut"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgShortcutItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngSiteInfoes"
              "description" => "Site info"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgSiteInfoItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngSiteInfo"
              "description" => "Site info"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_site_info"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_site_info"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_site_info"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_site_info"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_site_info"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgSiteInfoItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngVideoes"
              "description" => "HTML5, YouTube, Vimeo and Dailymotion video"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgVideoItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngVideo"
              "description" => "HTML5, YouTube, Vimeo and Dailymotion video"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_video"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_video"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_video"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_video"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_video"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgVideoItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngAccordionItems"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgAccordionItemItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngAccordionItem"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_accordion_item"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_accordion_item"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_accordion_item"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_accordion_item"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_accordion_item"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgAccordionItemItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngAudioes"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgAudioItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngAudio"
              "description" => null
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_audio"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_audio"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_audio"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_audio"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_audio"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgAudioItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngCategories"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgCategoryItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngCategory"
              "description" => null
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_category"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_category"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_category"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_category"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_category"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgCategoryItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngContainers"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgContainerItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngContainer"
              "description" => null
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_container"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_container"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_container"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_container"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_container"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgContainerItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngGalleries"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgGalleryItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngGallery"
              "description" => null
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_gallery"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_gallery"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_gallery"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_gallery"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_gallery"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgGalleryItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngHtmlboxes"
              "description" => "Object for inserting HTML content"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgHtmlboxItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngHtmlbox"
              "description" => "Object for inserting HTML content"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_htmlbox"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_htmlbox"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_htmlbox"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_htmlbox"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_htmlbox"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgHtmlboxItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngMenuItems"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgMenuItemItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngMenuItem"
              "description" => null
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_menu_item"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_menu_item"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_menu_item"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_menu_item"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_menu_item"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgMenuItemItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngPersa"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgPersonItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngPerson"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_person"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_person"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_person"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_person"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_person"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgPersonItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngRecipes"
              "description" => "Recipe object"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgRecipeItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngRecipe"
              "description" => "Recipe object"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_recipe"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_recipe"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_recipe"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_recipe"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_recipe"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgRecipeItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngTopics"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgTopicItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngTopic"
              "description" => null
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_topic"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_topic"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_topic"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_topic"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_topic"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgTopicItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ItemGroupNetgenTypes"
          "description" => null
          "fields" => [
            [
              "name" => "ngArticle"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgArticleItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngBanner"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgBannerItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngBlogPost"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgBlogPostItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngContactForm"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgContactFormItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngCookiePolicy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgCookiePolicyItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngFrontpage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgFrontpageItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngJobApplicationForm"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgJobApplicationFormItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngJobPosition"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgJobPositionItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngLandingPage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgLandingPageItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngLeadForm"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgLeadFormItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngLogo"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgLogoItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngNews"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgNewsItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngShortcut"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgShortcutItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngSiteInfo"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgSiteInfoItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngVideo"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgVideoItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngAccordionItem"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgAccordionItemItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngAudio"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgAudioItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngCategory"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgCategoryItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngContainer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgContainerItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngGallery"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgGalleryItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngHtmlbox"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgHtmlboxItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngMenuItem"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgMenuItemItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngPerson"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgPersonItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngRecipe"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgRecipeItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngTopic"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgTopicItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgArticleItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => "Article title"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short version of a title, used in menus"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "authors"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => "Image used on full article page"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserImage"
              "description" => "Image used on listing and search pages"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on full article page"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "body"
              "description" => "Main article text"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedContent"
              "description" => "Links to related content"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedMultimedia"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => "SEO meta data"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => "Specific CSS class"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => "Text to be used when generating smart URLs"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INTERFACE"
          "name" => "ItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => "The content type's properties"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => [
            [
              "kind" => "OBJECT"
              "name" => "NgArticleItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgBannerItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgBlogPostItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgContactFormItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgCookiePolicyItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgFrontpageItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgJobApplicationFormItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgJobPositionItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgLandingPageItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgLeadFormItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgLogoItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgNewsItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgShortcutItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgSiteInfoItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgVideoItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgAccordionItemItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgAudioItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgCategoryItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgContainerItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgGalleryItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgHtmlboxItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgMenuItemItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgPersonItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgRecipeItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgTopicItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FileItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ImageItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "UserItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "UserGroupItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgComponentAboutItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgComponentFeaturesItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgComponentHeroItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgComponentLeadItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgComponentLogosItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "NgComponentQuoteItemType"
              "ofType" => null
            ]
          ]
        ]
        [
          "kind" => "OBJECT"
          "name" => "TextLineFieldDefinition"
          "description" => "An Ibexa repository FieldDefinition."
          "fields" => [
            [
              "name" => "id"
              "description" => "The id of the field definition."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => "The field definition name, either in the most prioritized language, or in the language given as an argument"
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => "The field definition description, either in the most prioritized language, or in the language given as an argument"
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "identifier"
              "description" => "The system identifier of the field definition."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fieldGroup"
              "description" => "The field group name."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "position"
              "description" => "The position of the field definition in the content type"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fieldTypeIdentifier"
              "description" => "The identifier of the field type (ibexa_string, ibexa_integer...)."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isThumbnail"
              "description" => "Indicates if this field can be a thumbnail."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isTranslatable"
              "description" => "Indicates if fields of this definition are translatable."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isRequired"
              "description" => "Indicates if this field is used for information collection"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isSearchable"
              "description" => "Indicates if the content is searchable by this attribute"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "constraints"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinitionConstraints"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "defaultValue"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "TextLineFieldDefinitionConstraints"
          "description" => null
          "fields" => [
            [
              "name" => "minLength"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "maxLength"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "RelationListFieldDefinition"
          "description" => null
          "fields" => [
            [
              "name" => "settings"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinitionSettings"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "constraints"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinitionConstraints"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "RelationFieldDefinitionSettings"
          "description" => null
          "fields" => [
            [
              "name" => "selectionMethod"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "selectionDefaultLocation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "selectionContentTypes"
              "description" => null
              "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" => "RelationListFieldDefinitionConstraints"
          "description" => null
          "fields" => [
            [
              "name" => "selectionLimit"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "BinaryFieldDefinition"
          "description" => "An Ibexa repository FieldDefinition."
          "fields" => [
            [
              "name" => "id"
              "description" => "The id of the field definition."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => "The field definition name, either in the most prioritized language, or in the language given as an argument"
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => "The field definition description, either in the most prioritized language, or in the language given as an argument"
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "identifier"
              "description" => "The system identifier of the field definition."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fieldGroup"
              "description" => "The field group name."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "position"
              "description" => "The position of the field definition in the content type"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fieldTypeIdentifier"
              "description" => "The identifier of the field type (ibexa_string, ibexa_integer...)."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isThumbnail"
              "description" => "Indicates if this field can be a thumbnail."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isTranslatable"
              "description" => "Indicates if fields of this definition are translatable."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isRequired"
              "description" => "Indicates if this field is used for information collection"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isSearchable"
              "description" => "Indicates if the content is searchable by this attribute"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "constraints"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinitionConstraints"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "BinaryFieldDefinitionConstraints"
          "description" => null
          "fields" => [
            [
              "name" => "maxFileSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "MatrixFieldDefinition"
          "description" => null
          "fields" => [
            [
              "name" => "settings"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinitionSettings"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "MatrixFieldDefinitionSettings"
          "description" => null
          "fields" => [
            [
              "name" => "columns"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "MatrixFieldDefinitionColumn"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "minimumRows"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "MatrixFieldDefinitionColumn"
          "description" => null
          "fields" => [
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "identifier"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgBannerItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => "Specific CSS class"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgBlogPostItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => "News title"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "headline"
              "description" => "News headline"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "authors"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short title version"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => "Image used on blog post page"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserImage"
              "description" => "Image used on listing and search pages"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "publishDate"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on news page"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "body"
              "description" => "Main news text"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedContent"
              "description" => "Links to related content"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "tags"
              "description" => "Tags"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgContactFormItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => "Form title"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short version of a title, used in menus"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on full form page"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "body"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderFirstName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderLastName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderEmail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderMessage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextBlockFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gdprConsent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gdprConsentLabel"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "newsletter1Consent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "newsletter1Label"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "newsletter1GroupIds"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "recipient"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "successText"
              "description" => "Text shown to user after a successful post"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "referer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gtmEventPrefix"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "honeypotFieldName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "honeypotFieldLabel"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "TextBlockFieldDefinition"
          "description" => "An Ibexa repository FieldDefinition."
          "fields" => [
            [
              "name" => "id"
              "description" => "The id of the field definition."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => "The field definition name, either in the most prioritized language, or in the language given as an argument"
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => "The field definition description, either in the most prioritized language, or in the language given as an argument"
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "identifier"
              "description" => "The system identifier of the field definition."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fieldGroup"
              "description" => "The field group name."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "position"
              "description" => "The position of the field definition in the content type"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fieldTypeIdentifier"
              "description" => "The identifier of the field type (ibexa_string, ibexa_integer...)."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isThumbnail"
              "description" => "Indicates if this field can be a thumbnail."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isTranslatable"
              "description" => "Indicates if fields of this definition are translatable."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isRequired"
              "description" => "Indicates if this field is used for information collection"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isSearchable"
              "description" => "Indicates if the content is searchable by this attribute"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "defaultValue"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CheckboxFieldDefinition"
          "description" => "An Ibexa repository FieldDefinition."
          "fields" => [
            [
              "name" => "id"
              "description" => "The id of the field definition."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => "The field definition name, either in the most prioritized language, or in the language given as an argument"
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => "The field definition description, either in the most prioritized language, or in the language given as an argument"
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "identifier"
              "description" => "The system identifier of the field definition."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fieldGroup"
              "description" => "The field group name."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "position"
              "description" => "The position of the field definition in the content type"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fieldTypeIdentifier"
              "description" => "The identifier of the field type (ibexa_string, ibexa_integer...)."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isThumbnail"
              "description" => "Indicates if this field can be a thumbnail."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isTranslatable"
              "description" => "Indicates if fields of this definition are translatable."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isRequired"
              "description" => "Indicates if this field is used for information collection"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isSearchable"
              "description" => "Indicates if the content is searchable by this attribute"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "defaultValue"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgCookiePolicyItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ribbonHeading"
              "description" => "Main title in ribbon"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ribbonDescription"
              "description" => "Description that shows in ribbon"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ribbonSettingsLabel"
              "description" => "Label for settings customization link"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ribbonButtonAcceptAllLabel"
              "description" => "Label for Accept All button"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ribbonButtonSaveLabel"
              "description" => "ribbon_button_save_label"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "necessaryLabel"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "necessaryDescription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "analyticsIsActive"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "analyticsDefaultState"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "analyticsLabel"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "analyticsDescription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "analyticsOnAccept"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextBlockFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "analyticsOnRevoke"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextBlockFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "marketingIsActive"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "marketingDefaultState"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "marketingLabel"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "marketingDescription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "marketingOnAccept"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextBlockFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "marketingOnRevoke"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextBlockFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialSharingIsActive"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialSharingDefaultState"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialSharingLabel"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialSharingDescription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialSharingOnAccept"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextBlockFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialSharingOnRevoke"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextBlockFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgFrontpageItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgJobApplicationFormItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => "Form title"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on full form page"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderFirstName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderLastName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderEmail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderMessage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextBlockFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderFileCv"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderMotivationLetter"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gdprConsent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gdprConsentLabel"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "newsletter1Consent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "newsletter1Label"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "newsletter1GroupIds"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "recipient"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "successText"
              "description" => "Text shown to user after a successful post"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "referer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gtmEventPrefix"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "honeypotFieldName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "honeypotFieldLabel"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgJobPositionItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => "Article title"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short version of a title, used in menus"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => "Image used on full job position page"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserImage"
              "description" => "Image used on listing and search pages"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "jobLocation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "engagementType"
              "description" => "Part time, full time, etc."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "applicationDeadline"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on full job position page"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "jobOverview"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "requirements"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "responsibilities"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => "Text to be used when generating smart URLs"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgLandingPageItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "internalRedirect"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "externalRedirect"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "RelationFieldDefinition"
          "description" => null
          "fields" => [
            [
              "name" => "settings"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinitionSettings"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgLeadFormItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => "Form title"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on full form page"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderFirstName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderLastName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderEmail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderMessage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextBlockFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gdprConsent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gdprConsentLabel"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "newsletter1Consent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "newsletter1Label"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "newsletter1GroupIds"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "recipient"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "successText"
              "description" => "Text shown to user after a successful post"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "referer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gtmEventPrefix"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "honeypotFieldName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "honeypotFieldLabel"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgLogoItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "logo"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "logoSvg"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgNewsItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => "News title"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short title version"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "authors"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "headline"
              "description" => "News headline"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => "Image used on article page"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserImage"
              "description" => "Image used on listing and search pages"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "publishDate"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on news page"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "body"
              "description" => "Main news text"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedContent"
              "description" => "Links to related content"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedMultimedia"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgShortcutItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short title version"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Used on line items"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "useShortcutName"
              "description" => "If checked, uses shortcut name for generating label in menus"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgSiteInfoItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => "Default metadata object"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "siteName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "siteLogo"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "siteOpengraphImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "favicon32x32"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "favicon128x128"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "favicon180x180"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "favicon192x192"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedCookiePolicy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rssFeed"
              "description" => "Default RSS feed"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainMenu"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "additionalMenu"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "footerBlock"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "javascriptBlockTop"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextBlockFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "javascriptBlockBottom"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextBlockFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "facebook"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "twitter"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "instagram"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "linkedin"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgVideoItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short title version"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "videoType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "videoFile"
              "description" => "Video file. Use 16:9 proportion, HD (1280×720) or FHD (1920×1080)"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "videoIdentifier"
              "description" => "Video identifier for external video content (YouTube, Vimeo, Dailymotion...)"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "poster"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "autoplay"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgAccordionItemItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgAudioItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short title version"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "file"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MediaFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "MediaFieldDefinition"
          "description" => "An Ibexa repository FieldDefinition."
          "fields" => [
            [
              "name" => "id"
              "description" => "The id of the field definition."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => "The field definition name, either in the most prioritized language, or in the language given as an argument"
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => "The field definition description, either in the most prioritized language, or in the language given as an argument"
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "identifier"
              "description" => "The system identifier of the field definition."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fieldGroup"
              "description" => "The field group name."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "position"
              "description" => "The position of the field definition in the content type"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fieldTypeIdentifier"
              "description" => "The identifier of the field type (ibexa_string, ibexa_integer...)."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isThumbnail"
              "description" => "Indicates if this field can be a thumbnail."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isTranslatable"
              "description" => "Indicates if fields of this definition are translatable."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isRequired"
              "description" => "Indicates if this field is used for information collection"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isSearchable"
              "description" => "Indicates if the content is searchable by this attribute"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "constraints"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinitionConstraints"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "settings"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MediaFieldDefinitionSettings"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "MediaFieldDefinitionSettings"
          "description" => null
          "fields" => [
            [
              "name" => "mediaType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgCategoryItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "showChildren"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => "SEO meta data"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "childrenClassFilterInclude"
              "description" => "Class identifiers of classes to be shown on category page, comma delimited. Example: ng_article,ng_news"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fetchSubtree"
              "description" => "Show all descendents on category page"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageLimit"
              "description" => "Number of child nodes per page (if set to -1 template default value is used)"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "IntegerFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => "Specific CSS class"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => "Text to be used when generating smart URLs"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on category page"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on listing page or in search result"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "body"
              "description" => "Main category description text"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "featuredContent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gridColumns"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "internalRedirect"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "externalRedirect"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "IntegerFieldDefinition"
          "description" => "An Ibexa repository FieldDefinition."
          "fields" => [
            [
              "name" => "id"
              "description" => "The id of the field definition."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => "The field definition name, either in the most prioritized language, or in the language given as an argument"
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => "The field definition description, either in the most prioritized language, or in the language given as an argument"
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "identifier"
              "description" => "The system identifier of the field definition."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fieldGroup"
              "description" => "The field group name."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "position"
              "description" => "The position of the field definition in the content type"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fieldTypeIdentifier"
              "description" => "The identifier of the field type (ibexa_string, ibexa_integer...)."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isThumbnail"
              "description" => "Indicates if this field can be a thumbnail."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isTranslatable"
              "description" => "Indicates if fields of this definition are translatable."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isRequired"
              "description" => "Indicates if this field is used for information collection"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isSearchable"
              "description" => "Indicates if the content is searchable by this attribute"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "defaultValue"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "constraints"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "IntegerFieldDefinitionConstraints"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "IntegerFieldDefinitionConstraints"
          "description" => null
          "fields" => [
            [
              "name" => "minIntegerValue"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "maxIntegerValue"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgContainerItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgGalleryItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short title version"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgHtmlboxItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "htmlCode"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextBlockFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgMenuItemItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "itemObject"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "itemUrl"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "menuItems"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parentNode"
              "description" => "If defined, overrides "Menu items" list"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "classFilter"
              "description" => "Only valid if parent node is selected"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "classFilterType"
              "description" => "Only valid if parent node is selected"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "depth"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "IntegerFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "limit"
              "description" => "Only valid if parent node is selected, 0 means unlimited"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "IntegerFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "useMenuItemName"
              "description" => "If checked, uses menu item name for generating label in menus"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "targetBlank"
              "description" => "If checked, sets target attribute to "_blank" in menus"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgPersonItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cv"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "copyright"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlFacebook"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlTwitter"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlInstagram"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgRecipeItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short version of a title, used in menus"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "authors"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => "Image used on full recipe page"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserImage"
              "description" => "Image used on listing and search pages"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on full recipe page"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "body"
              "description" => "Main article text"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "preparationTime"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "IntegerFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "servingCalories"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "IntegerFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "servingFat"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "IntegerFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "servingCarbohydrates"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "IntegerFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "servingProtein"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "IntegerFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedContent"
              "description" => "Links to related content"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedMultimedia"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => "SEO meta data"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => "Specific CSS class"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => "Text to be used when generating smart URLs"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgTopicItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "topic"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on category page"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "body"
              "description" => "Main category description text"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => "SEO meta data"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => "Specific CSS class"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => "Text to be used when generating smart URLs"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ContentSearchQuery"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "ContentTypeIdentifier"
              "description" => "Content type identifier filter"
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "ContentTypeIdentifier"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "ContentTypeId"
              "description" => "Filter on content type id"
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "Text"
              "description" => "Filter on any text from the content item"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "Created"
              "description" => "Filter the date the content was initially created on"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "DateInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "Modified"
              "description" => "Filter on the date the content was last modified on"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "DateInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "ParentLocationId"
              "description" => "Filter content based on its parent location id"
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "Field"
              "description" => "Field filter"
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "INPUT_OBJECT"
                  "name" => "FieldCriterionInput"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "SortBy"
              "description" => null
              "type" => [
                "kind" => "ENUM"
                "name" => "SortByOptions"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "ContentTypeIdentifier"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "ng_article"
              "description" => "Standard article object"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_banner"
              "description" => "Object for defining content banners"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_blog_post"
              "description" => "Standard blog post item"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_contact_form"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_cookie_policy"
              "description" => "Cookie popup policy content"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_frontpage"
              "description" => "Frontpage"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_job_application_form"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_job_position"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_landing_page"
              "description" => "Landing page"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_lead_form"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_logo"
              "description" => "Object for defining logos"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_news"
              "description" => "Standard news object"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_shortcut"
              "description" => "Object for linking to external and internal resources"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_site_info"
              "description" => "Site info"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_video"
              "description" => "HTML5, YouTube, Vimeo and Dailymotion video"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_accordion_item"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_audio"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_category"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_container"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_gallery"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_htmlbox"
              "description" => "Object for inserting HTML content"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_menu_item"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_person"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_recipe"
              "description" => "Recipe object"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_topic"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "file"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user_group"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_component_about"
              "description" => "About component"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_component_features"
              "description" => "Features component"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_component_hero"
              "description" => "Hero component"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_component_lead"
              "description" => "Lead component"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_component_logos"
              "description" => "Logos component"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ng_component_quote"
              "description" => "Quote component"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "DateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "before"
              "description" => "Before the given date or time."
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "after"
              "description" => "After the given date or time."
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "on"
              "description" => "On the given date or time."
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "FieldCriterionInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "target"
              "description" => "A field definition identifier"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "between"
              "description" => "Between two values"
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "contains"
              "description" => "Contains the value"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "in"
              "description" => "Equal to one of the given values"
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "eq"
              "description" => "Equal to the value"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gt"
              "description" => "Greater than the value"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gte"
              "description" => "Greater than or equal to the value"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "lt"
              "description" => "Lesser than the value"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "lte"
              "description" => "Lesser than or equal to the value"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "like"
              "description" => "Like the value"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "SortByOptions"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "_contentId"
              "description" => "Sort by content id"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "Sort by content name"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_dateModified"
              "description" => "Sort by last modification date"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_datePublished"
              "description" => "Sort by initial publication date"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_sectionIdentifier"
              "description" => "Sort by content section identifier"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_sectionName"
              "description" => "Sort by section name"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_score"
              "description" => "Sort by score"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_desc"
              "description" => "Reverse the previous sorting option"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgArticleItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgArticleItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgArticleItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgArticleItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgArticleItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "authors"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationsConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserImage"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "body"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedContent"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationsConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedMultimedia"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationsConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "RelationsConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "RelationsEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "RelationsEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "INTERFACE"
                "name" => "Item"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "RichTextFieldValue"
          "description" => null
          "fields" => [
            [
              "name" => "text"
              "description" => "String representation of the value"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "xml"
              "description" => "The raw docbook xml"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "plaintext"
              "description" => "Plain text representation of the value, without tags. Warning: the text representation may not be perfect."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "html5"
              "description" => "HTML5 representation."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "html5_edit"
              "description" => "Editable HTML5 representation."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgBannerItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgBannerItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgBannerItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgBannerItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgBannerItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgBlogPostItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgBlogPostItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgBlogPostItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgBlogPostItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgBlogPostItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "headline"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "authors"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationsConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserImage"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "publishDate"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "body"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedContent"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationsConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgContactFormItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgContactFormItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgContactFormItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgContactFormItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgContactFormItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "body"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderFirstName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderLastName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderEmail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderMessage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gdprConsent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gdprConsentLabel"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "newsletter1Consent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "newsletter1Label"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "newsletter1GroupIds"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "recipient"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "successText"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "referer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gtmEventPrefix"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "honeypotFieldName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "honeypotFieldLabel"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgCookiePolicyItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgCookiePolicyItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgCookiePolicyItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgCookiePolicyItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgCookiePolicyItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ribbonHeading"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ribbonDescription"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ribbonSettingsLabel"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ribbonButtonAcceptAllLabel"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ribbonButtonSaveLabel"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "necessaryLabel"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "necessaryDescription"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "analyticsIsActive"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "analyticsDefaultState"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "analyticsLabel"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "analyticsDescription"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "analyticsOnAccept"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "analyticsOnRevoke"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "marketingIsActive"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "marketingDefaultState"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "marketingLabel"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "marketingDescription"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "marketingOnAccept"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "marketingOnRevoke"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialSharingIsActive"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialSharingDefaultState"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialSharingLabel"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialSharingDescription"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialSharingOnAccept"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialSharingOnRevoke"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgFrontpageItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgFrontpageItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgFrontpageItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgFrontpageItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgFrontpageItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgJobApplicationFormItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgJobApplicationFormItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgJobApplicationFormItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgJobApplicationFormItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgJobApplicationFormItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderFirstName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderLastName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderEmail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderMessage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderFileCv"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFileFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderMotivationLetter"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFileFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gdprConsent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gdprConsentLabel"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "newsletter1Consent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "newsletter1Label"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "newsletter1GroupIds"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "recipient"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "successText"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "referer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gtmEventPrefix"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "honeypotFieldName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "honeypotFieldLabel"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "BinaryFileFieldValue"
          "description" => null
          "fields" => [
            [
              "name" => "fileName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fileSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mimeType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "uri"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgJobPositionItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgJobPositionItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgJobPositionItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgJobPositionItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgJobPositionItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserImage"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "jobLocation"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "engagementType"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "applicationDeadline"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "jobOverview"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "requirements"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "responsibilities"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgLandingPageItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgLandingPageItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgLandingPageItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgLandingPageItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgLandingPageItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "internalRedirect"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "INTERFACE"
                "name" => "Item"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "externalRedirect"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UrlFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "UrlFieldValue"
          "description" => null
          "fields" => [
            [
              "name" => "link"
              "description" => "The link's URL"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "text"
              "description" => "The link's name or description"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgLeadFormItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgLeadFormItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgLeadFormItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgLeadFormItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgLeadFormItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderFirstName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderLastName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderEmail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "senderMessage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gdprConsent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gdprConsentLabel"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "newsletter1Consent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "newsletter1Label"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "newsletter1GroupIds"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "recipient"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "successText"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "referer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gtmEventPrefix"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "honeypotFieldName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "honeypotFieldLabel"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgLogoItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgLogoItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgLogoItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgLogoItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgLogoItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "logo"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "logoSvg"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFileFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgNewsItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgNewsItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgNewsItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgNewsItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgNewsItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "authors"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationsConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "headline"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserImage"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "publishDate"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "body"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedContent"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationsConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedMultimedia"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationsConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgShortcutItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgShortcutItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgShortcutItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgShortcutItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgShortcutItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "useShortcutName"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgSiteInfoItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgSiteInfoItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgSiteInfoItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgSiteInfoItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgSiteInfoItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "siteName"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "siteLogo"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFileFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "siteOpengraphImage"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "favicon32x32"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "favicon128x128"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "favicon180x180"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "favicon192x192"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedCookiePolicy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgCookiePolicyItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rssFeed"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainMenu"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationsConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "additionalMenu"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationsConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "footerBlock"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "javascriptBlockTop"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "javascriptBlockBottom"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "facebook"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UrlFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "twitter"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UrlFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "instagram"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UrlFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "linkedin"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UrlFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgVideoItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgVideoItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgVideoItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgVideoItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgVideoItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "videoType"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "videoFile"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFileFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "videoIdentifier"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "poster"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "autoplay"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgAccordionItemItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgAccordionItemItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgAccordionItemItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgAccordionItemItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgAccordionItemItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgAudioItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgAudioItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgAudioItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgAudioItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgAudioItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "file"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "MediaFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "MediaFieldValue"
          "description" => null
          "fields" => [
            [
              "name" => "fileName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fileSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mimeType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "uri"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "text"
              "description" => "String representation of the value"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "hasController"
              "description" => "If the media has a controller when being displayed."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "autoplay"
              "description" => "If the media should be automatically played."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "loop"
              "description" => "If the media should be played in a loop."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "height"
              "description" => "Height of the media."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "width"
              "description" => "Width of the media."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgCategoryItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgCategoryItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgCategoryItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgCategoryItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgCategoryItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "showChildren"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "childrenClassFilterInclude"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fetchSubtree"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageLimit"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "body"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "featuredContent"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationsConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gridColumns"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewType"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "internalRedirect"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "INTERFACE"
                "name" => "Item"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "externalRedirect"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UrlFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgContainerItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgContainerItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgContainerItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgContainerItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgContainerItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgGalleryItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgGalleryItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgGalleryItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgGalleryItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgGalleryItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgHtmlboxItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgHtmlboxItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgHtmlboxItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgHtmlboxItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgHtmlboxItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "htmlCode"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgMenuItemItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgMenuItemItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgMenuItemItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgMenuItemItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgMenuItemItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "itemObject"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "INTERFACE"
                "name" => "Item"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "itemUrl"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UrlFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "menuItems"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationsConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parentNode"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "INTERFACE"
                "name" => "Item"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "classFilter"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "classFilterType"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "depth"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "limit"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "useMenuItemName"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "targetBlank"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgPersonItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgPersonItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgPersonItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgPersonItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgPersonItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cv"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "copyright"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlFacebook"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UrlFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlTwitter"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UrlFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlInstagram"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UrlFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgRecipeItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgRecipeItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgRecipeItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgRecipeItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgRecipeItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "authors"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationsConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserImage"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "body"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "preparationTime"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "servingCalories"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "servingFat"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "servingCarbohydrates"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "servingProtein"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedContent"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationsConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedMultimedia"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationsConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgTopicItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgTopicItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgTopicItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgTopicItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgTopicItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "topic"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fullIntro"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "body"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ItemGroupMedia"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => "The contenttype group's properties"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentTypeGroup"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_types"
              "description" => "Content types from this group"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ItemGroupMediaTypes"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "files"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "FileItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "file"
              "description" => null
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the file"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the file"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the file"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the file"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the file"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "FileItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "images"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the image"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the image"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the image"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the image"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the image"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ItemGroupMediaTypes"
          "description" => null
          "fields" => [
            [
              "name" => "file"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "FileItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "FileItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "file"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ImageItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "caption"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "FileItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "FileItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "FileItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "FileItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "FileItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "file"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFileFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ImageItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ImageItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ImageItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "ImageItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "caption"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ItemGroupUsers"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => "The contenttype group's properties"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentTypeGroup"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_types"
              "description" => "Content types from this group"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ItemGroupUsersTypes"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "users"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user"
              "description" => null
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the user"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the user"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the user"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the user"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the user"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "userGroups"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserGroupItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "userGroup"
              "description" => null
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the user_group"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the user_group"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the user_group"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the user_group"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the user_group"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserGroupItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ItemGroupUsersTypes"
          "description" => null
          "fields" => [
            [
              "name" => "user"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "userGroup"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserGroupItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "UserItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "firstName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "lastName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "userAccount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "signature"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextBlockFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "UserGroupItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "UserItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "UserItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "UserItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "UserGroupItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "UserGroupItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "UserGroupItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserGroupItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "ItemGroupNetgenComponents"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => "The contenttype group's properties"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentTypeGroup"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_types"
              "description" => "Content types from this group"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ItemGroupNetgenComponentsTypes"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngComponentAbouts"
              "description" => "About component"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentAboutItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngComponentAbout"
              "description" => "About component"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_component_about"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_component_about"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_component_about"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_component_about"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_component_about"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentAboutItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngComponentFeatureses"
              "description" => "Features component"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentFeaturesItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngComponentFeatures"
              "description" => "Features component"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_component_features"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_component_features"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_component_features"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_component_features"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_component_features"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentFeaturesItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngComponentHeroes"
              "description" => "Hero component"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentHeroItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngComponentHero"
              "description" => "Hero component"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_component_hero"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_component_hero"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_component_hero"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_component_hero"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_component_hero"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentHeroItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngComponentLeads"
              "description" => "Lead component"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentLeadItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngComponentLead"
              "description" => "Lead component"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_component_lead"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_component_lead"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_component_lead"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_component_lead"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_component_lead"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentLeadItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngComponentLogoses"
              "description" => "Logos component"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentLogosItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngComponentLogos"
              "description" => "Logos component"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_component_logos"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_component_logos"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_component_logos"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_component_logos"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_component_logos"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentLogosItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngComponentQuotes"
              "description" => "Quote component"
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => "A Content query used to filter results"
                  "type" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "ContentSearchQuery"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SortByOptions"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentQuoteItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngComponentQuote"
              "description" => "Quote component"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the ng_component_quote"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the ng_component_quote"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the ng_component_quote"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the ng_component_quote"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the ng_component_quote"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentQuoteItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ItemGroupNetgenComponentsTypes"
          "description" => null
          "fields" => [
            [
              "name" => "ngComponentAbout"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentAboutItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngComponentFeatures"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentFeaturesItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngComponentHero"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentHeroItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngComponentLead"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentLeadItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngComponentLogos"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentLogosItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ngComponentQuote"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentQuoteItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgComponentAboutItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => "Internal name"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description2"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link2"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgComponentFeaturesItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => "Internal name"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link2"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1HighlightTitle"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1Title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1Description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1Icon"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1Image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1ImageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1Link"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2HighlightTitle"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2Title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2Description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2Icon"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2Image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2ImageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2Link"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3HighlightTitle"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3Title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3Description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3Icon"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3Image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3ImageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3Link"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4HighlightTitle"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4Title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4Description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4Icon"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4Image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4ImageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4Link"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5HighlightTitle"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5Title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5Description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5Icon"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5Image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5ImageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5Link"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6HighlightTitle"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6Title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6Description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6Icon"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6Image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6ImageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6Link"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7HighlightTitle"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7Title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7Description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7Icon"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7Image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7ImageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7Link"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8HighlightTitle"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8Title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8Description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8Icon"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8Image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8ImageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8Link"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgComponentHeroItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => "Internal name"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "video"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "videoMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link2"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgComponentLeadItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => "Internal name"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgComponentLogosItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => "Internal name"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "logos"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link2"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgComponentQuoteItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1Title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1Description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1PersonImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1PersonName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1PersonDescription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2Title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2Description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2PersonImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2PersonName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2PersonDescription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3Title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3Description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3PersonImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3PersonName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3PersonDescription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4Title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4Description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4PersonImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4PersonName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4PersonDescription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5Title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5Description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5PersonImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5PersonName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5PersonDescription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6Title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6Description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6PersonImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6PersonName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6PersonDescription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7Title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7Description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7PersonImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7PersonName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7PersonDescription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8Title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8Description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8PersonImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8PersonName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8PersonDescription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgComponentAboutItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgComponentAboutItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgComponentAboutItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentAboutItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgComponentAboutItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description2"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link2"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgComponentFeaturesItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgComponentFeaturesItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgComponentFeaturesItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentFeaturesItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgComponentFeaturesItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link2"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1HighlightTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1Title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1Description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1Icon"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFileFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1Image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1ImageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1Link"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2HighlightTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2Title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2Description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2Icon"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFileFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2Image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2ImageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2Link"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3HighlightTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3Title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3Description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3Icon"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFileFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3Image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3ImageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3Link"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4HighlightTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4Title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4Description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4Icon"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFileFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4Image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4ImageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4Link"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5HighlightTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5Title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5Description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5Icon"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFileFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5Image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5ImageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5Link"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6HighlightTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6Title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6Description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6Icon"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFileFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6Image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6ImageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6Link"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7HighlightTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7Title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7Description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7Icon"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFileFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7Image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7ImageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7Link"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8HighlightTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8Title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8Description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8Icon"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFileFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8Image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8ImageMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8Link"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgComponentHeroItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgComponentHeroItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgComponentHeroItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentHeroItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgComponentHeroItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "video"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFileFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "videoMobile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFileFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link2"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgComponentLeadItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgComponentLeadItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgComponentLeadItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentLeadItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgComponentLeadItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgComponentLogosItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgComponentLogosItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgComponentLogosItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentLogosItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgComponentLogosItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "logos"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "before"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "last"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationsConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "link2"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgComponentQuoteItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "name" => "sliceSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "orderBy"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pageInfo"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "PageInfo"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "edges"
              "description" => "Information to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgComponentQuoteItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NgComponentQuoteItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "NgComponentQuoteItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cursor"
              "description" => "A cursor for use in pagination."
              "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" => "NgComponentQuoteItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => "The Content item's unique ID."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_type"
              "description" => "The item's content type"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_contentInfo"
              "description" => "Underlying content info item"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Content"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_location"
              "description" => "Main location"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Location"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_allLocations"
              "description" => "All the locations"
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Location"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_name"
              "description" => "The content item's name, in the prioritized language(s), based on the object name pattern"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_url"
              "description" => "The content item's url alias, based on the main location."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "_thumbnail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Thumbnail"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1Title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1Description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1PersonImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1PersonName"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item1PersonDescription"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2Title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2Description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2PersonImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2PersonName"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item2PersonDescription"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3Title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3Description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3PersonImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3PersonName"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item3PersonDescription"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4Title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4Description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4PersonImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4PersonName"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item4PersonDescription"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5Title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5Description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5PersonImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5PersonName"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item5PersonDescription"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6Title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6Description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6PersonImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6PersonName"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item6PersonDescription"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7Title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7Description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7PersonImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7PersonName"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item7PersonDescription"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8Position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8Title"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8Description"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RichTextFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8PersonImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8PersonName"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item8PersonDescription"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ItemMutation"
          "description" => null
          "fields" => [
            [
              "name" => "deleteContent"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => "Global ID of the content item to delete"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "ID of the content item to delete"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "DeleteContentPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "uploadFiles"
              "description" => null
              "args" => [
                [
                  "name" => "locationId"
                  "description" => "The location ID of a container to upload the files to"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "files"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "LIST"
                      "name" => null
                      "ofType" => [
                        "kind" => "SCALAR"
                        "name" => "FileUpload"
                        "ofType" => null
                      ]
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content items must be created in"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UploadedFilesPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createToken"
              "description" => null
              "args" => [
                [
                  "name" => "username"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "password"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CreatedTokenPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgArticle"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgArticleItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgArticleItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgArticle"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgArticleItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgArticleItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgBanner"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgBannerItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgBannerItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgBanner"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgBannerItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgBannerItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgBlogPost"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgBlogPostItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgBlogPostItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgBlogPost"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgBlogPostItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgBlogPostItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgContactForm"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgContactFormItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgContactFormItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgContactForm"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgContactFormItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgContactFormItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgCookiePolicy"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgCookiePolicyItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgCookiePolicyItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgCookiePolicy"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgCookiePolicyItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgCookiePolicyItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgFrontpage"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgFrontpageItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgFrontpageItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgFrontpage"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgFrontpageItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgFrontpageItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgJobApplicationForm"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgJobApplicationFormItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgJobApplicationFormItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgJobApplicationForm"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgJobApplicationFormItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgJobApplicationFormItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgJobPosition"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgJobPositionItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgJobPositionItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgJobPosition"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgJobPositionItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgJobPositionItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgLandingPage"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgLandingPageItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgLandingPageItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgLandingPage"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgLandingPageItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgLandingPageItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgLeadForm"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgLeadFormItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgLeadFormItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgLeadForm"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgLeadFormItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgLeadFormItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgLogo"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgLogoItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgLogoItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgLogo"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgLogoItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgLogoItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgNews"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgNewsItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgNewsItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgNews"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgNewsItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgNewsItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgShortcut"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgShortcutItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgShortcutItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgShortcut"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgShortcutItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgShortcutItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgSiteInfo"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgSiteInfoItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgSiteInfoItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgSiteInfo"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgSiteInfoItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgSiteInfoItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgVideo"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgVideoItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgVideoItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgVideo"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgVideoItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgVideoItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgAccordionItem"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgAccordionItemItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgAccordionItemItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgAccordionItem"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgAccordionItemItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgAccordionItemItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgAudio"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgAudioItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgAudioItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgAudio"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgAudioItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgAudioItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgCategory"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgCategoryItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgCategoryItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgCategory"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgCategoryItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgCategoryItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgContainer"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgContainerItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgContainerItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgContainer"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgContainerItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgContainerItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgGallery"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgGalleryItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgGalleryItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgGallery"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgGalleryItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgGalleryItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgHtmlbox"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgHtmlboxItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgHtmlboxItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgHtmlbox"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgHtmlboxItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgHtmlboxItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgMenuItem"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgMenuItemItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgMenuItemItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgMenuItem"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgMenuItemItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgMenuItemItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgPerson"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgPersonItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgPersonItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgPerson"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgPersonItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgPersonItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgRecipe"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgRecipeItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgRecipeItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgRecipe"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgRecipeItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgRecipeItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgTopic"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgTopicItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgTopicItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgTopic"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgTopicItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgTopicItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createFile"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "FileItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "FileItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateFile"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "FileItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "FileItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createImage"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ImageItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ImageItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateImage"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ImageItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ImageItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createUser"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "UserItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "UserItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateUser"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "UserItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "UserItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createUserGroup"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "UserGroupItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "UserGroupItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateUserGroup"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "UserGroupItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "UserGroupItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgComponentAbout"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgComponentAboutItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgComponentAboutItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgComponentAbout"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgComponentAboutItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgComponentAboutItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgComponentFeatures"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgComponentFeaturesItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgComponentFeaturesItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgComponentFeatures"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgComponentFeaturesItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgComponentFeaturesItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgComponentHero"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgComponentHeroItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgComponentHeroItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgComponentHero"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgComponentHeroItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgComponentHeroItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgComponentLead"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgComponentLeadItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgComponentLeadItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgComponentLead"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgComponentLeadItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgComponentLeadItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgComponentLogos"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgComponentLogosItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgComponentLogosItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgComponentLogos"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgComponentLogosItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgComponentLogosItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createNgComponentQuote"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgComponentQuoteItemCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "parentLocationId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Int"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgComponentQuoteItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateNgComponentQuote"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "NgComponentQuoteItemUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "language"
                  "description" => "The language the content should be created/updated in."
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "RepositoryLanguage"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => "ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "ID"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "contentId"
                  "description" => "Repository content ID of the content item to update"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "versionNo"
                  "description" => "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "NgComponentQuoteItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "DeleteContentPayload"
          "description" => null
          "fields" => [
            [
              "name" => "contentId"
              "description" => "Numerical content id"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "id"
              "description" => "Global ID"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "SCALAR"
          "name" => "FileUpload"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "UploadedFilesPayload"
          "description" => null
          "fields" => [
            [
              "name" => "files"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "INTERFACE"
                  "name" => "DomainContent"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "warnings"
              "description" => null
              "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" => "OBJECT"
          "name" => "CreatedTokenPayload"
          "description" => null
          "fields" => [
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "message"
              "description" => "The reason why authentication has failed, if it has"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgArticleItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => "Article title"
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short version of a title, used in menus"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "authors"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => "Image used on full article page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserImage"
              "description" => "Image used on listing and search pages"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on full article page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "body"
              "description" => "Main article text"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedContent"
              "description" => "Links to related content"
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedMultimedia"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => "SEO meta data"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => "Specific CSS class"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => "Text to be used when generating smart URLs"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ImageFieldInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "alternativeText"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "file"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "FileUpload"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "RichTextFieldInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "format"
              "description" => null
              "type" => [
                "kind" => "ENUM"
                "name" => "RichTextFieldInputFormat"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "input"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "RichTextFieldInputFormat"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "markdown"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "html"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgArticleItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => "Article title"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short version of a title, used in menus"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "authors"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => "Image used on full article page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserImage"
              "description" => "Image used on listing and search pages"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on full article page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "body"
              "description" => "Main article text"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedContent"
              "description" => "Links to related content"
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedMultimedia"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => "SEO meta data"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => "Specific CSS class"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => "Text to be used when generating smart URLs"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgBannerItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eyebrowTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "INPUT_OBJECT"
                  "name" => "ImageFieldInput"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => "Specific CSS class"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgBannerItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eyebrowTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => "Specific CSS class"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgBlogPostItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => "News title"
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "headline"
              "description" => "News headline"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "authors"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short title version"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => "Image used on blog post page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserImage"
              "description" => "Image used on listing and search pages"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "publishDate"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "INPUT_OBJECT"
                  "name" => "DateFieldInput"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on news page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "body"
              "description" => "Main news text"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedContent"
              "description" => "Links to related content"
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "tags"
              "description" => "Tags"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "DateFieldInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "format"
              "description" => null
              "type" => [
                "kind" => "ENUM"
                "name" => "DateInputFormat"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "input"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "DateInputFormat"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "timestring"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rfc850"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "timestamp"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgBlogPostItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => "News title"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "headline"
              "description" => "News headline"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "authors"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short title version"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => "Image used on blog post page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserImage"
              "description" => "Image used on listing and search pages"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "publishDate"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "DateFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on news page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "body"
              "description" => "Main news text"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedContent"
              "description" => "Links to related content"
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "tags"
              "description" => "Tags"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgContactFormItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => "Form title"
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short version of a title, used in menus"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on full form page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "body"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderFirstName"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderLastName"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderEmail"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderMessage"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gdprConsent"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gdprConsentLabel"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newsletter1Consent"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newsletter1Label"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newsletter1GroupIds"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "recipient"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "successText"
              "description" => "Text shown to user after a successful post"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "referer"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gtmEventPrefix"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "honeypotFieldName"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "honeypotFieldLabel"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgContactFormItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => "Form title"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short version of a title, used in menus"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on full form page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "body"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderFirstName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderLastName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderEmail"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderMessage"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gdprConsent"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gdprConsentLabel"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newsletter1Consent"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newsletter1Label"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newsletter1GroupIds"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "recipient"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "successText"
              "description" => "Text shown to user after a successful post"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "referer"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gtmEventPrefix"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "honeypotFieldName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "honeypotFieldLabel"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgCookiePolicyItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "ribbonHeading"
              "description" => "Main title in ribbon"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "ribbonDescription"
              "description" => "Description that shows in ribbon"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "ribbonSettingsLabel"
              "description" => "Label for settings customization link"
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "ribbonButtonAcceptAllLabel"
              "description" => "Label for Accept All button"
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "ribbonButtonSaveLabel"
              "description" => "ribbon_button_save_label"
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "necessaryLabel"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "necessaryDescription"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "INPUT_OBJECT"
                  "name" => "RichTextFieldInput"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "analyticsIsActive"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "analyticsDefaultState"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "analyticsLabel"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "analyticsDescription"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "analyticsOnAccept"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "analyticsOnRevoke"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "marketingIsActive"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "marketingDefaultState"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "marketingLabel"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "marketingDescription"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "marketingOnAccept"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "marketingOnRevoke"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialSharingIsActive"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialSharingDefaultState"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialSharingLabel"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialSharingDescription"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialSharingOnAccept"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialSharingOnRevoke"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgCookiePolicyItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "ribbonHeading"
              "description" => "Main title in ribbon"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "ribbonDescription"
              "description" => "Description that shows in ribbon"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "ribbonSettingsLabel"
              "description" => "Label for settings customization link"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "ribbonButtonAcceptAllLabel"
              "description" => "Label for Accept All button"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "ribbonButtonSaveLabel"
              "description" => "ribbon_button_save_label"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "necessaryLabel"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "necessaryDescription"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "analyticsIsActive"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "analyticsDefaultState"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "analyticsLabel"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "analyticsDescription"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "analyticsOnAccept"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "analyticsOnRevoke"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "marketingIsActive"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "marketingDefaultState"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "marketingLabel"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "marketingDescription"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "marketingOnAccept"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "marketingOnRevoke"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialSharingIsActive"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialSharingDefaultState"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialSharingLabel"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialSharingDescription"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialSharingOnAccept"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialSharingOnRevoke"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgFrontpageItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgFrontpageItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgJobApplicationFormItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => "Form title"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on full form page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderFirstName"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderLastName"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderEmail"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderMessage"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderFileCv"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "INPUT_OBJECT"
                  "name" => "BinaryFieldInput"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderMotivationLetter"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gdprConsent"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gdprConsentLabel"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newsletter1Consent"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newsletter1Label"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newsletter1GroupIds"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "recipient"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "successText"
              "description" => "Text shown to user after a successful post"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "referer"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gtmEventPrefix"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "honeypotFieldName"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "honeypotFieldLabel"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "BinaryFieldInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "file"
              "description" => "The media file"
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "FileUpload"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fileName"
              "description" => "The media's name. Will use the upload file's name if not provided."
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgJobApplicationFormItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => "Form title"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on full form page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderFirstName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderLastName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderEmail"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderMessage"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderFileCv"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderMotivationLetter"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gdprConsent"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gdprConsentLabel"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newsletter1Consent"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newsletter1Label"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newsletter1GroupIds"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "recipient"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "successText"
              "description" => "Text shown to user after a successful post"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "referer"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gtmEventPrefix"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "honeypotFieldName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "honeypotFieldLabel"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgJobPositionItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => "Article title"
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short version of a title, used in menus"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => "Image used on full job position page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserImage"
              "description" => "Image used on listing and search pages"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "jobLocation"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "engagementType"
              "description" => "Part time, full time, etc."
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "applicationDeadline"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "DateFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on full job position page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "jobOverview"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "requirements"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "responsibilities"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => "Text to be used when generating smart URLs"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgJobPositionItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => "Article title"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short version of a title, used in menus"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => "Image used on full job position page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserImage"
              "description" => "Image used on listing and search pages"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "jobLocation"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "engagementType"
              "description" => "Part time, full time, etc."
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "applicationDeadline"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "DateFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on full job position page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "jobOverview"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "requirements"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "responsibilities"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => "Text to be used when generating smart URLs"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgLandingPageItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "internalRedirect"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "externalRedirect"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "UrlFieldInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "link"
              "description" => "The link's URL"
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "text"
              "description" => "The link's name or description"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgLandingPageItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "internalRedirect"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "externalRedirect"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgLeadFormItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => "Form title"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on full form page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderFirstName"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderLastName"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderEmail"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderMessage"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gdprConsent"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gdprConsentLabel"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newsletter1Consent"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newsletter1Label"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newsletter1GroupIds"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "recipient"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "successText"
              "description" => "Text shown to user after a successful post"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "referer"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gtmEventPrefix"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "honeypotFieldName"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "honeypotFieldLabel"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgLeadFormItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => "Form title"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on full form page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderFirstName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderLastName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderEmail"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "senderMessage"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gdprConsent"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gdprConsentLabel"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newsletter1Consent"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newsletter1Label"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newsletter1GroupIds"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "recipient"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "successText"
              "description" => "Text shown to user after a successful post"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "referer"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gtmEventPrefix"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "honeypotFieldName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "honeypotFieldLabel"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgLogoItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "logo"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "logoSvg"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgLogoItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "logo"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "logoSvg"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgNewsItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => "News title"
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short title version"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "authors"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "headline"
              "description" => "News headline"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => "Image used on article page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserImage"
              "description" => "Image used on listing and search pages"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "publishDate"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "INPUT_OBJECT"
                  "name" => "DateFieldInput"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on news page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "body"
              "description" => "Main news text"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedContent"
              "description" => "Links to related content"
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedMultimedia"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgNewsItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => "News title"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short title version"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "authors"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "headline"
              "description" => "News headline"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => "Image used on article page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserImage"
              "description" => "Image used on listing and search pages"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "publishDate"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "DateFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on news page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "body"
              "description" => "Main news text"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedContent"
              "description" => "Links to related content"
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedMultimedia"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgShortcutItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short title version"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Used on line items"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "useShortcutName"
              "description" => "If checked, uses shortcut name for generating label in menus"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgShortcutItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short title version"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Used on line items"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "useShortcutName"
              "description" => "If checked, uses shortcut name for generating label in menus"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgSiteInfoItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => "Default metadata object"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "siteName"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "siteLogo"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "siteOpengraphImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "favicon32x32"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "favicon128x128"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "favicon180x180"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "favicon192x192"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedCookiePolicy"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "rssFeed"
              "description" => "Default RSS feed"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mainMenu"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "additionalMenu"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "footerBlock"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "javascriptBlockTop"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "javascriptBlockBottom"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "facebook"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "twitter"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "instagram"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "linkedin"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgSiteInfoItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => "Default metadata object"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "siteName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "siteLogo"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "siteOpengraphImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "favicon32x32"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "favicon128x128"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "favicon180x180"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "favicon192x192"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedCookiePolicy"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "rssFeed"
              "description" => "Default RSS feed"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mainMenu"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "additionalMenu"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "footerBlock"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "javascriptBlockTop"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "javascriptBlockBottom"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "facebook"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "twitter"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "instagram"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "linkedin"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgVideoItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short title version"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "videoType"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "videoFile"
              "description" => "Video file. Use 16:9 proportion, HD (1280×720) or FHD (1920×1080)"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "videoIdentifier"
              "description" => "Video identifier for external video content (YouTube, Vimeo, Dailymotion...)"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "poster"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "autoplay"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgVideoItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short title version"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "videoType"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "videoFile"
              "description" => "Video file. Use 16:9 proportion, HD (1280×720) or FHD (1920×1080)"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "videoIdentifier"
              "description" => "Video identifier for external video content (YouTube, Vimeo, Dailymotion...)"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "poster"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "autoplay"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgAccordionItemItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgAccordionItemItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgAudioItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short title version"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "file"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "MediaFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "MediaFieldInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "file"
              "description" => "The media file"
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "FileUpload"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fileName"
              "description" => "The media's name. Will use the upload file's name if not provided."
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "hasController"
              "description" => "If the media has a controller when being displayed"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => "false"
            ]
            [
              "name" => "autoplay"
              "description" => "If the media should be automatically played"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => "false"
            ]
            [
              "name" => "loop"
              "description" => "If the media should be played in a loop"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => "false"
            ]
            [
              "name" => "height"
              "description" => "Height of the media"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "width"
              "description" => "Width of the media"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgAudioItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short title version"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "file"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "MediaFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgCategoryItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "showChildren"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => "SEO meta data"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "childrenClassFilterInclude"
              "description" => "Class identifiers of classes to be shown on category page, comma delimited. Example: ng_article,ng_news"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fetchSubtree"
              "description" => "Show all descendents on category page"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "pageLimit"
              "description" => "Number of child nodes per page (if set to -1 template default value is used)"
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => "Specific CSS class"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => "Text to be used when generating smart URLs"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on category page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on listing page or in search result"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "body"
              "description" => "Main category description text"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "featuredContent"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gridColumns"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "viewType"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "internalRedirect"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "externalRedirect"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgCategoryItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "showChildren"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => "SEO meta data"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "childrenClassFilterInclude"
              "description" => "Class identifiers of classes to be shown on category page, comma delimited. Example: ng_article,ng_news"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fetchSubtree"
              "description" => "Show all descendents on category page"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "pageLimit"
              "description" => "Number of child nodes per page (if set to -1 template default value is used)"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => "Specific CSS class"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => "Text to be used when generating smart URLs"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on category page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on listing page or in search result"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "body"
              "description" => "Main category description text"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "featuredContent"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "gridColumns"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "viewType"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "internalRedirect"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "externalRedirect"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgContainerItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgContainerItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgGalleryItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short title version"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgGalleryItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short title version"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgHtmlboxItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "htmlCode"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgHtmlboxItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "htmlCode"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgMenuItemItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "itemObject"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "itemUrl"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "menuItems"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "parentNode"
              "description" => "If defined, overrides "Menu items" list"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "classFilter"
              "description" => "Only valid if parent node is selected"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "classFilterType"
              "description" => "Only valid if parent node is selected"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "depth"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "limit"
              "description" => "Only valid if parent node is selected, 0 means unlimited"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "useMenuItemName"
              "description" => "If checked, uses menu item name for generating label in menus"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "targetBlank"
              "description" => "If checked, sets target attribute to "_blank" in menus"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgMenuItemItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "itemObject"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "itemUrl"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "menuItems"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "parentNode"
              "description" => "If defined, overrides "Menu items" list"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "classFilter"
              "description" => "Only valid if parent node is selected"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "classFilterType"
              "description" => "Only valid if parent node is selected"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "depth"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "limit"
              "description" => "Only valid if parent node is selected, 0 means unlimited"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "useMenuItemName"
              "description" => "If checked, uses menu item name for generating label in menus"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "targetBlank"
              "description" => "If checked, sets target attribute to "_blank" in menus"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgPersonItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cv"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "copyright"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlFacebook"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlTwitter"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlInstagram"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgPersonItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cv"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "copyright"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlFacebook"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlTwitter"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlInstagram"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "UrlFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgRecipeItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short version of a title, used in menus"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "authors"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => "Image used on full recipe page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserImage"
              "description" => "Image used on listing and search pages"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on full recipe page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "body"
              "description" => "Main article text"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "preparationTime"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "servingCalories"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "servingFat"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "servingCarbohydrates"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "servingProtein"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedContent"
              "description" => "Links to related content"
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedMultimedia"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => "SEO meta data"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => "Specific CSS class"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => "Text to be used when generating smart URLs"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgRecipeItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserTitle"
              "description" => "Short version of a title, used in menus"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "authors"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => "Image used on full recipe page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserImage"
              "description" => "Image used on listing and search pages"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on full recipe page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "teaserIntro"
              "description" => "Teaser intro text, shown on category page or in search result"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "body"
              "description" => "Main article text"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "preparationTime"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "servingCalories"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "servingFat"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "servingCarbohydrates"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "servingProtein"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedContent"
              "description" => "Links to related content"
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedMultimedia"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mainTopic"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "sponsoredContentDisclosure"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => "SEO meta data"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => "Specific CSS class"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => "Text to be used when generating smart URLs"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgTopicItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "topic"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on category page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "body"
              "description" => "Main category description text"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => "SEO meta data"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => "Specific CSS class"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => "Text to be used when generating smart URLs"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgTopicItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "topic"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "fullIntro"
              "description" => "Full intro text, shown on category page"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "body"
              "description" => "Main category description text"
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "metadata"
              "description" => "SEO meta data"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "cssClass"
              "description" => "Specific CSS class"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "urlText"
              "description" => "Text to be used when generating smart URLs"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "FileItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "file"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "INPUT_OBJECT"
                  "name" => "BinaryFieldInput"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "FileItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "file"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ImageItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "caption"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "INPUT_OBJECT"
                  "name" => "ImageFieldInput"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ImageItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "caption"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "UserItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "firstName"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "lastName"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "userAccount"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "signature"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "UserItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "firstName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "lastName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "userAccount"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "signature"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "UserGroupItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "UserGroupItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgComponentAboutItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => "Internal name"
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description2"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link2"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgComponentAboutItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => "Internal name"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description2"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link2"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgComponentFeaturesItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => "Internal name"
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link2"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1HighlightTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1Icon"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1Image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1ImageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1Link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2HighlightTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2Icon"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2Image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2ImageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2Link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3HighlightTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3Icon"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3Image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3ImageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3Link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4HighlightTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4Icon"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4Image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4ImageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4Link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5HighlightTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5Icon"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5Image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5ImageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5Link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6HighlightTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6Icon"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6Image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6ImageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6Link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7HighlightTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7Icon"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7Image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7ImageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7Link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8HighlightTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8Icon"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8Image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8ImageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8Link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgComponentFeaturesItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => "Internal name"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link2"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1HighlightTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1Icon"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1Image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1ImageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1Link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2HighlightTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2Icon"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2Image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2ImageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2Link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3HighlightTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3Icon"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3Image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3ImageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3Link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4HighlightTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4Icon"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4Image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4ImageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4Link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5HighlightTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5Icon"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5Image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5ImageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5Link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6HighlightTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6Icon"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6Image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6ImageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6Link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7HighlightTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7Icon"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7Image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7ImageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7Link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8HighlightTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8Icon"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8Image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8ImageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8Link"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgComponentHeroItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => "Internal name"
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "video"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "videoMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link2"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgComponentHeroItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => "Internal name"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "video"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "videoMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "BinaryFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link2"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgComponentLeadItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => "Internal name"
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgComponentLeadItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => "Internal name"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgComponentLogosItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => "Internal name"
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "logos"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link2"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgComponentLogosItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => "Internal name"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "eyebrowTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "imageMobile"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "logos"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link1"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "link2"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgComponentQuoteItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1PersonImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1PersonName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1PersonDescription"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2PersonImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2PersonName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2PersonDescription"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3PersonImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3PersonName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3PersonDescription"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4PersonImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4PersonName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4PersonDescription"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5PersonImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5PersonName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5PersonDescription"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6PersonImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6PersonName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6PersonDescription"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7PersonImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7PersonName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7PersonDescription"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8PersonImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8PersonName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8PersonDescription"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "NgComponentQuoteItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1PersonImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1PersonName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item1PersonDescription"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2PersonImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2PersonName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item2PersonDescription"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3PersonImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3PersonName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item3PersonDescription"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4PersonImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4PersonName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item4PersonDescription"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5PersonImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5PersonName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item5PersonDescription"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6PersonImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6PersonName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item6PersonDescription"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7PersonImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7PersonName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item7PersonDescription"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8Position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8Title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8Description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8PersonImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8PersonName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "item8PersonDescription"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => 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
            \n
            Depending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, 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" => "fields"
              "description" => null
              "args" => [
                [
                  "name" => "includeDeprecated"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Boolean"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => "false"
                ]
              ]
              "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" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Boolean"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => "false"
                ]
              ]
              "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" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Boolean"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => "false"
                ]
              ]
              "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
            ]
            [
              "name" => "isOneOf"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "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" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Boolean"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => "false"
                ]
              ]
              "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
            \n
            In 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" => [
                [
                  "name" => "includeDeprecated"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Boolean"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => "false"
                ]
              ]
              "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" => "include"
          "description" => "Directs the executor to include this field or fragment only when the `if` argument is true."
          "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
            ]
          ]
        ]
        [
          "name" => "skip"
          "description" => "Directs the executor to skip this field or fragment when the `if` argument is true."
          "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
            ]
          ]
        ]
        [
          "name" => "deprecated"
          "description" => "Marks an element of a GraphQL schema as no longer supported."
          "locations" => [
            "FIELD_DEFINITION"
            "ENUM_VALUE"
            "ARGUMENT_DEFINITION"
            "INPUT_FIELD_DEFINITION"
          ]
          "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""
            ]
          ]
        ]
        [
          "name" => "oneOf"
          "description" => "Indicates that an Input Object is a OneOf Input Object (and thus requires exactly one of its fields be provided)."
          "locations" => [
            "INPUT_OBJECT"
          ]
          "args" => []
        ]
      ]
    ]
  ]
]
200 May 9, 2026 14:50 schema: default 7e9a82
# Time Info
1 258 ms

Schema: default

schema {
  query: Domain
  mutation: ItemMutation
}

type UntypedContent implements DomainContent & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _content: Content @deprecated(reason: "Renamed to _info")

  "Underlying content info item"
  _info: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  reason: String
}

interface DomainContent {
  "Item's content info"
  _info: Content

  "Underlying content item"
  _content: Content @deprecated(reason: "Renamed to _info")

  "Item's content type"
  _type: ContentType

  "The content's main location"
  _location: Location

  "All the content's locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
}

"An Ibexa repository ContentInfo."
type Content {
  "The Content item's unique ID."
  id: Int

  "The content type ID of the Content item."
  contentTypeId: Int!

  "The content type of the Content item."
  contentType: ContentType

  "The computed name (via name schema) in the main language of the Content item."
  name: String

  "The section to which the Content object is assigned."
  section: Section

  "Version number of the published version, or 1 for a newly created draft."
  currentVersionNo: Int

  "The currently published version"
  currentVersion: Version

  "All content versions."
  versions: [Version]

  "If the Content item has a published version."
  published: Boolean

  "The user id of the owner of the Content object"
  ownerId: Int

  "The owner user of the Content object"
  owner: User

  "Date the Content item was last modified on."
  modificationDate: DateTime

  "Date the Content item was first published on."
  publishedDate: DateTime

  "Indicates if the Content object is shown in the mainlanguage if its not present in an other requested language."
  alwaysAvailable: Boolean

  "A global unique id of the Content object"
  remoteId: String

  "The main language code of the Content object. If the available flag is set to true the Content is shown in this language if the requested language does not exist."
  mainLanguageCode: String

  "Identifier of the Content item's main location."
  mainLocationId: Int

  "Content item's main location."
  mainLocation: Location

  "All the locations of the Content item"
  locations: [Location]

  "Relations from this Content"
  relations: [ContentRelation]

  "Relations to this Content"
  reverseRelations: [ContentRelation]

  "Content States."
  states: [ObjectState]
}

"An Ibexa repository ContentType."
type ContentType {
  "The content type's unique ID."
  id: Int!

  "The content type's description"
  description(language: RepositoryLanguage = null): String

  "The ContentType's Field Definitions."
  fieldDefinitions: [FieldDefinition]

  "The status of the content type. One of ContentType::STATUS_DEFINED|ContentType::STATUS_DRAFT|ContentType::STATUS_MODIFIED."
  status: Int

  "The identifier of the content type."
  identifier: String

  "The content type's name in the main language"
  name(language: RepositoryLanguage = null): String

  "The content type's names in all languages"
  names: [String]

  "The date of the creation of this content type."
  creationDate: DateTime

  "the date of the last modification of this content type."
  modificationDate: DateTime

  "The user id of the creator of this content type."
  creatorId: Int

  "The user who created this content type."
  creator: User

  "The user id of the user which has last modified this content type"
  modifierId: Int

  "The user which has last modified this content type"
  modifier: User

  "A global unique id of the content type."
  remoteId: String

  "URL alias schema. If nothing is provided, nameSchema will be used instead."
  urlAliasSchema: String

  "The name schema."
  nameSchema: String

  "This flag hints to UIs if type may have children or not."
  isContainer: Boolean

  "The main language of the content type names and description used for fallback."
  mainLanguageCode: String

  "If an instance of a content type is created the always available flag is set by default this this value."
  defaultAlwaysAvailable: Boolean

  "Specifies which property the child locations should be sorted on by default when created. Valid values are found at {@link Location::SORT_FIELD_*}"
  defaultSortField: Int

  "Specifies whether the sort order should be ascending or descending by default when created. Valid values are {@link Location::SORT_ORDER_*}"
  defaultSortOrder: Int

  groups: [ContentTypeGroup]
}

enum RepositoryLanguage {
  "English (United Kingdom)"
  eng_GB

  "German (Germany)"
  ger_DE
}

"An Ibexa repository FieldDefinition."
type FieldDefinition {
  "The id of the field definition."
  id: Int

  "The field definition name, either in the most prioritized language, or in the language given as an argument"
  name(language: RepositoryLanguage = null): String

  "The field definition description, either in the most prioritized language, or in the language given as an argument"
  description(language: RepositoryLanguage = null): String

  "The system identifier of the field definition."
  identifier: String

  "The field group name."
  fieldGroup: String

  "The position of the field definition in the content type"
  position: Int

  "The identifier of the field type (ibexa_string, ibexa_integer...)."
  fieldTypeIdentifier: String

  "Indicates if this field can be a thumbnail."
  isThumbnail: Boolean

  "Indicates if fields of this definition are translatable."
  isTranslatable: Boolean

  "Indicates if this field is used for information collection"
  isRequired: Boolean

  "Indicates if the content is searchable by this attribute"
  isSearchable: Boolean
}

"A date"
type DateTime {
  "Date formatted with a date() format"
  format(
    "A pattern compatible with date()"
    pattern: String

    constant: DateFormatConstant
  ): String

  "The raw string value"
  timestamp: Int
}

enum DateFormatConstant {
  "Y-m-d\\TH:i:sP"
  atom

  "l, d-M-Y H:i:s T"
  cookie

  "Y-M-D\\TH:I:SO"
  iso8601

  "D, D M Y H:I:S O"
  rfc822

  "L, D-M-Y H:I:S T"
  rfc850

  "D, D M Y H:I:S O"
  rfc1036

  "D, D M Y H:I:S O"
  rfc1123

  "D, D M Y H:I:S O"
  rfc2822

  "Y-M-D\\TH:I:SP"
  rfc3339

  "Y-M-D\\TH:I:S.VP"
  rfc3339_extended

  "D, D M Y H:I:S O"
  rss

  "Y-M-D\\TH:I:SP"
  w3c
}

"An Ibexa repository User."
type User {
  "The Content item's id. Shortcut to ContentInfo {id}."
  id: Int

  name: String
  content: UserItem

  "Current version metadata"
  version: Version

  enabled: Boolean
  maxLogin: Int
  groups: [UserGroup]
  thumbnail: Thumbnail
}

type UserItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  firstName(language: RepositoryLanguage): String
  lastName(language: RepositoryLanguage): String
  userAccount: String
  signature(language: RepositoryLanguage): String
  image(language: RepositoryLanguage): ImageFieldValue
}

interface Item {
  "Item's content info"
  _contentInfo: Content

  "Item's content type"
  _type: ContentType

  "The content's main location"
  _location: Location

  "All the content's locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias for the current location."
  _url: String

  _thumbnail: Thumbnail
}

"An Ibexa repository location."
type Location {
  "The unique ID of the location."
  id: Int!

  "The ID of the Content item referenced by the Location."
  contentId: Int!

  "Position of the Location among its siblings when sorted using priority/"
  priority: Int

  "Indicates that the Location is explicitly marked as hidden."
  hidden: Boolean

  "Indicates that the Location is implicitly marked as hidden by a parent location"
  invisible: Boolean

  "A global unique id of the content object"
  remoteId: String

  "The id of the parent location"
  parentLocationId: Int

  "The parent location"
  parentLocation: Location

  "The path to the Location in the Tree."
  pathString: String

  "Same as $pathString but as array, e.g. [ 1, 2, 4, 23 ]"
  path: [Int]

  "Depth location has in the location tree"
  depth: Int

  children(
    after: String
    first: Int
    before: String
    last: Int

    "A sort clause, or array of clauses. Add _desc after a clause to reverse it"
    sortBy: [LocationSortByOptions]
  ): LocationConnection
  urlAliases(custom: Boolean): [LocationUrlAlias]
  contentInfo: Content
  content: DomainContent
}

enum LocationSortByOptions {
  "Sort by content id"
  _contentId

  "Sort by content name"
  _name

  "Sort by last modification date"
  _dateModified

  "Sort by initial publication date"
  _datePublished

  "Sort by content section identifier"
  _sectionIdentifier

  "Sort by section name"
  _sectionName

  "Sort by score"
  _score

  "Reverse the previous sorting option"
  _desc
  _depth
  _locationId
  _isMainLocation
  _path
  _priority
  _visibility
}

"A connection to a list of items."
type LocationConnection {
  sliceSize: Int!
  orderBy: String
  totalCount: Int
  pages: [ConnectionPage]

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [LocationEdge]
}

type ConnectionPage {
  number: Int
  cursor: String
}

"Information about pagination in a connection."
type PageInfo {
  "When paginating forwards, are there more items?"
  hasNextPage: Boolean!

  "When paginating backwards, are there more items?"
  hasPreviousPage: Boolean!

  "When paginating backwards, the cursor to continue."
  startCursor: String

  "When paginating forwards, the cursor to continue."
  endCursor: String
}

"An edge in a connection."
type LocationEdge {
  "The item at the end of the edge."
  node: Location

  "A cursor for use in pagination."
  cursor: String!
}

type LocationUrlAlias implements UrlAlias {
  id: String
  path: String
  languageCodes: [String]
  alwaysAvailable: Boolean
  isHistory: Boolean
  isCustom: Boolean
  forward: Boolean
  location: Location
}

interface UrlAlias {
  id: String
  path: String
  languageCodes: [String]
  alwaysAvailable: Boolean
  isHistory: Boolean
  isCustom: Boolean
  forward: Boolean
}

type Thumbnail {
  "The image's URI (example: 'https://example.com/var/site/storage/images/_aliases/small/9/8/1/0/189-1-eng-GB/image.png')"
  uri: String

  "The width as number of pixels (example: 320)"
  width: Int

  "The height as number of pixels (example: 200)"
  height: Int

  alternativeText: String
  mimeType: String
}

"Fetches an object given its ID"
interface Node {
  "The ID of an object"
  id: ID!
}

type ImageFieldValue {
  "String representation of the value"
  text: String

  id: String
  alternativeText: String
  fileName: String
  fileSize: Int
  uri: String
  width: Int
  height: Int
  additionalData: ImageAdditionalData
  variations(
    "One or more variation identifiers."
    identifier: [ImageVariationIdentifier]!
  ): [ImageVariation]
  variation(
    "A variation identifier."
    identifier: ImageVariationIdentifier!
  ): ImageVariation
}

type ImageAdditionalData {
  "The X value of focal point"
  focalPointX: Int

  "The Y value of focal point"
  focalPointY: Int
}

enum ImageVariationIdentifier {
  original
  reference
  small
  tiny
  medium
  large
  nglayouts_app_preview
  ngcb_thumbnail
  ezplatform_admin_ui_profile_picture_user_menu
  i30
  i160
  i320
  i480
  i770
  i1320
  i1920
}

type ImageVariation {
  "The image's URI (example: 'https://example.com/var/site/storage/images/_aliases/small/9/8/1/0/189-1-eng-GB/image.png')"
  uri: String

  "The name of the image alias (example: 'original')"
  name: String

  "The MIME type (for example 'image/png')"
  mimeType: String

  "The name of the file (for example 'my_image.png')"
  fileName: String

  "When the variation was last modified"
  lastModified: DateTime

  "The width as number of pixels (example: 320)"
  width: Int

  "The height as number of pixels (example: 200)"
  height: Int
}

"Content Version metadata"
type Version {
  id: Int
  versionNumber: Int
  names: [String]
  name(language: RepositoryLanguage): String
  modificationDate: DateTime
  creationDate: DateTime
  creatorId: Int
  creator: User
  status: Int
  initialLanguageCode: String
  languageCodes: [String]
}

type UserGroup {
  "The Content item's id. Shortcut to ContentInfo {id}."
  id: Int

  name: String

  "The User Group content item"
  content: UserGroupItem

  "Current version"
  version: Version

  parentGroup: UserGroup
  subGroups: [UserGroup]
  users: [User]
}

type UserGroupItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  name(language: RepositoryLanguage): String
  description(language: RepositoryLanguage): String
}

type ContentTypeGroup {
  id: Int
  identifier: String
  creationDate: DateTime
  modificationDate: DateTime
  creatorId: Int
  creator: User
  modifierId: Int
  modifier: User
  contentTypes: [ContentType]
  groups: [ContentTypeGroup]
}

"An Ibexa repository section."
type Section {
  "The Section's unique ID."
  id: Int!

  "The Section's system identifier."
  identifier: String

  "The Section's name."
  name: String
}

type ContentRelation {
  sourceFieldDefinitionIdentifier: String
  sourceContent: DomainContent
  destinationContent: DomainContent
  type: RelationType
}

enum RelationType {
  common
  embed
  link
  field
  asset
}

"An Ibexa content object state."
type ObjectState {
  "The ObjectState's unique ID."
  id: Int!

  "The ObjectState's system identifier."
  identifier: String

  "The ObjectState's priority used for ordering."
  priority: Int

  "The ObjectStateGroup's language codes."
  languageCodes: [String]

  group: ObjectStateGroup
}

"An Ibexa content object state group."
type ObjectStateGroup {
  "The ObjectStateGroup's unique ID."
  id: Int!

  "The ObjectStateGroup's system identifier."
  identifier: String

  "The ObjectStateGroup's default language code."
  defaultLanguageCode: String

  "The ObjectStateGroup's language codes."
  languageCodes: [String]

  "List of ObjectStates under ObjectStateGroup."
  states: [ObjectState]
}

type Domain {
  "Ibexa repository API"
  _repository: Repository

  "Fetches an object given its ID"
  node(
    "The ID of an object"
    id: ID!
  ): Node

  "An item, whatever its type"
  item(
    "Content ID of the article"
    contentId: Int

    "Content remote ID of the article"
    remoteId: String

    "Location ID of the article"
    locationId: Int

    "Location remote ID of the article"
    locationRemoteId: String

    "URL alias of the article"
    urlAlias: String
  ): Item

  netgen: ItemGroupNetgen
  media: ItemGroupMedia
  users: ItemGroupUsers
  netgenComponents: ItemGroupNetgenComponents
}

"Ibexa repository"
type Repository {
  location(
    "A location id"
    locationId: Int

    "A location remote id"
    remoteId: Int

    "A location url alias: 'path/to/content-item'"
    urlAlias: String
  ): Location
  contentType(
    "Resolves using the unique ContentType id."
    id: Int

    "Resolves using the unique ContentType identifier."
    identifier: String
  ): ContentType
  contentTypes(groupId: String, groupIdentifier: String): [ContentType]

  "Fetches Object State Group by ID."
  objectStateGroup(
    "ID of the Object State Group"
    id: Int
  ): ObjectStateGroup

  "Fetches all Object State Groups."
  objectStateGroups: [ObjectStateGroup]

  "Fetches Object State by ID."
  objectState(
    "ID of the Object State"
    id: Int
  ): ObjectState

  "Fetches Object States assigned to given Group ID."
  objectStates(
    "ID of the ObjectStateGroup"
    groupId: Int
  ): [ObjectState]
}

type ItemGroupNetgen {
  "The contenttype group's properties"
  _info: ContentTypeGroup

  "Content types from this group"
  _types: ItemGroupNetgenTypes

  "Standard article object"
  ngArticles(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgArticleItemConnection

  "Standard article object"
  ngArticle(
    "Content ID of the ng_article"
    contentId: Int

    "Content remote ID of the ng_article"
    remoteId: String

    "Location ID of the ng_article"
    locationId: Int

    "Location remote ID of the ng_article"
    locationRemoteId: String

    "URL alias of the ng_article"
    urlAlias: String
  ): NgArticleItem

  "Object for defining content banners"
  ngBanners(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgBannerItemConnection

  "Object for defining content banners"
  ngBanner(
    "Content ID of the ng_banner"
    contentId: Int

    "Content remote ID of the ng_banner"
    remoteId: String

    "Location ID of the ng_banner"
    locationId: Int

    "Location remote ID of the ng_banner"
    locationRemoteId: String

    "URL alias of the ng_banner"
    urlAlias: String
  ): NgBannerItem

  "Standard blog post item"
  ngBlogPosts(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgBlogPostItemConnection

  "Standard blog post item"
  ngBlogPost(
    "Content ID of the ng_blog_post"
    contentId: Int

    "Content remote ID of the ng_blog_post"
    remoteId: String

    "Location ID of the ng_blog_post"
    locationId: Int

    "Location remote ID of the ng_blog_post"
    locationRemoteId: String

    "URL alias of the ng_blog_post"
    urlAlias: String
  ): NgBlogPostItem

  "No description available"
  ngContactForms(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgContactFormItemConnection

  "No description available"
  ngContactForm(
    "Content ID of the ng_contact_form"
    contentId: Int

    "Content remote ID of the ng_contact_form"
    remoteId: String

    "Location ID of the ng_contact_form"
    locationId: Int

    "Location remote ID of the ng_contact_form"
    locationRemoteId: String

    "URL alias of the ng_contact_form"
    urlAlias: String
  ): NgContactFormItem

  "Cookie popup policy content"
  ngCookiePolicies(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgCookiePolicyItemConnection

  "Cookie popup policy content"
  ngCookiePolicy(
    "Content ID of the ng_cookie_policy"
    contentId: Int

    "Content remote ID of the ng_cookie_policy"
    remoteId: String

    "Location ID of the ng_cookie_policy"
    locationId: Int

    "Location remote ID of the ng_cookie_policy"
    locationRemoteId: String

    "URL alias of the ng_cookie_policy"
    urlAlias: String
  ): NgCookiePolicyItem

  "Frontpage"
  ngFrontpages(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgFrontpageItemConnection

  "Frontpage"
  ngFrontpage(
    "Content ID of the ng_frontpage"
    contentId: Int

    "Content remote ID of the ng_frontpage"
    remoteId: String

    "Location ID of the ng_frontpage"
    locationId: Int

    "Location remote ID of the ng_frontpage"
    locationRemoteId: String

    "URL alias of the ng_frontpage"
    urlAlias: String
  ): NgFrontpageItem

  "No description available"
  ngJobApplicationForms(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgJobApplicationFormItemConnection

  "No description available"
  ngJobApplicationForm(
    "Content ID of the ng_job_application_form"
    contentId: Int

    "Content remote ID of the ng_job_application_form"
    remoteId: String

    "Location ID of the ng_job_application_form"
    locationId: Int

    "Location remote ID of the ng_job_application_form"
    locationRemoteId: String

    "URL alias of the ng_job_application_form"
    urlAlias: String
  ): NgJobApplicationFormItem

  "No description available"
  ngJobPositia(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgJobPositionItemConnection

  "No description available"
  ngJobPosition(
    "Content ID of the ng_job_position"
    contentId: Int

    "Content remote ID of the ng_job_position"
    remoteId: String

    "Location ID of the ng_job_position"
    locationId: Int

    "Location remote ID of the ng_job_position"
    locationRemoteId: String

    "URL alias of the ng_job_position"
    urlAlias: String
  ): NgJobPositionItem

  "Landing page"
  ngLandingPages(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgLandingPageItemConnection

  "Landing page"
  ngLandingPage(
    "Content ID of the ng_landing_page"
    contentId: Int

    "Content remote ID of the ng_landing_page"
    remoteId: String

    "Location ID of the ng_landing_page"
    locationId: Int

    "Location remote ID of the ng_landing_page"
    locationRemoteId: String

    "URL alias of the ng_landing_page"
    urlAlias: String
  ): NgLandingPageItem

  "No description available"
  ngLeadForms(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgLeadFormItemConnection

  "No description available"
  ngLeadForm(
    "Content ID of the ng_lead_form"
    contentId: Int

    "Content remote ID of the ng_lead_form"
    remoteId: String

    "Location ID of the ng_lead_form"
    locationId: Int

    "Location remote ID of the ng_lead_form"
    locationRemoteId: String

    "URL alias of the ng_lead_form"
    urlAlias: String
  ): NgLeadFormItem

  "Object for defining logos"
  ngLogoes(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgLogoItemConnection

  "Object for defining logos"
  ngLogo(
    "Content ID of the ng_logo"
    contentId: Int

    "Content remote ID of the ng_logo"
    remoteId: String

    "Location ID of the ng_logo"
    locationId: Int

    "Location remote ID of the ng_logo"
    locationRemoteId: String

    "URL alias of the ng_logo"
    urlAlias: String
  ): NgLogoItem

  "Standard news object"
  ngNewses(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgNewsItemConnection

  "Standard news object"
  ngNews(
    "Content ID of the ng_news"
    contentId: Int

    "Content remote ID of the ng_news"
    remoteId: String

    "Location ID of the ng_news"
    locationId: Int

    "Location remote ID of the ng_news"
    locationRemoteId: String

    "URL alias of the ng_news"
    urlAlias: String
  ): NgNewsItem

  "Object for linking to external and internal resources"
  ngShortcuts(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgShortcutItemConnection

  "Object for linking to external and internal resources"
  ngShortcut(
    "Content ID of the ng_shortcut"
    contentId: Int

    "Content remote ID of the ng_shortcut"
    remoteId: String

    "Location ID of the ng_shortcut"
    locationId: Int

    "Location remote ID of the ng_shortcut"
    locationRemoteId: String

    "URL alias of the ng_shortcut"
    urlAlias: String
  ): NgShortcutItem

  "Site info"
  ngSiteInfoes(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgSiteInfoItemConnection

  "Site info"
  ngSiteInfo(
    "Content ID of the ng_site_info"
    contentId: Int

    "Content remote ID of the ng_site_info"
    remoteId: String

    "Location ID of the ng_site_info"
    locationId: Int

    "Location remote ID of the ng_site_info"
    locationRemoteId: String

    "URL alias of the ng_site_info"
    urlAlias: String
  ): NgSiteInfoItem

  "HTML5, YouTube, Vimeo and Dailymotion video"
  ngVideoes(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgVideoItemConnection

  "HTML5, YouTube, Vimeo and Dailymotion video"
  ngVideo(
    "Content ID of the ng_video"
    contentId: Int

    "Content remote ID of the ng_video"
    remoteId: String

    "Location ID of the ng_video"
    locationId: Int

    "Location remote ID of the ng_video"
    locationRemoteId: String

    "URL alias of the ng_video"
    urlAlias: String
  ): NgVideoItem

  "No description available"
  ngAccordionItems(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgAccordionItemItemConnection

  "No description available"
  ngAccordionItem(
    "Content ID of the ng_accordion_item"
    contentId: Int

    "Content remote ID of the ng_accordion_item"
    remoteId: String

    "Location ID of the ng_accordion_item"
    locationId: Int

    "Location remote ID of the ng_accordion_item"
    locationRemoteId: String

    "URL alias of the ng_accordion_item"
    urlAlias: String
  ): NgAccordionItemItem

  ngAudioes(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgAudioItemConnection
  ngAudio(
    "Content ID of the ng_audio"
    contentId: Int

    "Content remote ID of the ng_audio"
    remoteId: String

    "Location ID of the ng_audio"
    locationId: Int

    "Location remote ID of the ng_audio"
    locationRemoteId: String

    "URL alias of the ng_audio"
    urlAlias: String
  ): NgAudioItem
  ngCategories(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgCategoryItemConnection
  ngCategory(
    "Content ID of the ng_category"
    contentId: Int

    "Content remote ID of the ng_category"
    remoteId: String

    "Location ID of the ng_category"
    locationId: Int

    "Location remote ID of the ng_category"
    locationRemoteId: String

    "URL alias of the ng_category"
    urlAlias: String
  ): NgCategoryItem
  ngContainers(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgContainerItemConnection
  ngContainer(
    "Content ID of the ng_container"
    contentId: Int

    "Content remote ID of the ng_container"
    remoteId: String

    "Location ID of the ng_container"
    locationId: Int

    "Location remote ID of the ng_container"
    locationRemoteId: String

    "URL alias of the ng_container"
    urlAlias: String
  ): NgContainerItem
  ngGalleries(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgGalleryItemConnection
  ngGallery(
    "Content ID of the ng_gallery"
    contentId: Int

    "Content remote ID of the ng_gallery"
    remoteId: String

    "Location ID of the ng_gallery"
    locationId: Int

    "Location remote ID of the ng_gallery"
    locationRemoteId: String

    "URL alias of the ng_gallery"
    urlAlias: String
  ): NgGalleryItem

  "Object for inserting HTML content"
  ngHtmlboxes(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgHtmlboxItemConnection

  "Object for inserting HTML content"
  ngHtmlbox(
    "Content ID of the ng_htmlbox"
    contentId: Int

    "Content remote ID of the ng_htmlbox"
    remoteId: String

    "Location ID of the ng_htmlbox"
    locationId: Int

    "Location remote ID of the ng_htmlbox"
    locationRemoteId: String

    "URL alias of the ng_htmlbox"
    urlAlias: String
  ): NgHtmlboxItem

  ngMenuItems(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgMenuItemItemConnection
  ngMenuItem(
    "Content ID of the ng_menu_item"
    contentId: Int

    "Content remote ID of the ng_menu_item"
    remoteId: String

    "Location ID of the ng_menu_item"
    locationId: Int

    "Location remote ID of the ng_menu_item"
    locationRemoteId: String

    "URL alias of the ng_menu_item"
    urlAlias: String
  ): NgMenuItemItem

  "No description available"
  ngPersa(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgPersonItemConnection

  "No description available"
  ngPerson(
    "Content ID of the ng_person"
    contentId: Int

    "Content remote ID of the ng_person"
    remoteId: String

    "Location ID of the ng_person"
    locationId: Int

    "Location remote ID of the ng_person"
    locationRemoteId: String

    "URL alias of the ng_person"
    urlAlias: String
  ): NgPersonItem

  "Recipe object"
  ngRecipes(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgRecipeItemConnection

  "Recipe object"
  ngRecipe(
    "Content ID of the ng_recipe"
    contentId: Int

    "Content remote ID of the ng_recipe"
    remoteId: String

    "Location ID of the ng_recipe"
    locationId: Int

    "Location remote ID of the ng_recipe"
    locationRemoteId: String

    "URL alias of the ng_recipe"
    urlAlias: String
  ): NgRecipeItem

  ngTopics(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgTopicItemConnection
  ngTopic(
    "Content ID of the ng_topic"
    contentId: Int

    "Content remote ID of the ng_topic"
    remoteId: String

    "Location ID of the ng_topic"
    locationId: Int

    "Location remote ID of the ng_topic"
    locationRemoteId: String

    "URL alias of the ng_topic"
    urlAlias: String
  ): NgTopicItem
}

type ItemGroupNetgenTypes {
  ngArticle: NgArticleItemType
  ngBanner: NgBannerItemType
  ngBlogPost: NgBlogPostItemType
  ngContactForm: NgContactFormItemType
  ngCookiePolicy: NgCookiePolicyItemType
  ngFrontpage: NgFrontpageItemType
  ngJobApplicationForm: NgJobApplicationFormItemType
  ngJobPosition: NgJobPositionItemType
  ngLandingPage: NgLandingPageItemType
  ngLeadForm: NgLeadFormItemType
  ngLogo: NgLogoItemType
  ngNews: NgNewsItemType
  ngShortcut: NgShortcutItemType
  ngSiteInfo: NgSiteInfoItemType
  ngVideo: NgVideoItemType
  ngAccordionItem: NgAccordionItemItemType
  ngAudio: NgAudioItemType
  ngCategory: NgCategoryItemType
  ngContainer: NgContainerItemType
  ngGallery: NgGalleryItemType
  ngHtmlbox: NgHtmlboxItemType
  ngMenuItem: NgMenuItemItemType
  ngPerson: NgPersonItemType
  ngRecipe: NgRecipeItemType
  ngTopic: NgTopicItemType
}

type NgArticleItemType implements ItemType {
  _info: ContentType

  "Article title"
  title: TextLineFieldDefinition

  "Short version of a title, used in menus"
  teaserTitle: TextLineFieldDefinition

  authors: RelationListFieldDefinition

  "Image used on full article page"
  image: BinaryFieldDefinition

  "Image used on listing and search pages"
  teaserImage: BinaryFieldDefinition

  "Full intro text, shown on full article page"
  fullIntro: MatrixFieldDefinition

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: MatrixFieldDefinition

  "Main article text"
  body: MatrixFieldDefinition

  "Links to related content"
  relatedContent: RelationListFieldDefinition

  relatedMultimedia: RelationListFieldDefinition
  mainTopic: MatrixFieldDefinition
  tags: MatrixFieldDefinition
  sponsoredContentDisclosure: TextLineFieldDefinition

  "SEO meta data"
  metadata: MatrixFieldDefinition

  "Specific CSS class"
  cssClass: TextLineFieldDefinition

  "Text to be used when generating smart URLs"
  urlText: TextLineFieldDefinition
}

interface ItemType {
  "The content type's properties"
  _info: ContentType
}

"An Ibexa repository FieldDefinition."
type TextLineFieldDefinition {
  "The id of the field definition."
  id: Int

  "The field definition name, either in the most prioritized language, or in the language given as an argument"
  name(language: RepositoryLanguage = null): String

  "The field definition description, either in the most prioritized language, or in the language given as an argument"
  description(language: RepositoryLanguage = null): String

  "The system identifier of the field definition."
  identifier: String

  "The field group name."
  fieldGroup: String

  "The position of the field definition in the content type"
  position: Int

  "The identifier of the field type (ibexa_string, ibexa_integer...)."
  fieldTypeIdentifier: String

  "Indicates if this field can be a thumbnail."
  isThumbnail: Boolean

  "Indicates if fields of this definition are translatable."
  isTranslatable: Boolean

  "Indicates if this field is used for information collection"
  isRequired: Boolean

  "Indicates if the content is searchable by this attribute"
  isSearchable: Boolean

  constraints: TextLineFieldDefinitionConstraints
  defaultValue: String
}

type TextLineFieldDefinitionConstraints {
  minLength: Int
  maxLength: Int
}

type RelationListFieldDefinition {
  settings: RelationFieldDefinitionSettings
  constraints: RelationListFieldDefinitionConstraints
}

type RelationFieldDefinitionSettings {
  selectionMethod: String
  selectionDefaultLocation: String
  selectionContentTypes: [Int]
}

type RelationListFieldDefinitionConstraints {
  selectionLimit: Int
}

"An Ibexa repository FieldDefinition."
type BinaryFieldDefinition {
  "The id of the field definition."
  id: Int

  "The field definition name, either in the most prioritized language, or in the language given as an argument"
  name(language: RepositoryLanguage = null): String

  "The field definition description, either in the most prioritized language, or in the language given as an argument"
  description(language: RepositoryLanguage = null): String

  "The system identifier of the field definition."
  identifier: String

  "The field group name."
  fieldGroup: String

  "The position of the field definition in the content type"
  position: Int

  "The identifier of the field type (ibexa_string, ibexa_integer...)."
  fieldTypeIdentifier: String

  "Indicates if this field can be a thumbnail."
  isThumbnail: Boolean

  "Indicates if fields of this definition are translatable."
  isTranslatable: Boolean

  "Indicates if this field is used for information collection"
  isRequired: Boolean

  "Indicates if the content is searchable by this attribute"
  isSearchable: Boolean

  constraints: BinaryFieldDefinitionConstraints
}

type BinaryFieldDefinitionConstraints {
  maxFileSize: Int
}

type MatrixFieldDefinition {
  settings: MatrixFieldDefinitionSettings
}

type MatrixFieldDefinitionSettings {
  columns: [MatrixFieldDefinitionColumn]
  minimumRows: Int
}

type MatrixFieldDefinitionColumn {
  name: String
  identifier: String
}

type NgBannerItemType implements ItemType {
  _info: ContentType
  eyebrowTitle: TextLineFieldDefinition
  title: TextLineFieldDefinition
  image: BinaryFieldDefinition
  description: MatrixFieldDefinition
  link: MatrixFieldDefinition

  "Specific CSS class"
  cssClass: TextLineFieldDefinition
}

type NgBlogPostItemType implements ItemType {
  _info: ContentType

  "News title"
  title: TextLineFieldDefinition

  "News headline"
  headline: TextLineFieldDefinition

  authors: RelationListFieldDefinition

  "Short title version"
  teaserTitle: TextLineFieldDefinition

  "Image used on blog post page"
  image: BinaryFieldDefinition

  "Image used on listing and search pages"
  teaserImage: BinaryFieldDefinition

  publishDate: MatrixFieldDefinition

  "Full intro text, shown on news page"
  fullIntro: MatrixFieldDefinition

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: MatrixFieldDefinition

  "Main news text"
  body: MatrixFieldDefinition

  "Links to related content"
  relatedContent: RelationListFieldDefinition

  mainTopic: MatrixFieldDefinition

  "Tags"
  tags: MatrixFieldDefinition

  sponsoredContentDisclosure: TextLineFieldDefinition
  metadata: MatrixFieldDefinition
  cssClass: TextLineFieldDefinition
  urlText: TextLineFieldDefinition
}

type NgContactFormItemType implements ItemType {
  _info: ContentType

  "Form title"
  title: TextLineFieldDefinition

  "Short version of a title, used in menus"
  teaserTitle: TextLineFieldDefinition

  "Full intro text, shown on full form page"
  fullIntro: MatrixFieldDefinition

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: MatrixFieldDefinition

  body: MatrixFieldDefinition
  senderFirstName: TextLineFieldDefinition
  senderLastName: TextLineFieldDefinition
  senderEmail: MatrixFieldDefinition
  senderMessage: TextBlockFieldDefinition
  gdprConsent: CheckboxFieldDefinition
  gdprConsentLabel: MatrixFieldDefinition
  newsletter1Consent: CheckboxFieldDefinition
  newsletter1Label: MatrixFieldDefinition
  newsletter1GroupIds: TextLineFieldDefinition
  recipient: MatrixFieldDefinition

  "Text shown to user after a successful post"
  successText: MatrixFieldDefinition

  referer: TextLineFieldDefinition
  gtmEventPrefix: TextLineFieldDefinition
  honeypotFieldName: TextLineFieldDefinition
  honeypotFieldLabel: TextLineFieldDefinition
}

"An Ibexa repository FieldDefinition."
type TextBlockFieldDefinition {
  "The id of the field definition."
  id: Int

  "The field definition name, either in the most prioritized language, or in the language given as an argument"
  name(language: RepositoryLanguage = null): String

  "The field definition description, either in the most prioritized language, or in the language given as an argument"
  description(language: RepositoryLanguage = null): String

  "The system identifier of the field definition."
  identifier: String

  "The field group name."
  fieldGroup: String

  "The position of the field definition in the content type"
  position: Int

  "The identifier of the field type (ibexa_string, ibexa_integer...)."
  fieldTypeIdentifier: String

  "Indicates if this field can be a thumbnail."
  isThumbnail: Boolean

  "Indicates if fields of this definition are translatable."
  isTranslatable: Boolean

  "Indicates if this field is used for information collection"
  isRequired: Boolean

  "Indicates if the content is searchable by this attribute"
  isSearchable: Boolean

  defaultValue: String
}

"An Ibexa repository FieldDefinition."
type CheckboxFieldDefinition {
  "The id of the field definition."
  id: Int

  "The field definition name, either in the most prioritized language, or in the language given as an argument"
  name(language: RepositoryLanguage = null): String

  "The field definition description, either in the most prioritized language, or in the language given as an argument"
  description(language: RepositoryLanguage = null): String

  "The system identifier of the field definition."
  identifier: String

  "The field group name."
  fieldGroup: String

  "The position of the field definition in the content type"
  position: Int

  "The identifier of the field type (ibexa_string, ibexa_integer...)."
  fieldTypeIdentifier: String

  "Indicates if this field can be a thumbnail."
  isThumbnail: Boolean

  "Indicates if fields of this definition are translatable."
  isTranslatable: Boolean

  "Indicates if this field is used for information collection"
  isRequired: Boolean

  "Indicates if the content is searchable by this attribute"
  isSearchable: Boolean

  defaultValue: Boolean
}

type NgCookiePolicyItemType implements ItemType {
  _info: ContentType
  title: TextLineFieldDefinition

  "Main title in ribbon"
  ribbonHeading: TextLineFieldDefinition

  "Description that shows in ribbon"
  ribbonDescription: MatrixFieldDefinition

  "Label for settings customization link"
  ribbonSettingsLabel: TextLineFieldDefinition

  "Label for Accept All button"
  ribbonButtonAcceptAllLabel: TextLineFieldDefinition

  "ribbon_button_save_label"
  ribbonButtonSaveLabel: TextLineFieldDefinition

  necessaryLabel: TextLineFieldDefinition
  necessaryDescription: MatrixFieldDefinition
  analyticsIsActive: CheckboxFieldDefinition
  analyticsDefaultState: CheckboxFieldDefinition
  analyticsLabel: TextLineFieldDefinition
  analyticsDescription: MatrixFieldDefinition
  analyticsOnAccept: TextBlockFieldDefinition
  analyticsOnRevoke: TextBlockFieldDefinition
  marketingIsActive: CheckboxFieldDefinition
  marketingDefaultState: CheckboxFieldDefinition
  marketingLabel: TextLineFieldDefinition
  marketingDescription: MatrixFieldDefinition
  marketingOnAccept: TextBlockFieldDefinition
  marketingOnRevoke: TextBlockFieldDefinition
  socialSharingIsActive: CheckboxFieldDefinition
  socialSharingDefaultState: CheckboxFieldDefinition
  socialSharingLabel: TextLineFieldDefinition
  socialSharingDescription: MatrixFieldDefinition
  socialSharingOnAccept: TextBlockFieldDefinition
  socialSharingOnRevoke: TextBlockFieldDefinition
}

type NgFrontpageItemType implements ItemType {
  _info: ContentType
  title: TextLineFieldDefinition
  metadata: MatrixFieldDefinition
}

type NgJobApplicationFormItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition

  "Form title"
  title: TextLineFieldDefinition

  "Full intro text, shown on full form page"
  fullIntro: MatrixFieldDefinition

  senderFirstName: TextLineFieldDefinition
  senderLastName: TextLineFieldDefinition
  senderEmail: MatrixFieldDefinition
  senderMessage: TextBlockFieldDefinition
  senderFileCv: BinaryFieldDefinition
  senderMotivationLetter: BinaryFieldDefinition
  gdprConsent: CheckboxFieldDefinition
  gdprConsentLabel: MatrixFieldDefinition
  newsletter1Consent: CheckboxFieldDefinition
  newsletter1Label: MatrixFieldDefinition
  newsletter1GroupIds: TextLineFieldDefinition
  recipient: MatrixFieldDefinition

  "Text shown to user after a successful post"
  successText: MatrixFieldDefinition

  referer: TextLineFieldDefinition
  gtmEventPrefix: TextLineFieldDefinition
  honeypotFieldName: TextLineFieldDefinition
  honeypotFieldLabel: TextLineFieldDefinition
}

type NgJobPositionItemType implements ItemType {
  _info: ContentType

  "Article title"
  title: TextLineFieldDefinition

  "Short version of a title, used in menus"
  teaserTitle: TextLineFieldDefinition

  "Image used on full job position page"
  image: BinaryFieldDefinition

  "Image used on listing and search pages"
  teaserImage: BinaryFieldDefinition

  jobLocation: TextLineFieldDefinition

  "Part time, full time, etc."
  engagementType: TextLineFieldDefinition

  applicationDeadline: MatrixFieldDefinition

  "Full intro text, shown on full job position page"
  fullIntro: MatrixFieldDefinition

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: MatrixFieldDefinition

  jobOverview: MatrixFieldDefinition
  requirements: MatrixFieldDefinition
  responsibilities: MatrixFieldDefinition
  metadata: MatrixFieldDefinition

  "Text to be used when generating smart URLs"
  urlText: TextLineFieldDefinition
}

type NgLandingPageItemType implements ItemType {
  _info: ContentType
  title: TextLineFieldDefinition
  teaserTitle: TextLineFieldDefinition

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: MatrixFieldDefinition

  tags: MatrixFieldDefinition
  internalRedirect: RelationFieldDefinition
  externalRedirect: MatrixFieldDefinition
  metadata: MatrixFieldDefinition
  cssClass: TextLineFieldDefinition
  urlText: TextLineFieldDefinition
}

type RelationFieldDefinition {
  settings: RelationFieldDefinitionSettings
}

type NgLeadFormItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition

  "Form title"
  title: TextLineFieldDefinition

  "Full intro text, shown on full form page"
  fullIntro: MatrixFieldDefinition

  senderFirstName: TextLineFieldDefinition
  senderLastName: TextLineFieldDefinition
  senderEmail: MatrixFieldDefinition
  senderMessage: TextBlockFieldDefinition
  gdprConsent: CheckboxFieldDefinition
  gdprConsentLabel: MatrixFieldDefinition
  newsletter1Consent: CheckboxFieldDefinition
  newsletter1Label: MatrixFieldDefinition
  newsletter1GroupIds: TextLineFieldDefinition
  recipient: MatrixFieldDefinition

  "Text shown to user after a successful post"
  successText: MatrixFieldDefinition

  referer: TextLineFieldDefinition
  gtmEventPrefix: TextLineFieldDefinition
  honeypotFieldName: TextLineFieldDefinition
  honeypotFieldLabel: TextLineFieldDefinition
}

type NgLogoItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  title: TextLineFieldDefinition
  logo: BinaryFieldDefinition
  logoSvg: BinaryFieldDefinition
  description: MatrixFieldDefinition
  link: MatrixFieldDefinition
}

type NgNewsItemType implements ItemType {
  _info: ContentType

  "News title"
  title: TextLineFieldDefinition

  "Short title version"
  teaserTitle: TextLineFieldDefinition

  authors: RelationListFieldDefinition

  "News headline"
  headline: TextLineFieldDefinition

  "Image used on article page"
  image: BinaryFieldDefinition

  "Image used on listing and search pages"
  teaserImage: BinaryFieldDefinition

  publishDate: MatrixFieldDefinition

  "Full intro text, shown on news page"
  fullIntro: MatrixFieldDefinition

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: MatrixFieldDefinition

  "Main news text"
  body: MatrixFieldDefinition

  "Links to related content"
  relatedContent: RelationListFieldDefinition

  relatedMultimedia: RelationListFieldDefinition
  mainTopic: MatrixFieldDefinition
  tags: MatrixFieldDefinition
  sponsoredContentDisclosure: TextLineFieldDefinition
  metadata: MatrixFieldDefinition
  cssClass: TextLineFieldDefinition
  urlText: TextLineFieldDefinition
}

type NgShortcutItemType implements ItemType {
  _info: ContentType
  title: TextLineFieldDefinition

  "Short title version"
  teaserTitle: TextLineFieldDefinition

  image: BinaryFieldDefinition

  "Used on line items"
  teaserIntro: MatrixFieldDefinition

  "If checked, uses shortcut name for generating label in menus"
  useShortcutName: CheckboxFieldDefinition

  link: MatrixFieldDefinition
}

type NgSiteInfoItemType implements ItemType {
  _info: ContentType
  title: TextLineFieldDefinition

  "Default metadata object"
  metadata: MatrixFieldDefinition

  siteName: TextLineFieldDefinition
  siteLogo: BinaryFieldDefinition
  siteOpengraphImage: BinaryFieldDefinition
  favicon32x32: BinaryFieldDefinition
  favicon128x128: BinaryFieldDefinition
  favicon180x180: BinaryFieldDefinition
  favicon192x192: BinaryFieldDefinition
  relatedCookiePolicy: RelationFieldDefinition

  "Default RSS feed"
  rssFeed: TextLineFieldDefinition

  mainMenu: RelationListFieldDefinition
  additionalMenu: RelationListFieldDefinition
  footerBlock: MatrixFieldDefinition
  javascriptBlockTop: TextBlockFieldDefinition
  javascriptBlockBottom: TextBlockFieldDefinition
  facebook: MatrixFieldDefinition
  twitter: MatrixFieldDefinition
  instagram: MatrixFieldDefinition
  linkedin: MatrixFieldDefinition
}

type NgVideoItemType implements ItemType {
  _info: ContentType
  title: TextLineFieldDefinition

  "Short title version"
  teaserTitle: TextLineFieldDefinition

  videoType: MatrixFieldDefinition

  "Video file. Use 16:9 proportion, HD (1280×720) or FHD (1920×1080)"
  videoFile: BinaryFieldDefinition

  "Video identifier for external video content (YouTube, Vimeo, Dailymotion...)"
  videoIdentifier: TextLineFieldDefinition

  poster: BinaryFieldDefinition

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: MatrixFieldDefinition

  description: MatrixFieldDefinition
  mainTopic: MatrixFieldDefinition
  tags: MatrixFieldDefinition
  sponsoredContentDisclosure: TextLineFieldDefinition
  autoplay: CheckboxFieldDefinition
  metadata: MatrixFieldDefinition
  cssClass: TextLineFieldDefinition
  urlText: TextLineFieldDefinition
}

type NgAccordionItemItemType implements ItemType {
  _info: ContentType
  title: TextLineFieldDefinition
  description: MatrixFieldDefinition
}

type NgAudioItemType implements ItemType {
  _info: ContentType
  title: TextLineFieldDefinition

  "Short title version"
  teaserTitle: TextLineFieldDefinition

  teaserIntro: MatrixFieldDefinition
  description: MatrixFieldDefinition
  file: MediaFieldDefinition
  image: BinaryFieldDefinition
}

"An Ibexa repository FieldDefinition."
type MediaFieldDefinition {
  "The id of the field definition."
  id: Int

  "The field definition name, either in the most prioritized language, or in the language given as an argument"
  name(language: RepositoryLanguage = null): String

  "The field definition description, either in the most prioritized language, or in the language given as an argument"
  description(language: RepositoryLanguage = null): String

  "The system identifier of the field definition."
  identifier: String

  "The field group name."
  fieldGroup: String

  "The position of the field definition in the content type"
  position: Int

  "The identifier of the field type (ibexa_string, ibexa_integer...)."
  fieldTypeIdentifier: String

  "Indicates if this field can be a thumbnail."
  isThumbnail: Boolean

  "Indicates if fields of this definition are translatable."
  isTranslatable: Boolean

  "Indicates if this field is used for information collection"
  isRequired: Boolean

  "Indicates if the content is searchable by this attribute"
  isSearchable: Boolean

  constraints: BinaryFieldDefinitionConstraints
  settings: MediaFieldDefinitionSettings
}

type MediaFieldDefinitionSettings {
  mediaType: String
}

type NgCategoryItemType implements ItemType {
  _info: ContentType
  title: TextLineFieldDefinition
  teaserTitle: TextLineFieldDefinition
  showChildren: CheckboxFieldDefinition

  "SEO meta data"
  metadata: MatrixFieldDefinition

  "Class identifiers of classes to be shown on category page, comma delimited. Example: ng_article,ng_news"
  childrenClassFilterInclude: TextLineFieldDefinition

  "Show all descendents on category page"
  fetchSubtree: CheckboxFieldDefinition

  "Number of child nodes per page (if set to -1 template default value is used)"
  pageLimit: IntegerFieldDefinition

  "Specific CSS class"
  cssClass: TextLineFieldDefinition

  "Text to be used when generating smart URLs"
  urlText: TextLineFieldDefinition

  "Full intro text, shown on category page"
  fullIntro: MatrixFieldDefinition

  "Teaser intro text, shown on listing page or in search result"
  teaserIntro: MatrixFieldDefinition

  "Main category description text"
  body: MatrixFieldDefinition

  featuredContent: RelationListFieldDefinition
  tags: MatrixFieldDefinition
  gridColumns: MatrixFieldDefinition
  viewType: MatrixFieldDefinition
  internalRedirect: RelationFieldDefinition
  externalRedirect: MatrixFieldDefinition
}

"An Ibexa repository FieldDefinition."
type IntegerFieldDefinition {
  "The id of the field definition."
  id: Int

  "The field definition name, either in the most prioritized language, or in the language given as an argument"
  name(language: RepositoryLanguage = null): String

  "The field definition description, either in the most prioritized language, or in the language given as an argument"
  description(language: RepositoryLanguage = null): String

  "The system identifier of the field definition."
  identifier: String

  "The field group name."
  fieldGroup: String

  "The position of the field definition in the content type"
  position: Int

  "The identifier of the field type (ibexa_string, ibexa_integer...)."
  fieldTypeIdentifier: String

  "Indicates if this field can be a thumbnail."
  isThumbnail: Boolean

  "Indicates if fields of this definition are translatable."
  isTranslatable: Boolean

  "Indicates if this field is used for information collection"
  isRequired: Boolean

  "Indicates if the content is searchable by this attribute"
  isSearchable: Boolean

  defaultValue: Int
  constraints: IntegerFieldDefinitionConstraints
}

type IntegerFieldDefinitionConstraints {
  minIntegerValue: Int
  maxIntegerValue: Int
}

type NgContainerItemType implements ItemType {
  _info: ContentType
  title: TextLineFieldDefinition
}

type NgGalleryItemType implements ItemType {
  _info: ContentType
  title: TextLineFieldDefinition

  "Short title version"
  teaserTitle: TextLineFieldDefinition

  description: MatrixFieldDefinition
  teaserIntro: MatrixFieldDefinition
  mainTopic: MatrixFieldDefinition
  tags: MatrixFieldDefinition
  sponsoredContentDisclosure: TextLineFieldDefinition
  metadata: MatrixFieldDefinition
  cssClass: TextLineFieldDefinition
  urlText: TextLineFieldDefinition
}

type NgHtmlboxItemType implements ItemType {
  _info: ContentType
  title: TextLineFieldDefinition
  htmlCode: TextBlockFieldDefinition
  metadata: MatrixFieldDefinition
}

type NgMenuItemItemType implements ItemType {
  _info: ContentType
  title: TextLineFieldDefinition
  itemObject: RelationFieldDefinition
  itemUrl: MatrixFieldDefinition
  menuItems: RelationListFieldDefinition

  "If defined, overrides \"Menu items\" list"
  parentNode: RelationFieldDefinition

  "Only valid if parent node is selected"
  classFilter: MatrixFieldDefinition

  "Only valid if parent node is selected"
  classFilterType: MatrixFieldDefinition

  depth: IntegerFieldDefinition

  "Only valid if parent node is selected, 0 means unlimited"
  limit: IntegerFieldDefinition

  "If checked, uses menu item name for generating label in menus"
  useMenuItemName: CheckboxFieldDefinition

  "If checked, sets target attribute to \"_blank\" in menus"
  targetBlank: CheckboxFieldDefinition
}

type NgPersonItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  cv: MatrixFieldDefinition
  image: BinaryFieldDefinition
  copyright: MatrixFieldDefinition
  urlFacebook: MatrixFieldDefinition
  urlTwitter: MatrixFieldDefinition
  urlInstagram: MatrixFieldDefinition
}

type NgRecipeItemType implements ItemType {
  _info: ContentType
  title: TextLineFieldDefinition

  "Short version of a title, used in menus"
  teaserTitle: TextLineFieldDefinition

  authors: RelationListFieldDefinition

  "Image used on full recipe page"
  image: BinaryFieldDefinition

  "Image used on listing and search pages"
  teaserImage: BinaryFieldDefinition

  "Full intro text, shown on full recipe page"
  fullIntro: MatrixFieldDefinition

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: MatrixFieldDefinition

  "Main article text"
  body: MatrixFieldDefinition

  preparationTime: IntegerFieldDefinition
  servingCalories: IntegerFieldDefinition
  servingFat: IntegerFieldDefinition
  servingCarbohydrates: IntegerFieldDefinition
  servingProtein: IntegerFieldDefinition

  "Links to related content"
  relatedContent: RelationListFieldDefinition

  relatedMultimedia: RelationListFieldDefinition
  mainTopic: MatrixFieldDefinition
  tags: MatrixFieldDefinition
  sponsoredContentDisclosure: TextLineFieldDefinition

  "SEO meta data"
  metadata: MatrixFieldDefinition

  "Specific CSS class"
  cssClass: TextLineFieldDefinition

  "Text to be used when generating smart URLs"
  urlText: TextLineFieldDefinition
}

type NgTopicItemType implements ItemType {
  _info: ContentType
  title: TextLineFieldDefinition
  topic: MatrixFieldDefinition

  "Full intro text, shown on category page"
  fullIntro: MatrixFieldDefinition

  "Main category description text"
  body: MatrixFieldDefinition

  "SEO meta data"
  metadata: MatrixFieldDefinition

  "Specific CSS class"
  cssClass: TextLineFieldDefinition

  "Text to be used when generating smart URLs"
  urlText: TextLineFieldDefinition
}

input ContentSearchQuery {
  "Content type identifier filter"
  ContentTypeIdentifier: [ContentTypeIdentifier]

  "Filter on content type id"
  ContentTypeId: [String]

  "Filter on any text from the content item"
  Text: String

  "Filter the date the content was initially created on"
  Created: DateInput

  "Filter on the date the content was last modified on"
  Modified: DateInput

  "Filter content based on its parent location id"
  ParentLocationId: [Int]

  "Field filter"
  Field: [FieldCriterionInput]
  SortBy: SortByOptions
}

enum ContentTypeIdentifier {
  "Standard article object"
  ng_article

  "Object for defining content banners"
  ng_banner

  "Standard blog post item"
  ng_blog_post

  "No description available"
  ng_contact_form

  "Cookie popup policy content"
  ng_cookie_policy

  "Frontpage"
  ng_frontpage

  "No description available"
  ng_job_application_form

  "No description available"
  ng_job_position

  "Landing page"
  ng_landing_page

  "No description available"
  ng_lead_form

  "Object for defining logos"
  ng_logo

  "Standard news object"
  ng_news

  "Object for linking to external and internal resources"
  ng_shortcut

  "Site info"
  ng_site_info

  "HTML5, YouTube, Vimeo and Dailymotion video"
  ng_video

  "No description available"
  ng_accordion_item
  ng_audio
  ng_category
  ng_container
  ng_gallery

  "Object for inserting HTML content"
  ng_htmlbox
  ng_menu_item

  "No description available"
  ng_person

  "Recipe object"
  ng_recipe
  ng_topic
  file
  image
  user
  user_group

  "About component"
  ng_component_about

  "Features component"
  ng_component_features

  "Hero component"
  ng_component_hero

  "Lead component"
  ng_component_lead

  "Logos component"
  ng_component_logos

  "Quote component"
  ng_component_quote
}

input DateInput {
  "Before the given date or time."
  before: String

  "After the given date or time."
  after: String

  "On the given date or time."
  on: String
}

input FieldCriterionInput {
  "A field definition identifier"
  target: String

  "Between two values"
  between: [String]

  "Contains the value"
  contains: String

  "Equal to one of the given values"
  in: [String]

  "Equal to the value"
  eq: String

  "Greater than the value"
  gt: String

  "Greater than or equal to the value"
  gte: String

  "Lesser than the value"
  lt: String

  "Lesser than or equal to the value"
  lte: String

  "Like the value"
  like: String
}

enum SortByOptions {
  "Sort by content id"
  _contentId

  "Sort by content name"
  _name

  "Sort by last modification date"
  _dateModified

  "Sort by initial publication date"
  _datePublished

  "Sort by content section identifier"
  _sectionIdentifier

  "Sort by section name"
  _sectionName

  "Sort by score"
  _score

  "Reverse the previous sorting option"
  _desc
}

"A connection to a list of items."
type NgArticleItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgArticleItemEdge]
}

"An edge in a connection."
type NgArticleItemEdge {
  "The item at the end of the edge."
  node: NgArticleItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgArticleItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
  teaserTitle(language: RepositoryLanguage): String
  authors(after: String, first: Int, before: String, last: Int, language: RepositoryLanguage): RelationsConnection
  image(language: RepositoryLanguage): ImageFieldValue
  teaserImage(language: RepositoryLanguage): ImageFieldValue
  fullIntro(language: RepositoryLanguage): RichTextFieldValue
  teaserIntro(language: RepositoryLanguage): RichTextFieldValue
  body(language: RepositoryLanguage): RichTextFieldValue
  relatedContent(after: String, first: Int, before: String, last: Int, language: RepositoryLanguage): RelationsConnection
  relatedMultimedia(after: String, first: Int, before: String, last: Int, language: RepositoryLanguage): RelationsConnection
  mainTopic(language: RepositoryLanguage): String
  tags(language: RepositoryLanguage): String
  sponsoredContentDisclosure(language: RepositoryLanguage): String
  metadata(language: RepositoryLanguage): String
  cssClass(language: RepositoryLanguage): String
  urlText(language: RepositoryLanguage): String
}

"A connection to a list of items."
type RelationsConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [RelationsEdge]
}

"An edge in a connection."
type RelationsEdge {
  "The item at the end of the edge."
  node: Item

  "A cursor for use in pagination."
  cursor: String!
}

type RichTextFieldValue {
  "String representation of the value"
  text: String

  "The raw docbook xml"
  xml: String

  "Plain text representation of the value, without tags. Warning: the text representation may not be perfect."
  plaintext: String

  "HTML5 representation."
  html5: String

  "Editable HTML5 representation."
  html5_edit: String
}

"A connection to a list of items."
type NgBannerItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgBannerItemEdge]
}

"An edge in a connection."
type NgBannerItemEdge {
  "The item at the end of the edge."
  node: NgBannerItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgBannerItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  eyebrowTitle(language: RepositoryLanguage): String
  title(language: RepositoryLanguage): String
  image(language: RepositoryLanguage): ImageFieldValue
  description(language: RepositoryLanguage): RichTextFieldValue
  link(language: RepositoryLanguage): String
  cssClass(language: RepositoryLanguage): String
}

"A connection to a list of items."
type NgBlogPostItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgBlogPostItemEdge]
}

"An edge in a connection."
type NgBlogPostItemEdge {
  "The item at the end of the edge."
  node: NgBlogPostItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgBlogPostItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
  headline(language: RepositoryLanguage): String
  authors(after: String, first: Int, before: String, last: Int, language: RepositoryLanguage): RelationsConnection
  teaserTitle(language: RepositoryLanguage): String
  image(language: RepositoryLanguage): ImageFieldValue
  teaserImage(language: RepositoryLanguage): ImageFieldValue
  publishDate(language: RepositoryLanguage): DateTime
  fullIntro(language: RepositoryLanguage): RichTextFieldValue
  teaserIntro(language: RepositoryLanguage): RichTextFieldValue
  body(language: RepositoryLanguage): RichTextFieldValue
  relatedContent(after: String, first: Int, before: String, last: Int, language: RepositoryLanguage): RelationsConnection
  mainTopic(language: RepositoryLanguage): String
  tags(language: RepositoryLanguage): String
  sponsoredContentDisclosure(language: RepositoryLanguage): String
  metadata(language: RepositoryLanguage): String
  cssClass(language: RepositoryLanguage): String
  urlText(language: RepositoryLanguage): String
}

"A connection to a list of items."
type NgContactFormItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgContactFormItemEdge]
}

"An edge in a connection."
type NgContactFormItemEdge {
  "The item at the end of the edge."
  node: NgContactFormItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgContactFormItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
  teaserTitle(language: RepositoryLanguage): String
  fullIntro(language: RepositoryLanguage): RichTextFieldValue
  teaserIntro(language: RepositoryLanguage): RichTextFieldValue
  body(language: RepositoryLanguage): RichTextFieldValue
  senderFirstName: String
  senderLastName: String
  senderEmail: String
  senderMessage: String
  gdprConsent: Boolean
  gdprConsentLabel(language: RepositoryLanguage): RichTextFieldValue
  newsletter1Consent: Boolean
  newsletter1Label(language: RepositoryLanguage): RichTextFieldValue
  newsletter1GroupIds(language: RepositoryLanguage): String
  recipient(language: RepositoryLanguage): String
  successText(language: RepositoryLanguage): RichTextFieldValue
  referer: String
  gtmEventPrefix: String
  honeypotFieldName: String
  honeypotFieldLabel(language: RepositoryLanguage): String
}

"A connection to a list of items."
type NgCookiePolicyItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgCookiePolicyItemEdge]
}

"An edge in a connection."
type NgCookiePolicyItemEdge {
  "The item at the end of the edge."
  node: NgCookiePolicyItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgCookiePolicyItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
  ribbonHeading(language: RepositoryLanguage): String
  ribbonDescription(language: RepositoryLanguage): RichTextFieldValue
  ribbonSettingsLabel(language: RepositoryLanguage): String
  ribbonButtonAcceptAllLabel(language: RepositoryLanguage): String
  ribbonButtonSaveLabel(language: RepositoryLanguage): String
  necessaryLabel(language: RepositoryLanguage): String
  necessaryDescription(language: RepositoryLanguage): RichTextFieldValue
  analyticsIsActive: Boolean
  analyticsDefaultState: Boolean
  analyticsLabel(language: RepositoryLanguage): String
  analyticsDescription(language: RepositoryLanguage): RichTextFieldValue
  analyticsOnAccept: String
  analyticsOnRevoke: String
  marketingIsActive: Boolean
  marketingDefaultState: Boolean
  marketingLabel(language: RepositoryLanguage): String
  marketingDescription(language: RepositoryLanguage): RichTextFieldValue
  marketingOnAccept: String
  marketingOnRevoke: String
  socialSharingIsActive: Boolean
  socialSharingDefaultState: Boolean
  socialSharingLabel(language: RepositoryLanguage): String
  socialSharingDescription(language: RepositoryLanguage): RichTextFieldValue
  socialSharingOnAccept: String
  socialSharingOnRevoke: String
}

"A connection to a list of items."
type NgFrontpageItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgFrontpageItemEdge]
}

"An edge in a connection."
type NgFrontpageItemEdge {
  "The item at the end of the edge."
  node: NgFrontpageItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgFrontpageItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
  metadata(language: RepositoryLanguage): String
}

"A connection to a list of items."
type NgJobApplicationFormItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgJobApplicationFormItemEdge]
}

"An edge in a connection."
type NgJobApplicationFormItemEdge {
  "The item at the end of the edge."
  node: NgJobApplicationFormItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgJobApplicationFormItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  name(language: RepositoryLanguage): String
  title(language: RepositoryLanguage): String
  fullIntro(language: RepositoryLanguage): RichTextFieldValue
  senderFirstName: String
  senderLastName: String
  senderEmail: String
  senderMessage: String
  senderFileCv: BinaryFileFieldValue
  senderMotivationLetter(language: RepositoryLanguage): BinaryFileFieldValue
  gdprConsent: Boolean
  gdprConsentLabel(language: RepositoryLanguage): RichTextFieldValue
  newsletter1Consent: Boolean
  newsletter1Label(language: RepositoryLanguage): RichTextFieldValue
  newsletter1GroupIds(language: RepositoryLanguage): String
  recipient(language: RepositoryLanguage): String
  successText(language: RepositoryLanguage): RichTextFieldValue
  referer: String
  gtmEventPrefix: String
  honeypotFieldName: String
  honeypotFieldLabel(language: RepositoryLanguage): String
}

type BinaryFileFieldValue {
  fileName: String
  fileSize: Int
  mimeType: String
  uri: String
}

"A connection to a list of items."
type NgJobPositionItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgJobPositionItemEdge]
}

"An edge in a connection."
type NgJobPositionItemEdge {
  "The item at the end of the edge."
  node: NgJobPositionItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgJobPositionItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
  teaserTitle(language: RepositoryLanguage): String
  image(language: RepositoryLanguage): ImageFieldValue
  teaserImage(language: RepositoryLanguage): ImageFieldValue
  jobLocation(language: RepositoryLanguage): String
  engagementType(language: RepositoryLanguage): String
  applicationDeadline(language: RepositoryLanguage): DateTime
  fullIntro(language: RepositoryLanguage): RichTextFieldValue
  teaserIntro(language: RepositoryLanguage): RichTextFieldValue
  jobOverview(language: RepositoryLanguage): RichTextFieldValue
  requirements(language: RepositoryLanguage): RichTextFieldValue
  responsibilities(language: RepositoryLanguage): RichTextFieldValue
  metadata(language: RepositoryLanguage): String
  urlText(language: RepositoryLanguage): String
}

"A connection to a list of items."
type NgLandingPageItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgLandingPageItemEdge]
}

"An edge in a connection."
type NgLandingPageItemEdge {
  "The item at the end of the edge."
  node: NgLandingPageItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgLandingPageItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
  teaserTitle(language: RepositoryLanguage): String
  teaserIntro(language: RepositoryLanguage): RichTextFieldValue
  tags(language: RepositoryLanguage): String
  internalRedirect(language: RepositoryLanguage): Item
  externalRedirect(language: RepositoryLanguage): UrlFieldValue
  metadata(language: RepositoryLanguage): String
  cssClass(language: RepositoryLanguage): String
  urlText(language: RepositoryLanguage): String
}

type UrlFieldValue {
  "The link's URL"
  link: String

  "The link's name or description"
  text: String
}

"A connection to a list of items."
type NgLeadFormItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgLeadFormItemEdge]
}

"An edge in a connection."
type NgLeadFormItemEdge {
  "The item at the end of the edge."
  node: NgLeadFormItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgLeadFormItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  name(language: RepositoryLanguage): String
  title(language: RepositoryLanguage): String
  fullIntro(language: RepositoryLanguage): RichTextFieldValue
  senderFirstName: String
  senderLastName: String
  senderEmail: String
  senderMessage: String
  gdprConsent: Boolean
  gdprConsentLabel(language: RepositoryLanguage): RichTextFieldValue
  newsletter1Consent: Boolean
  newsletter1Label(language: RepositoryLanguage): RichTextFieldValue
  newsletter1GroupIds(language: RepositoryLanguage): String
  recipient(language: RepositoryLanguage): String
  successText(language: RepositoryLanguage): RichTextFieldValue
  referer: String
  gtmEventPrefix: String
  honeypotFieldName: String
  honeypotFieldLabel(language: RepositoryLanguage): String
}

"A connection to a list of items."
type NgLogoItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgLogoItemEdge]
}

"An edge in a connection."
type NgLogoItemEdge {
  "The item at the end of the edge."
  node: NgLogoItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgLogoItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  name(language: RepositoryLanguage): String
  title(language: RepositoryLanguage): String
  logo(language: RepositoryLanguage): ImageFieldValue
  logoSvg(language: RepositoryLanguage): BinaryFileFieldValue
  description(language: RepositoryLanguage): RichTextFieldValue
  link(language: RepositoryLanguage): String
}

"A connection to a list of items."
type NgNewsItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgNewsItemEdge]
}

"An edge in a connection."
type NgNewsItemEdge {
  "The item at the end of the edge."
  node: NgNewsItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgNewsItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
  teaserTitle(language: RepositoryLanguage): String
  authors(after: String, first: Int, before: String, last: Int, language: RepositoryLanguage): RelationsConnection
  headline(language: RepositoryLanguage): String
  image(language: RepositoryLanguage): ImageFieldValue
  teaserImage(language: RepositoryLanguage): ImageFieldValue
  publishDate(language: RepositoryLanguage): DateTime
  fullIntro(language: RepositoryLanguage): RichTextFieldValue
  teaserIntro(language: RepositoryLanguage): RichTextFieldValue
  body(language: RepositoryLanguage): RichTextFieldValue
  relatedContent(after: String, first: Int, before: String, last: Int, language: RepositoryLanguage): RelationsConnection
  relatedMultimedia(after: String, first: Int, before: String, last: Int, language: RepositoryLanguage): RelationsConnection
  mainTopic(language: RepositoryLanguage): String
  tags(language: RepositoryLanguage): String
  sponsoredContentDisclosure(language: RepositoryLanguage): String
  metadata(language: RepositoryLanguage): String
  cssClass(language: RepositoryLanguage): String
  urlText(language: RepositoryLanguage): String
}

"A connection to a list of items."
type NgShortcutItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgShortcutItemEdge]
}

"An edge in a connection."
type NgShortcutItemEdge {
  "The item at the end of the edge."
  node: NgShortcutItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgShortcutItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
  teaserTitle(language: RepositoryLanguage): String
  image(language: RepositoryLanguage): ImageFieldValue
  teaserIntro(language: RepositoryLanguage): RichTextFieldValue
  useShortcutName(language: RepositoryLanguage): Boolean
  link(language: RepositoryLanguage): String
}

"A connection to a list of items."
type NgSiteInfoItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgSiteInfoItemEdge]
}

"An edge in a connection."
type NgSiteInfoItemEdge {
  "The item at the end of the edge."
  node: NgSiteInfoItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgSiteInfoItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
  metadata(language: RepositoryLanguage): String
  siteName(language: RepositoryLanguage): String
  siteLogo(language: RepositoryLanguage): BinaryFileFieldValue
  siteOpengraphImage(language: RepositoryLanguage): ImageFieldValue
  favicon32x32(language: RepositoryLanguage): ImageFieldValue
  favicon128x128(language: RepositoryLanguage): ImageFieldValue
  favicon180x180(language: RepositoryLanguage): ImageFieldValue
  favicon192x192(language: RepositoryLanguage): ImageFieldValue
  relatedCookiePolicy: NgCookiePolicyItem
  rssFeed(language: RepositoryLanguage): String
  mainMenu(after: String, first: Int, before: String, last: Int, language: RepositoryLanguage): RelationsConnection
  additionalMenu(after: String, first: Int, before: String, last: Int, language: RepositoryLanguage): RelationsConnection
  footerBlock(language: RepositoryLanguage): RichTextFieldValue
  javascriptBlockTop(language: RepositoryLanguage): String
  javascriptBlockBottom(language: RepositoryLanguage): String
  facebook(language: RepositoryLanguage): UrlFieldValue
  twitter(language: RepositoryLanguage): UrlFieldValue
  instagram(language: RepositoryLanguage): UrlFieldValue
  linkedin(language: RepositoryLanguage): UrlFieldValue
}

"A connection to a list of items."
type NgVideoItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgVideoItemEdge]
}

"An edge in a connection."
type NgVideoItemEdge {
  "The item at the end of the edge."
  node: NgVideoItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgVideoItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
  teaserTitle(language: RepositoryLanguage): String
  videoType(language: RepositoryLanguage): String
  videoFile(language: RepositoryLanguage): BinaryFileFieldValue
  videoIdentifier(language: RepositoryLanguage): String
  poster(language: RepositoryLanguage): ImageFieldValue
  teaserIntro(language: RepositoryLanguage): RichTextFieldValue
  description(language: RepositoryLanguage): RichTextFieldValue
  mainTopic(language: RepositoryLanguage): String
  tags(language: RepositoryLanguage): String
  sponsoredContentDisclosure(language: RepositoryLanguage): String
  autoplay(language: RepositoryLanguage): Boolean
  metadata(language: RepositoryLanguage): String
  cssClass(language: RepositoryLanguage): String
  urlText(language: RepositoryLanguage): String
}

"A connection to a list of items."
type NgAccordionItemItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgAccordionItemItemEdge]
}

"An edge in a connection."
type NgAccordionItemItemEdge {
  "The item at the end of the edge."
  node: NgAccordionItemItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgAccordionItemItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
  description(language: RepositoryLanguage): RichTextFieldValue
}

"A connection to a list of items."
type NgAudioItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgAudioItemEdge]
}

"An edge in a connection."
type NgAudioItemEdge {
  "The item at the end of the edge."
  node: NgAudioItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgAudioItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
  teaserTitle(language: RepositoryLanguage): String
  teaserIntro(language: RepositoryLanguage): RichTextFieldValue
  description(language: RepositoryLanguage): RichTextFieldValue
  file(language: RepositoryLanguage): MediaFieldValue
  image(language: RepositoryLanguage): ImageFieldValue
}

type MediaFieldValue {
  fileName: String
  fileSize: Int
  mimeType: String
  uri: String

  "String representation of the value"
  text: String

  "If the media has a controller when being displayed."
  hasController: Boolean

  "If the media should be automatically played."
  autoplay: Boolean

  "If the media should be played in a loop."
  loop: Boolean

  "Height of the media."
  height: Int

  "Width of the media."
  width: Int
}

"A connection to a list of items."
type NgCategoryItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgCategoryItemEdge]
}

"An edge in a connection."
type NgCategoryItemEdge {
  "The item at the end of the edge."
  node: NgCategoryItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgCategoryItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
  teaserTitle(language: RepositoryLanguage): String
  showChildren: Boolean
  metadata(language: RepositoryLanguage): String
  childrenClassFilterInclude(language: RepositoryLanguage): String
  fetchSubtree(language: RepositoryLanguage): Boolean
  pageLimit(language: RepositoryLanguage): Int
  cssClass(language: RepositoryLanguage): String
  urlText(language: RepositoryLanguage): String
  fullIntro(language: RepositoryLanguage): RichTextFieldValue
  teaserIntro(language: RepositoryLanguage): RichTextFieldValue
  body(language: RepositoryLanguage): RichTextFieldValue
  featuredContent(after: String, first: Int, before: String, last: Int, language: RepositoryLanguage): RelationsConnection
  tags(language: RepositoryLanguage): String
  gridColumns(language: RepositoryLanguage): String
  viewType(language: RepositoryLanguage): String
  internalRedirect(language: RepositoryLanguage): Item
  externalRedirect(language: RepositoryLanguage): UrlFieldValue
}

"A connection to a list of items."
type NgContainerItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgContainerItemEdge]
}

"An edge in a connection."
type NgContainerItemEdge {
  "The item at the end of the edge."
  node: NgContainerItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgContainerItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
}

"A connection to a list of items."
type NgGalleryItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgGalleryItemEdge]
}

"An edge in a connection."
type NgGalleryItemEdge {
  "The item at the end of the edge."
  node: NgGalleryItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgGalleryItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
  teaserTitle(language: RepositoryLanguage): String
  description(language: RepositoryLanguage): RichTextFieldValue
  teaserIntro(language: RepositoryLanguage): RichTextFieldValue
  mainTopic(language: RepositoryLanguage): String
  tags(language: RepositoryLanguage): String
  sponsoredContentDisclosure(language: RepositoryLanguage): String
  metadata(language: RepositoryLanguage): String
  cssClass(language: RepositoryLanguage): String
  urlText(language: RepositoryLanguage): String
}

"A connection to a list of items."
type NgHtmlboxItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgHtmlboxItemEdge]
}

"An edge in a connection."
type NgHtmlboxItemEdge {
  "The item at the end of the edge."
  node: NgHtmlboxItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgHtmlboxItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
  htmlCode(language: RepositoryLanguage): String
  metadata(language: RepositoryLanguage): String
}

"A connection to a list of items."
type NgMenuItemItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgMenuItemItemEdge]
}

"An edge in a connection."
type NgMenuItemItemEdge {
  "The item at the end of the edge."
  node: NgMenuItemItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgMenuItemItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
  itemObject(language: RepositoryLanguage): Item
  itemUrl(language: RepositoryLanguage): UrlFieldValue
  menuItems(after: String, first: Int, before: String, last: Int, language: RepositoryLanguage): RelationsConnection
  parentNode(language: RepositoryLanguage): Item
  classFilter(language: RepositoryLanguage): String
  classFilterType(language: RepositoryLanguage): String
  depth(language: RepositoryLanguage): Int
  limit(language: RepositoryLanguage): Int
  useMenuItemName(language: RepositoryLanguage): Boolean
  targetBlank(language: RepositoryLanguage): Boolean
}

"A connection to a list of items."
type NgPersonItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgPersonItemEdge]
}

"An edge in a connection."
type NgPersonItemEdge {
  "The item at the end of the edge."
  node: NgPersonItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgPersonItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  name(language: RepositoryLanguage): String
  cv(language: RepositoryLanguage): RichTextFieldValue
  image(language: RepositoryLanguage): ImageFieldValue
  copyright(language: RepositoryLanguage): RichTextFieldValue
  urlFacebook(language: RepositoryLanguage): UrlFieldValue
  urlTwitter(language: RepositoryLanguage): UrlFieldValue
  urlInstagram(language: RepositoryLanguage): UrlFieldValue
}

"A connection to a list of items."
type NgRecipeItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgRecipeItemEdge]
}

"An edge in a connection."
type NgRecipeItemEdge {
  "The item at the end of the edge."
  node: NgRecipeItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgRecipeItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
  teaserTitle(language: RepositoryLanguage): String
  authors(after: String, first: Int, before: String, last: Int, language: RepositoryLanguage): RelationsConnection
  image(language: RepositoryLanguage): ImageFieldValue
  teaserImage(language: RepositoryLanguage): ImageFieldValue
  fullIntro(language: RepositoryLanguage): RichTextFieldValue
  teaserIntro(language: RepositoryLanguage): RichTextFieldValue
  body(language: RepositoryLanguage): RichTextFieldValue
  preparationTime(language: RepositoryLanguage): Int
  servingCalories(language: RepositoryLanguage): Int
  servingFat(language: RepositoryLanguage): Int
  servingCarbohydrates(language: RepositoryLanguage): Int
  servingProtein(language: RepositoryLanguage): Int
  relatedContent(after: String, first: Int, before: String, last: Int, language: RepositoryLanguage): RelationsConnection
  relatedMultimedia(after: String, first: Int, before: String, last: Int, language: RepositoryLanguage): RelationsConnection
  mainTopic(language: RepositoryLanguage): String
  tags(language: RepositoryLanguage): String
  sponsoredContentDisclosure(language: RepositoryLanguage): String
  metadata(language: RepositoryLanguage): String
  cssClass(language: RepositoryLanguage): String
  urlText(language: RepositoryLanguage): String
}

"A connection to a list of items."
type NgTopicItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgTopicItemEdge]
}

"An edge in a connection."
type NgTopicItemEdge {
  "The item at the end of the edge."
  node: NgTopicItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgTopicItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  title(language: RepositoryLanguage): String
  topic(language: RepositoryLanguage): String
  fullIntro(language: RepositoryLanguage): RichTextFieldValue
  body(language: RepositoryLanguage): RichTextFieldValue
  metadata(language: RepositoryLanguage): String
  cssClass(language: RepositoryLanguage): String
  urlText(language: RepositoryLanguage): String
}

type ItemGroupMedia {
  "The contenttype group's properties"
  _info: ContentTypeGroup

  "Content types from this group"
  _types: ItemGroupMediaTypes

  files(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): FileItemConnection
  file(
    "Content ID of the file"
    contentId: Int

    "Content remote ID of the file"
    remoteId: String

    "Location ID of the file"
    locationId: Int

    "Location remote ID of the file"
    locationRemoteId: String

    "URL alias of the file"
    urlAlias: String
  ): FileItem
  images(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): ImageItemConnection
  image(
    "Content ID of the image"
    contentId: Int

    "Content remote ID of the image"
    remoteId: String

    "Location ID of the image"
    locationId: Int

    "Location remote ID of the image"
    locationRemoteId: String

    "URL alias of the image"
    urlAlias: String
  ): ImageItem
}

type ItemGroupMediaTypes {
  file: FileItemType
  image: ImageItemType
}

type FileItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  description: MatrixFieldDefinition
  file: BinaryFieldDefinition
}

type ImageItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  caption: MatrixFieldDefinition
  image: BinaryFieldDefinition
}

"A connection to a list of items."
type FileItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [FileItemEdge]
}

"An edge in a connection."
type FileItemEdge {
  "The item at the end of the edge."
  node: FileItem

  "A cursor for use in pagination."
  cursor: String!
}

type FileItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  name(language: RepositoryLanguage): String
  description(language: RepositoryLanguage): RichTextFieldValue
  file(language: RepositoryLanguage): BinaryFileFieldValue
}

"A connection to a list of items."
type ImageItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [ImageItemEdge]
}

"An edge in a connection."
type ImageItemEdge {
  "The item at the end of the edge."
  node: ImageItem

  "A cursor for use in pagination."
  cursor: String!
}

type ImageItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  name(language: RepositoryLanguage): String
  caption(language: RepositoryLanguage): RichTextFieldValue
  image(language: RepositoryLanguage): ImageFieldValue
}

type ItemGroupUsers {
  "The contenttype group's properties"
  _info: ContentTypeGroup

  "Content types from this group"
  _types: ItemGroupUsersTypes

  users(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): UserItemConnection
  user(
    "Content ID of the user"
    contentId: Int

    "Content remote ID of the user"
    remoteId: String

    "Location ID of the user"
    locationId: Int

    "Location remote ID of the user"
    locationRemoteId: String

    "URL alias of the user"
    urlAlias: String
  ): UserItem
  userGroups(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): UserGroupItemConnection
  userGroup(
    "Content ID of the user_group"
    contentId: Int

    "Content remote ID of the user_group"
    remoteId: String

    "Location ID of the user_group"
    locationId: Int

    "Location remote ID of the user_group"
    locationRemoteId: String

    "URL alias of the user_group"
    urlAlias: String
  ): UserGroupItem
}

type ItemGroupUsersTypes {
  user: UserItemType
  userGroup: UserGroupItemType
}

type UserItemType implements ItemType {
  _info: ContentType
  firstName: TextLineFieldDefinition
  lastName: TextLineFieldDefinition
  userAccount: MatrixFieldDefinition
  signature: TextBlockFieldDefinition
  image: BinaryFieldDefinition
}

type UserGroupItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  description: TextLineFieldDefinition
}

"A connection to a list of items."
type UserItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [UserItemEdge]
}

"An edge in a connection."
type UserItemEdge {
  "The item at the end of the edge."
  node: UserItem

  "A cursor for use in pagination."
  cursor: String!
}

"A connection to a list of items."
type UserGroupItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [UserGroupItemEdge]
}

"An edge in a connection."
type UserGroupItemEdge {
  "The item at the end of the edge."
  node: UserGroupItem

  "A cursor for use in pagination."
  cursor: String!
}

type ItemGroupNetgenComponents {
  "The contenttype group's properties"
  _info: ContentTypeGroup

  "Content types from this group"
  _types: ItemGroupNetgenComponentsTypes

  "About component"
  ngComponentAbouts(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgComponentAboutItemConnection

  "About component"
  ngComponentAbout(
    "Content ID of the ng_component_about"
    contentId: Int

    "Content remote ID of the ng_component_about"
    remoteId: String

    "Location ID of the ng_component_about"
    locationId: Int

    "Location remote ID of the ng_component_about"
    locationRemoteId: String

    "URL alias of the ng_component_about"
    urlAlias: String
  ): NgComponentAboutItem

  "Features component"
  ngComponentFeatureses(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgComponentFeaturesItemConnection

  "Features component"
  ngComponentFeatures(
    "Content ID of the ng_component_features"
    contentId: Int

    "Content remote ID of the ng_component_features"
    remoteId: String

    "Location ID of the ng_component_features"
    locationId: Int

    "Location remote ID of the ng_component_features"
    locationRemoteId: String

    "URL alias of the ng_component_features"
    urlAlias: String
  ): NgComponentFeaturesItem

  "Hero component"
  ngComponentHeroes(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgComponentHeroItemConnection

  "Hero component"
  ngComponentHero(
    "Content ID of the ng_component_hero"
    contentId: Int

    "Content remote ID of the ng_component_hero"
    remoteId: String

    "Location ID of the ng_component_hero"
    locationId: Int

    "Location remote ID of the ng_component_hero"
    locationRemoteId: String

    "URL alias of the ng_component_hero"
    urlAlias: String
  ): NgComponentHeroItem

  "Lead component"
  ngComponentLeads(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgComponentLeadItemConnection

  "Lead component"
  ngComponentLead(
    "Content ID of the ng_component_lead"
    contentId: Int

    "Content remote ID of the ng_component_lead"
    remoteId: String

    "Location ID of the ng_component_lead"
    locationId: Int

    "Location remote ID of the ng_component_lead"
    locationRemoteId: String

    "URL alias of the ng_component_lead"
    urlAlias: String
  ): NgComponentLeadItem

  "Logos component"
  ngComponentLogoses(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgComponentLogosItemConnection

  "Logos component"
  ngComponentLogos(
    "Content ID of the ng_component_logos"
    contentId: Int

    "Content remote ID of the ng_component_logos"
    remoteId: String

    "Location ID of the ng_component_logos"
    locationId: Int

    "Location remote ID of the ng_component_logos"
    locationRemoteId: String

    "URL alias of the ng_component_logos"
    urlAlias: String
  ): NgComponentLogosItem

  "Quote component"
  ngComponentQuotes(
    after: String
    first: Int
    before: String
    last: Int

    "A Content query used to filter results"
    query: ContentSearchQuery

    "A Sort Clause, or array of Clauses. Add _desc after a Clause to reverse it"
    sortBy: [SortByOptions]
  ): NgComponentQuoteItemConnection

  "Quote component"
  ngComponentQuote(
    "Content ID of the ng_component_quote"
    contentId: Int

    "Content remote ID of the ng_component_quote"
    remoteId: String

    "Location ID of the ng_component_quote"
    locationId: Int

    "Location remote ID of the ng_component_quote"
    locationRemoteId: String

    "URL alias of the ng_component_quote"
    urlAlias: String
  ): NgComponentQuoteItem
}

type ItemGroupNetgenComponentsTypes {
  ngComponentAbout: NgComponentAboutItemType
  ngComponentFeatures: NgComponentFeaturesItemType
  ngComponentHero: NgComponentHeroItemType
  ngComponentLead: NgComponentLeadItemType
  ngComponentLogos: NgComponentLogosItemType
  ngComponentQuote: NgComponentQuoteItemType
}

type NgComponentAboutItemType implements ItemType {
  _info: ContentType

  "Internal name"
  name: TextLineFieldDefinition

  eyebrowTitle: TextLineFieldDefinition
  title: TextLineFieldDefinition
  description: MatrixFieldDefinition
  description2: MatrixFieldDefinition
  image: BinaryFieldDefinition
  imageMobile: BinaryFieldDefinition
  link1: MatrixFieldDefinition
  link2: MatrixFieldDefinition
}

type NgComponentFeaturesItemType implements ItemType {
  _info: ContentType

  "Internal name"
  name: TextLineFieldDefinition

  eyebrowTitle: TextLineFieldDefinition
  title: TextLineFieldDefinition
  description: MatrixFieldDefinition
  image: BinaryFieldDefinition
  imageMobile: BinaryFieldDefinition
  link1: MatrixFieldDefinition
  link2: MatrixFieldDefinition
  item1Position: MatrixFieldDefinition
  item1HighlightTitle: TextLineFieldDefinition
  item1Title: TextLineFieldDefinition
  item1Description: MatrixFieldDefinition
  item1Icon: BinaryFieldDefinition
  item1Image: BinaryFieldDefinition
  item1ImageMobile: BinaryFieldDefinition
  item1Link: MatrixFieldDefinition
  item2Position: MatrixFieldDefinition
  item2HighlightTitle: TextLineFieldDefinition
  item2Title: TextLineFieldDefinition
  item2Description: MatrixFieldDefinition
  item2Icon: BinaryFieldDefinition
  item2Image: BinaryFieldDefinition
  item2ImageMobile: BinaryFieldDefinition
  item2Link: MatrixFieldDefinition
  item3Position: MatrixFieldDefinition
  item3HighlightTitle: TextLineFieldDefinition
  item3Title: TextLineFieldDefinition
  item3Description: MatrixFieldDefinition
  item3Icon: BinaryFieldDefinition
  item3Image: BinaryFieldDefinition
  item3ImageMobile: BinaryFieldDefinition
  item3Link: MatrixFieldDefinition
  item4Position: MatrixFieldDefinition
  item4HighlightTitle: TextLineFieldDefinition
  item4Title: TextLineFieldDefinition
  item4Description: MatrixFieldDefinition
  item4Icon: BinaryFieldDefinition
  item4Image: BinaryFieldDefinition
  item4ImageMobile: BinaryFieldDefinition
  item4Link: MatrixFieldDefinition
  item5Position: MatrixFieldDefinition
  item5HighlightTitle: TextLineFieldDefinition
  item5Title: TextLineFieldDefinition
  item5Description: MatrixFieldDefinition
  item5Icon: BinaryFieldDefinition
  item5Image: BinaryFieldDefinition
  item5ImageMobile: BinaryFieldDefinition
  item5Link: MatrixFieldDefinition
  item6Position: MatrixFieldDefinition
  item6HighlightTitle: TextLineFieldDefinition
  item6Title: TextLineFieldDefinition
  item6Description: MatrixFieldDefinition
  item6Icon: BinaryFieldDefinition
  item6Image: BinaryFieldDefinition
  item6ImageMobile: BinaryFieldDefinition
  item6Link: MatrixFieldDefinition
  item7Position: MatrixFieldDefinition
  item7HighlightTitle: TextLineFieldDefinition
  item7Title: TextLineFieldDefinition
  item7Description: MatrixFieldDefinition
  item7Icon: BinaryFieldDefinition
  item7Image: BinaryFieldDefinition
  item7ImageMobile: BinaryFieldDefinition
  item7Link: MatrixFieldDefinition
  item8Position: MatrixFieldDefinition
  item8HighlightTitle: TextLineFieldDefinition
  item8Title: TextLineFieldDefinition
  item8Description: MatrixFieldDefinition
  item8Icon: BinaryFieldDefinition
  item8Image: BinaryFieldDefinition
  item8ImageMobile: BinaryFieldDefinition
  item8Link: MatrixFieldDefinition
}

type NgComponentHeroItemType implements ItemType {
  _info: ContentType

  "Internal name"
  name: TextLineFieldDefinition

  eyebrowTitle: TextLineFieldDefinition
  title: TextLineFieldDefinition
  description: MatrixFieldDefinition
  video: BinaryFieldDefinition
  videoMobile: BinaryFieldDefinition
  image: BinaryFieldDefinition
  imageMobile: BinaryFieldDefinition
  link1: MatrixFieldDefinition
  link2: MatrixFieldDefinition
}

type NgComponentLeadItemType implements ItemType {
  _info: ContentType

  "Internal name"
  name: TextLineFieldDefinition

  eyebrowTitle: TextLineFieldDefinition
  title: TextLineFieldDefinition
  description: MatrixFieldDefinition
  image: BinaryFieldDefinition
  imageMobile: BinaryFieldDefinition
  link1: MatrixFieldDefinition
}

type NgComponentLogosItemType implements ItemType {
  _info: ContentType

  "Internal name"
  name: TextLineFieldDefinition

  eyebrowTitle: TextLineFieldDefinition
  title: TextLineFieldDefinition
  description: MatrixFieldDefinition
  image: BinaryFieldDefinition
  imageMobile: BinaryFieldDefinition
  logos: RelationListFieldDefinition
  link1: MatrixFieldDefinition
  link2: MatrixFieldDefinition
}

type NgComponentQuoteItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  title: TextLineFieldDefinition
  item1Position: MatrixFieldDefinition
  item1Title: TextLineFieldDefinition
  item1Description: MatrixFieldDefinition
  item1PersonImage: BinaryFieldDefinition
  item1PersonName: TextLineFieldDefinition
  item1PersonDescription: TextLineFieldDefinition
  item2Position: MatrixFieldDefinition
  item2Title: TextLineFieldDefinition
  item2Description: MatrixFieldDefinition
  item2PersonImage: BinaryFieldDefinition
  item2PersonName: TextLineFieldDefinition
  item2PersonDescription: TextLineFieldDefinition
  item3Position: MatrixFieldDefinition
  item3Title: TextLineFieldDefinition
  item3Description: MatrixFieldDefinition
  item3PersonImage: BinaryFieldDefinition
  item3PersonName: TextLineFieldDefinition
  item3PersonDescription: TextLineFieldDefinition
  item4Position: MatrixFieldDefinition
  item4Title: TextLineFieldDefinition
  item4Description: MatrixFieldDefinition
  item4PersonImage: BinaryFieldDefinition
  item4PersonName: TextLineFieldDefinition
  item4PersonDescription: TextLineFieldDefinition
  item5Position: MatrixFieldDefinition
  item5Title: TextLineFieldDefinition
  item5Description: MatrixFieldDefinition
  item5PersonImage: BinaryFieldDefinition
  item5PersonName: TextLineFieldDefinition
  item5PersonDescription: TextLineFieldDefinition
  item6Position: MatrixFieldDefinition
  item6Title: TextLineFieldDefinition
  item6Description: MatrixFieldDefinition
  item6PersonImage: BinaryFieldDefinition
  item6PersonName: TextLineFieldDefinition
  item6PersonDescription: TextLineFieldDefinition
  item7Position: MatrixFieldDefinition
  item7Title: TextLineFieldDefinition
  item7Description: MatrixFieldDefinition
  item7PersonImage: BinaryFieldDefinition
  item7PersonName: TextLineFieldDefinition
  item7PersonDescription: TextLineFieldDefinition
  item8Position: MatrixFieldDefinition
  item8Title: TextLineFieldDefinition
  item8Description: MatrixFieldDefinition
  item8PersonImage: BinaryFieldDefinition
  item8PersonName: TextLineFieldDefinition
  item8PersonDescription: TextLineFieldDefinition
}

"A connection to a list of items."
type NgComponentAboutItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgComponentAboutItemEdge]
}

"An edge in a connection."
type NgComponentAboutItemEdge {
  "The item at the end of the edge."
  node: NgComponentAboutItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgComponentAboutItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  name(language: RepositoryLanguage): String
  eyebrowTitle(language: RepositoryLanguage): String
  title(language: RepositoryLanguage): String
  description(language: RepositoryLanguage): RichTextFieldValue
  description2(language: RepositoryLanguage): RichTextFieldValue
  image(language: RepositoryLanguage): ImageFieldValue
  imageMobile(language: RepositoryLanguage): ImageFieldValue
  link1(language: RepositoryLanguage): String
  link2(language: RepositoryLanguage): String
}

"A connection to a list of items."
type NgComponentFeaturesItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgComponentFeaturesItemEdge]
}

"An edge in a connection."
type NgComponentFeaturesItemEdge {
  "The item at the end of the edge."
  node: NgComponentFeaturesItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgComponentFeaturesItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  name(language: RepositoryLanguage): String
  eyebrowTitle(language: RepositoryLanguage): String
  title(language: RepositoryLanguage): String
  description(language: RepositoryLanguage): RichTextFieldValue
  image(language: RepositoryLanguage): ImageFieldValue
  imageMobile(language: RepositoryLanguage): ImageFieldValue
  link1(language: RepositoryLanguage): String
  link2(language: RepositoryLanguage): String
  item1Position: String
  item1HighlightTitle(language: RepositoryLanguage): String
  item1Title(language: RepositoryLanguage): String
  item1Description(language: RepositoryLanguage): RichTextFieldValue
  item1Icon: BinaryFileFieldValue
  item1Image: ImageFieldValue
  item1ImageMobile: ImageFieldValue
  item1Link(language: RepositoryLanguage): String
  item2Position: String
  item2HighlightTitle(language: RepositoryLanguage): String
  item2Title(language: RepositoryLanguage): String
  item2Description(language: RepositoryLanguage): RichTextFieldValue
  item2Icon: BinaryFileFieldValue
  item2Image: ImageFieldValue
  item2ImageMobile: ImageFieldValue
  item2Link(language: RepositoryLanguage): String
  item3Position: String
  item3HighlightTitle(language: RepositoryLanguage): String
  item3Title(language: RepositoryLanguage): String
  item3Description(language: RepositoryLanguage): RichTextFieldValue
  item3Icon: BinaryFileFieldValue
  item3Image: ImageFieldValue
  item3ImageMobile: ImageFieldValue
  item3Link(language: RepositoryLanguage): String
  item4Position: String
  item4HighlightTitle(language: RepositoryLanguage): String
  item4Title(language: RepositoryLanguage): String
  item4Description(language: RepositoryLanguage): RichTextFieldValue
  item4Icon: BinaryFileFieldValue
  item4Image: ImageFieldValue
  item4ImageMobile: ImageFieldValue
  item4Link(language: RepositoryLanguage): String
  item5Position: String
  item5HighlightTitle(language: RepositoryLanguage): String
  item5Title(language: RepositoryLanguage): String
  item5Description(language: RepositoryLanguage): RichTextFieldValue
  item5Icon: BinaryFileFieldValue
  item5Image: ImageFieldValue
  item5ImageMobile: ImageFieldValue
  item5Link(language: RepositoryLanguage): String
  item6Position: String
  item6HighlightTitle(language: RepositoryLanguage): String
  item6Title(language: RepositoryLanguage): String
  item6Description(language: RepositoryLanguage): RichTextFieldValue
  item6Icon: BinaryFileFieldValue
  item6Image: ImageFieldValue
  item6ImageMobile: ImageFieldValue
  item6Link(language: RepositoryLanguage): String
  item7Position: String
  item7HighlightTitle(language: RepositoryLanguage): String
  item7Title(language: RepositoryLanguage): String
  item7Description(language: RepositoryLanguage): RichTextFieldValue
  item7Icon: BinaryFileFieldValue
  item7Image: ImageFieldValue
  item7ImageMobile: ImageFieldValue
  item7Link(language: RepositoryLanguage): String
  item8Position: String
  item8HighlightTitle(language: RepositoryLanguage): String
  item8Title(language: RepositoryLanguage): String
  item8Description(language: RepositoryLanguage): RichTextFieldValue
  item8Icon: BinaryFileFieldValue
  item8Image: ImageFieldValue
  item8ImageMobile: ImageFieldValue
  item8Link(language: RepositoryLanguage): String
}

"A connection to a list of items."
type NgComponentHeroItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgComponentHeroItemEdge]
}

"An edge in a connection."
type NgComponentHeroItemEdge {
  "The item at the end of the edge."
  node: NgComponentHeroItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgComponentHeroItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  name(language: RepositoryLanguage): String
  eyebrowTitle(language: RepositoryLanguage): String
  title(language: RepositoryLanguage): String
  description(language: RepositoryLanguage): RichTextFieldValue
  video: BinaryFileFieldValue
  videoMobile: BinaryFileFieldValue
  image(language: RepositoryLanguage): ImageFieldValue
  imageMobile(language: RepositoryLanguage): ImageFieldValue
  link1(language: RepositoryLanguage): String
  link2(language: RepositoryLanguage): String
}

"A connection to a list of items."
type NgComponentLeadItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgComponentLeadItemEdge]
}

"An edge in a connection."
type NgComponentLeadItemEdge {
  "The item at the end of the edge."
  node: NgComponentLeadItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgComponentLeadItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  name(language: RepositoryLanguage): String
  eyebrowTitle(language: RepositoryLanguage): String
  title(language: RepositoryLanguage): String
  description(language: RepositoryLanguage): RichTextFieldValue
  image(language: RepositoryLanguage): ImageFieldValue
  imageMobile(language: RepositoryLanguage): ImageFieldValue
  link1(language: RepositoryLanguage): String
}

"A connection to a list of items."
type NgComponentLogosItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgComponentLogosItemEdge]
}

"An edge in a connection."
type NgComponentLogosItemEdge {
  "The item at the end of the edge."
  node: NgComponentLogosItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgComponentLogosItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  name(language: RepositoryLanguage): String
  eyebrowTitle(language: RepositoryLanguage): String
  title(language: RepositoryLanguage): String
  description(language: RepositoryLanguage): RichTextFieldValue
  image(language: RepositoryLanguage): ImageFieldValue
  imageMobile(language: RepositoryLanguage): ImageFieldValue
  logos(after: String, first: Int, before: String, last: Int, language: RepositoryLanguage): RelationsConnection
  link1(language: RepositoryLanguage): String
  link2(language: RepositoryLanguage): String
}

"A connection to a list of items."
type NgComponentQuoteItemConnection {
  sliceSize: Int!
  orderBy: String

  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NgComponentQuoteItemEdge]
}

"An edge in a connection."
type NgComponentQuoteItemEdge {
  "The item at the end of the edge."
  node: NgComponentQuoteItem

  "A cursor for use in pagination."
  cursor: String!
}

type NgComponentQuoteItem implements Item & Node {
  "The Content item's unique ID."
  id: ID!

  "The item's content type"
  _type: ContentType

  "Underlying content info item"
  _contentInfo: Content

  "Main location"
  _location: Location

  "All the locations"
  _allLocations: [Location]

  "The content item's name, in the prioritized language(s), based on the object name pattern"
  _name: String

  "The content item's url alias, based on the main location."
  _url: String

  _thumbnail: Thumbnail
  name(language: RepositoryLanguage): String
  title(language: RepositoryLanguage): String
  item1Position: String
  item1Title(language: RepositoryLanguage): String
  item1Description(language: RepositoryLanguage): RichTextFieldValue
  item1PersonImage: ImageFieldValue
  item1PersonName(language: RepositoryLanguage): String
  item1PersonDescription(language: RepositoryLanguage): String
  item2Position: String
  item2Title(language: RepositoryLanguage): String
  item2Description(language: RepositoryLanguage): RichTextFieldValue
  item2PersonImage: ImageFieldValue
  item2PersonName(language: RepositoryLanguage): String
  item2PersonDescription(language: RepositoryLanguage): String
  item3Position: String
  item3Title(language: RepositoryLanguage): String
  item3Description(language: RepositoryLanguage): RichTextFieldValue
  item3PersonImage: ImageFieldValue
  item3PersonName(language: RepositoryLanguage): String
  item3PersonDescription(language: RepositoryLanguage): String
  item4Position: String
  item4Title(language: RepositoryLanguage): String
  item4Description(language: RepositoryLanguage): RichTextFieldValue
  item4PersonImage: ImageFieldValue
  item4PersonName(language: RepositoryLanguage): String
  item4PersonDescription(language: RepositoryLanguage): String
  item5Position: String
  item5Title(language: RepositoryLanguage): String
  item5Description(language: RepositoryLanguage): RichTextFieldValue
  item5PersonImage: ImageFieldValue
  item5PersonName(language: RepositoryLanguage): String
  item5PersonDescription(language: RepositoryLanguage): String
  item6Position: String
  item6Title(language: RepositoryLanguage): String
  item6Description(language: RepositoryLanguage): RichTextFieldValue
  item6PersonImage: ImageFieldValue
  item6PersonName(language: RepositoryLanguage): String
  item6PersonDescription(language: RepositoryLanguage): String
  item7Position: String
  item7Title(language: RepositoryLanguage): String
  item7Description(language: RepositoryLanguage): RichTextFieldValue
  item7PersonImage: ImageFieldValue
  item7PersonName(language: RepositoryLanguage): String
  item7PersonDescription(language: RepositoryLanguage): String
  item8Position: String
  item8Title(language: RepositoryLanguage): String
  item8Description(language: RepositoryLanguage): RichTextFieldValue
  item8PersonImage: ImageFieldValue
  item8PersonName(language: RepositoryLanguage): String
  item8PersonDescription(language: RepositoryLanguage): String
}

type ItemMutation {
  deleteContent(
    "Global ID of the content item to delete"
    id: ID

    "ID of the content item to delete"
    contentId: Int
  ): DeleteContentPayload
  uploadFiles(
    "The location ID of a container to upload the files to"
    locationId: Int!

    files: [FileUpload]!

    "The language the content items must be created in"
    language: RepositoryLanguage!
  ): UploadedFilesPayload
  createToken(username: String!, password: String!): CreatedTokenPayload
  createNgArticle(
    input: NgArticleItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgArticleItem!
  updateNgArticle(
    input: NgArticleItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgArticleItem!
  createNgBanner(
    input: NgBannerItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgBannerItem!
  updateNgBanner(
    input: NgBannerItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgBannerItem!
  createNgBlogPost(
    input: NgBlogPostItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgBlogPostItem!
  updateNgBlogPost(
    input: NgBlogPostItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgBlogPostItem!
  createNgContactForm(
    input: NgContactFormItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgContactFormItem!
  updateNgContactForm(
    input: NgContactFormItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgContactFormItem!
  createNgCookiePolicy(
    input: NgCookiePolicyItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgCookiePolicyItem!
  updateNgCookiePolicy(
    input: NgCookiePolicyItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgCookiePolicyItem!
  createNgFrontpage(
    input: NgFrontpageItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgFrontpageItem!
  updateNgFrontpage(
    input: NgFrontpageItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgFrontpageItem!
  createNgJobApplicationForm(
    input: NgJobApplicationFormItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgJobApplicationFormItem!
  updateNgJobApplicationForm(
    input: NgJobApplicationFormItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgJobApplicationFormItem!
  createNgJobPosition(
    input: NgJobPositionItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgJobPositionItem!
  updateNgJobPosition(
    input: NgJobPositionItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgJobPositionItem!
  createNgLandingPage(
    input: NgLandingPageItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgLandingPageItem!
  updateNgLandingPage(
    input: NgLandingPageItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgLandingPageItem!
  createNgLeadForm(
    input: NgLeadFormItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgLeadFormItem!
  updateNgLeadForm(
    input: NgLeadFormItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgLeadFormItem!
  createNgLogo(
    input: NgLogoItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgLogoItem!
  updateNgLogo(
    input: NgLogoItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgLogoItem!
  createNgNews(
    input: NgNewsItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgNewsItem!
  updateNgNews(
    input: NgNewsItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgNewsItem!
  createNgShortcut(
    input: NgShortcutItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgShortcutItem!
  updateNgShortcut(
    input: NgShortcutItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgShortcutItem!
  createNgSiteInfo(
    input: NgSiteInfoItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgSiteInfoItem!
  updateNgSiteInfo(
    input: NgSiteInfoItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgSiteInfoItem!
  createNgVideo(
    input: NgVideoItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgVideoItem!
  updateNgVideo(
    input: NgVideoItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgVideoItem!
  createNgAccordionItem(
    input: NgAccordionItemItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgAccordionItemItem!
  updateNgAccordionItem(
    input: NgAccordionItemItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgAccordionItemItem!
  createNgAudio(
    input: NgAudioItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgAudioItem!
  updateNgAudio(
    input: NgAudioItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgAudioItem!
  createNgCategory(
    input: NgCategoryItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgCategoryItem!
  updateNgCategory(
    input: NgCategoryItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgCategoryItem!
  createNgContainer(
    input: NgContainerItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgContainerItem!
  updateNgContainer(
    input: NgContainerItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgContainerItem!
  createNgGallery(
    input: NgGalleryItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgGalleryItem!
  updateNgGallery(
    input: NgGalleryItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgGalleryItem!
  createNgHtmlbox(
    input: NgHtmlboxItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgHtmlboxItem!
  updateNgHtmlbox(
    input: NgHtmlboxItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgHtmlboxItem!
  createNgMenuItem(
    input: NgMenuItemItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgMenuItemItem!
  updateNgMenuItem(
    input: NgMenuItemItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgMenuItemItem!
  createNgPerson(
    input: NgPersonItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgPersonItem!
  updateNgPerson(
    input: NgPersonItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgPersonItem!
  createNgRecipe(
    input: NgRecipeItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgRecipeItem!
  updateNgRecipe(
    input: NgRecipeItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgRecipeItem!
  createNgTopic(
    input: NgTopicItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgTopicItem!
  updateNgTopic(
    input: NgTopicItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgTopicItem!
  createFile(
    input: FileItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): FileItem!
  updateFile(
    input: FileItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): FileItem!
  createImage(
    input: ImageItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): ImageItem!
  updateImage(
    input: ImageItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): ImageItem!
  createUser(
    input: UserItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): UserItem!
  updateUser(
    input: UserItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): UserItem!
  createUserGroup(
    input: UserGroupItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): UserGroupItem!
  updateUserGroup(
    input: UserGroupItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): UserGroupItem!
  createNgComponentAbout(
    input: NgComponentAboutItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgComponentAboutItem!
  updateNgComponentAbout(
    input: NgComponentAboutItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgComponentAboutItem!
  createNgComponentFeatures(
    input: NgComponentFeaturesItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgComponentFeaturesItem!
  updateNgComponentFeatures(
    input: NgComponentFeaturesItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgComponentFeaturesItem!
  createNgComponentHero(
    input: NgComponentHeroItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgComponentHeroItem!
  updateNgComponentHero(
    input: NgComponentHeroItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgComponentHeroItem!
  createNgComponentLead(
    input: NgComponentLeadItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgComponentLeadItem!
  updateNgComponentLead(
    input: NgComponentLeadItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgComponentLeadItem!
  createNgComponentLogos(
    input: NgComponentLogosItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgComponentLogosItem!
  updateNgComponentLogos(
    input: NgComponentLogosItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgComponentLogosItem!
  createNgComponentQuote(
    input: NgComponentQuoteItemCreateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    parentLocationId: Int!
  ): NgComponentQuoteItem!
  updateNgComponentQuote(
    input: NgComponentQuoteItemUpdateInput!

    "The language the content should be created/updated in."
    language: RepositoryLanguage!

    "ID of the content item to update"
    id: ID

    "Repository content ID of the content item to update"
    contentId: Int

    "Optional version number to update. If it is a draft, it is saved, not published. If it is archived, it is used as the source version for the update, to complete missing fields."
    versionNo: Int
  ): NgComponentQuoteItem!
}

type DeleteContentPayload {
  "Numerical content id"
  contentId: Int

  "Global ID"
  id: ID
}

scalar FileUpload

type UploadedFilesPayload {
  files: [DomainContent]
  warnings: [String]
}

type CreatedTokenPayload {
  token: String

  "The reason why authentication has failed, if it has"
  message: String
}

input NgArticleItemCreateInput {
  "Article title"
  title: String!

  "Short version of a title, used in menus"
  teaserTitle: String
  authors: [Int]

  "Image used on full article page"
  image: ImageFieldInput

  "Image used on listing and search pages"
  teaserImage: ImageFieldInput

  "Full intro text, shown on full article page"
  fullIntro: RichTextFieldInput

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: RichTextFieldInput

  "Main article text"
  body: RichTextFieldInput

  "Links to related content"
  relatedContent: [Int]
  relatedMultimedia: [Int]
  mainTopic: String
  tags: String
  sponsoredContentDisclosure: String

  "SEO meta data"
  metadata: String

  "Specific CSS class"
  cssClass: String

  "Text to be used when generating smart URLs"
  urlText: String
}

input ImageFieldInput {
  name: String
  alternativeText: String
  file: FileUpload
}

input RichTextFieldInput {
  format: RichTextFieldInputFormat
  input: String
}

enum RichTextFieldInputFormat {
  markdown
  html
}

input NgArticleItemUpdateInput {
  "Article title"
  title: String

  "Short version of a title, used in menus"
  teaserTitle: String
  authors: [Int]

  "Image used on full article page"
  image: ImageFieldInput

  "Image used on listing and search pages"
  teaserImage: ImageFieldInput

  "Full intro text, shown on full article page"
  fullIntro: RichTextFieldInput

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: RichTextFieldInput

  "Main article text"
  body: RichTextFieldInput

  "Links to related content"
  relatedContent: [Int]
  relatedMultimedia: [Int]
  mainTopic: String
  tags: String
  sponsoredContentDisclosure: String

  "SEO meta data"
  metadata: String

  "Specific CSS class"
  cssClass: String

  "Text to be used when generating smart URLs"
  urlText: String
}

input NgBannerItemCreateInput {
  eyebrowTitle: String
  title: String!
  image: ImageFieldInput!
  description: RichTextFieldInput
  link: String

  "Specific CSS class"
  cssClass: String
}

input NgBannerItemUpdateInput {
  eyebrowTitle: String
  title: String
  image: ImageFieldInput
  description: RichTextFieldInput
  link: String

  "Specific CSS class"
  cssClass: String
}

input NgBlogPostItemCreateInput {
  "News title"
  title: String!

  "News headline"
  headline: String
  authors: [Int]

  "Short title version"
  teaserTitle: String

  "Image used on blog post page"
  image: ImageFieldInput

  "Image used on listing and search pages"
  teaserImage: ImageFieldInput
  publishDate: DateFieldInput!

  "Full intro text, shown on news page"
  fullIntro: RichTextFieldInput

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: RichTextFieldInput

  "Main news text"
  body: RichTextFieldInput

  "Links to related content"
  relatedContent: [Int]
  mainTopic: String

  "Tags"
  tags: String
  sponsoredContentDisclosure: String
  metadata: String
  cssClass: String
  urlText: String
}

input DateFieldInput {
  format: DateInputFormat
  input: String
}

enum DateInputFormat {
  timestring
  rfc850
  timestamp
}

input NgBlogPostItemUpdateInput {
  "News title"
  title: String

  "News headline"
  headline: String
  authors: [Int]

  "Short title version"
  teaserTitle: String

  "Image used on blog post page"
  image: ImageFieldInput

  "Image used on listing and search pages"
  teaserImage: ImageFieldInput
  publishDate: DateFieldInput

  "Full intro text, shown on news page"
  fullIntro: RichTextFieldInput

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: RichTextFieldInput

  "Main news text"
  body: RichTextFieldInput

  "Links to related content"
  relatedContent: [Int]
  mainTopic: String

  "Tags"
  tags: String
  sponsoredContentDisclosure: String
  metadata: String
  cssClass: String
  urlText: String
}

input NgContactFormItemCreateInput {
  "Form title"
  title: String!

  "Short version of a title, used in menus"
  teaserTitle: String

  "Full intro text, shown on full form page"
  fullIntro: RichTextFieldInput

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: RichTextFieldInput
  body: RichTextFieldInput
  senderFirstName: String!
  senderLastName: String!
  senderEmail: String!
  senderMessage: String
  gdprConsent: Boolean!
  gdprConsentLabel: RichTextFieldInput
  newsletter1Consent: Boolean
  newsletter1Label: RichTextFieldInput
  newsletter1GroupIds: String
  recipient: String

  "Text shown to user after a successful post"
  successText: RichTextFieldInput
  referer: String
  gtmEventPrefix: String
  honeypotFieldName: String!
  honeypotFieldLabel: String
}

input NgContactFormItemUpdateInput {
  "Form title"
  title: String

  "Short version of a title, used in menus"
  teaserTitle: String

  "Full intro text, shown on full form page"
  fullIntro: RichTextFieldInput

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: RichTextFieldInput
  body: RichTextFieldInput
  senderFirstName: String
  senderLastName: String
  senderEmail: String
  senderMessage: String
  gdprConsent: Boolean
  gdprConsentLabel: RichTextFieldInput
  newsletter1Consent: Boolean
  newsletter1Label: RichTextFieldInput
  newsletter1GroupIds: String
  recipient: String

  "Text shown to user after a successful post"
  successText: RichTextFieldInput
  referer: String
  gtmEventPrefix: String
  honeypotFieldName: String
  honeypotFieldLabel: String
}

input NgCookiePolicyItemCreateInput {
  title: String!

  "Main title in ribbon"
  ribbonHeading: String

  "Description that shows in ribbon"
  ribbonDescription: RichTextFieldInput

  "Label for settings customization link"
  ribbonSettingsLabel: String!

  "Label for Accept All button"
  ribbonButtonAcceptAllLabel: String!

  "ribbon_button_save_label"
  ribbonButtonSaveLabel: String!
  necessaryLabel: String!
  necessaryDescription: RichTextFieldInput!
  analyticsIsActive: Boolean
  analyticsDefaultState: Boolean
  analyticsLabel: String
  analyticsDescription: RichTextFieldInput
  analyticsOnAccept: String
  analyticsOnRevoke: String
  marketingIsActive: Boolean
  marketingDefaultState: Boolean
  marketingLabel: String
  marketingDescription: RichTextFieldInput
  marketingOnAccept: String
  marketingOnRevoke: String
  socialSharingIsActive: Boolean
  socialSharingDefaultState: Boolean
  socialSharingLabel: String
  socialSharingDescription: RichTextFieldInput
  socialSharingOnAccept: String
  socialSharingOnRevoke: String
}

input NgCookiePolicyItemUpdateInput {
  title: String

  "Main title in ribbon"
  ribbonHeading: String

  "Description that shows in ribbon"
  ribbonDescription: RichTextFieldInput

  "Label for settings customization link"
  ribbonSettingsLabel: String

  "Label for Accept All button"
  ribbonButtonAcceptAllLabel: String

  "ribbon_button_save_label"
  ribbonButtonSaveLabel: String
  necessaryLabel: String
  necessaryDescription: RichTextFieldInput
  analyticsIsActive: Boolean
  analyticsDefaultState: Boolean
  analyticsLabel: String
  analyticsDescription: RichTextFieldInput
  analyticsOnAccept: String
  analyticsOnRevoke: String
  marketingIsActive: Boolean
  marketingDefaultState: Boolean
  marketingLabel: String
  marketingDescription: RichTextFieldInput
  marketingOnAccept: String
  marketingOnRevoke: String
  socialSharingIsActive: Boolean
  socialSharingDefaultState: Boolean
  socialSharingLabel: String
  socialSharingDescription: RichTextFieldInput
  socialSharingOnAccept: String
  socialSharingOnRevoke: String
}

input NgFrontpageItemCreateInput {
  title: String!
  metadata: String
}

input NgFrontpageItemUpdateInput {
  title: String
  metadata: String
}

input NgJobApplicationFormItemCreateInput {
  name: String!

  "Form title"
  title: String

  "Full intro text, shown on full form page"
  fullIntro: RichTextFieldInput
  senderFirstName: String!
  senderLastName: String!
  senderEmail: String!
  senderMessage: String
  senderFileCv: BinaryFieldInput!
  senderMotivationLetter: BinaryFieldInput
  gdprConsent: Boolean!
  gdprConsentLabel: RichTextFieldInput
  newsletter1Consent: Boolean
  newsletter1Label: RichTextFieldInput
  newsletter1GroupIds: String
  recipient: String

  "Text shown to user after a successful post"
  successText: RichTextFieldInput
  referer: String
  gtmEventPrefix: String
  honeypotFieldName: String!
  honeypotFieldLabel: String
}

input BinaryFieldInput {
  "The media file"
  file: FileUpload!

  "The media's name. Will use the upload file's name if not provided."
  fileName: String
}

input NgJobApplicationFormItemUpdateInput {
  name: String

  "Form title"
  title: String

  "Full intro text, shown on full form page"
  fullIntro: RichTextFieldInput
  senderFirstName: String
  senderLastName: String
  senderEmail: String
  senderMessage: String
  senderFileCv: BinaryFieldInput
  senderMotivationLetter: BinaryFieldInput
  gdprConsent: Boolean
  gdprConsentLabel: RichTextFieldInput
  newsletter1Consent: Boolean
  newsletter1Label: RichTextFieldInput
  newsletter1GroupIds: String
  recipient: String

  "Text shown to user after a successful post"
  successText: RichTextFieldInput
  referer: String
  gtmEventPrefix: String
  honeypotFieldName: String
  honeypotFieldLabel: String
}

input NgJobPositionItemCreateInput {
  "Article title"
  title: String!

  "Short version of a title, used in menus"
  teaserTitle: String

  "Image used on full job position page"
  image: ImageFieldInput

  "Image used on listing and search pages"
  teaserImage: ImageFieldInput
  jobLocation: String

  "Part time, full time, etc."
  engagementType: String
  applicationDeadline: DateFieldInput

  "Full intro text, shown on full job position page"
  fullIntro: RichTextFieldInput

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: RichTextFieldInput
  jobOverview: RichTextFieldInput
  requirements: RichTextFieldInput
  responsibilities: RichTextFieldInput
  metadata: String

  "Text to be used when generating smart URLs"
  urlText: String
}

input NgJobPositionItemUpdateInput {
  "Article title"
  title: String

  "Short version of a title, used in menus"
  teaserTitle: String

  "Image used on full job position page"
  image: ImageFieldInput

  "Image used on listing and search pages"
  teaserImage: ImageFieldInput
  jobLocation: String

  "Part time, full time, etc."
  engagementType: String
  applicationDeadline: DateFieldInput

  "Full intro text, shown on full job position page"
  fullIntro: RichTextFieldInput

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: RichTextFieldInput
  jobOverview: RichTextFieldInput
  requirements: RichTextFieldInput
  responsibilities: RichTextFieldInput
  metadata: String

  "Text to be used when generating smart URLs"
  urlText: String
}

input NgLandingPageItemCreateInput {
  title: String!
  teaserTitle: String

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: RichTextFieldInput
  tags: String
  internalRedirect: Int
  externalRedirect: UrlFieldInput
  metadata: String
  cssClass: String
  urlText: String
}

input UrlFieldInput {
  "The link's URL"
  link: String!

  "The link's name or description"
  text: String
}

input NgLandingPageItemUpdateInput {
  title: String
  teaserTitle: String

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: RichTextFieldInput
  tags: String
  internalRedirect: Int
  externalRedirect: UrlFieldInput
  metadata: String
  cssClass: String
  urlText: String
}

input NgLeadFormItemCreateInput {
  name: String!

  "Form title"
  title: String

  "Full intro text, shown on full form page"
  fullIntro: RichTextFieldInput
  senderFirstName: String!
  senderLastName: String!
  senderEmail: String!
  senderMessage: String
  gdprConsent: Boolean!
  gdprConsentLabel: RichTextFieldInput
  newsletter1Consent: Boolean
  newsletter1Label: RichTextFieldInput
  newsletter1GroupIds: String
  recipient: String

  "Text shown to user after a successful post"
  successText: RichTextFieldInput
  referer: String
  gtmEventPrefix: String
  honeypotFieldName: String!
  honeypotFieldLabel: String
}

input NgLeadFormItemUpdateInput {
  name: String

  "Form title"
  title: String

  "Full intro text, shown on full form page"
  fullIntro: RichTextFieldInput
  senderFirstName: String
  senderLastName: String
  senderEmail: String
  senderMessage: String
  gdprConsent: Boolean
  gdprConsentLabel: RichTextFieldInput
  newsletter1Consent: Boolean
  newsletter1Label: RichTextFieldInput
  newsletter1GroupIds: String
  recipient: String

  "Text shown to user after a successful post"
  successText: RichTextFieldInput
  referer: String
  gtmEventPrefix: String
  honeypotFieldName: String
  honeypotFieldLabel: String
}

input NgLogoItemCreateInput {
  name: String!
  title: String
  logo: ImageFieldInput
  logoSvg: BinaryFieldInput
  description: RichTextFieldInput
  link: String
}

input NgLogoItemUpdateInput {
  name: String
  title: String
  logo: ImageFieldInput
  logoSvg: BinaryFieldInput
  description: RichTextFieldInput
  link: String
}

input NgNewsItemCreateInput {
  "News title"
  title: String!

  "Short title version"
  teaserTitle: String
  authors: [Int]

  "News headline"
  headline: String

  "Image used on article page"
  image: ImageFieldInput

  "Image used on listing and search pages"
  teaserImage: ImageFieldInput
  publishDate: DateFieldInput!

  "Full intro text, shown on news page"
  fullIntro: RichTextFieldInput

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: RichTextFieldInput

  "Main news text"
  body: RichTextFieldInput

  "Links to related content"
  relatedContent: [Int]
  relatedMultimedia: [Int]
  mainTopic: String
  tags: String
  sponsoredContentDisclosure: String
  metadata: String
  cssClass: String
  urlText: String
}

input NgNewsItemUpdateInput {
  "News title"
  title: String

  "Short title version"
  teaserTitle: String
  authors: [Int]

  "News headline"
  headline: String

  "Image used on article page"
  image: ImageFieldInput

  "Image used on listing and search pages"
  teaserImage: ImageFieldInput
  publishDate: DateFieldInput

  "Full intro text, shown on news page"
  fullIntro: RichTextFieldInput

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: RichTextFieldInput

  "Main news text"
  body: RichTextFieldInput

  "Links to related content"
  relatedContent: [Int]
  relatedMultimedia: [Int]
  mainTopic: String
  tags: String
  sponsoredContentDisclosure: String
  metadata: String
  cssClass: String
  urlText: String
}

input NgShortcutItemCreateInput {
  title: String!

  "Short title version"
  teaserTitle: String
  image: ImageFieldInput

  "Used on line items"
  teaserIntro: RichTextFieldInput

  "If checked, uses shortcut name for generating label in menus"
  useShortcutName: Boolean
  link: String
}

input NgShortcutItemUpdateInput {
  title: String

  "Short title version"
  teaserTitle: String
  image: ImageFieldInput

  "Used on line items"
  teaserIntro: RichTextFieldInput

  "If checked, uses shortcut name for generating label in menus"
  useShortcutName: Boolean
  link: String
}

input NgSiteInfoItemCreateInput {
  title: String!

  "Default metadata object"
  metadata: String
  siteName: String!
  siteLogo: BinaryFieldInput
  siteOpengraphImage: ImageFieldInput
  favicon32x32: ImageFieldInput
  favicon128x128: ImageFieldInput
  favicon180x180: ImageFieldInput
  favicon192x192: ImageFieldInput
  relatedCookiePolicy: Int

  "Default RSS feed"
  rssFeed: String
  mainMenu: [Int]
  additionalMenu: [Int]
  footerBlock: RichTextFieldInput
  javascriptBlockTop: String
  javascriptBlockBottom: String
  facebook: UrlFieldInput
  twitter: UrlFieldInput
  instagram: UrlFieldInput
  linkedin: UrlFieldInput
}

input NgSiteInfoItemUpdateInput {
  title: String

  "Default metadata object"
  metadata: String
  siteName: String
  siteLogo: BinaryFieldInput
  siteOpengraphImage: ImageFieldInput
  favicon32x32: ImageFieldInput
  favicon128x128: ImageFieldInput
  favicon180x180: ImageFieldInput
  favicon192x192: ImageFieldInput
  relatedCookiePolicy: Int

  "Default RSS feed"
  rssFeed: String
  mainMenu: [Int]
  additionalMenu: [Int]
  footerBlock: RichTextFieldInput
  javascriptBlockTop: String
  javascriptBlockBottom: String
  facebook: UrlFieldInput
  twitter: UrlFieldInput
  instagram: UrlFieldInput
  linkedin: UrlFieldInput
}

input NgVideoItemCreateInput {
  title: String!

  "Short title version"
  teaserTitle: String
  videoType: String!

  "Video file. Use 16:9 proportion, HD (1280×720) or FHD (1920×1080)"
  videoFile: BinaryFieldInput

  "Video identifier for external video content (YouTube, Vimeo, Dailymotion...)"
  videoIdentifier: String
  poster: ImageFieldInput

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: RichTextFieldInput
  description: RichTextFieldInput
  mainTopic: String
  tags: String
  sponsoredContentDisclosure: String
  autoplay: Boolean
  metadata: String
  cssClass: String
  urlText: String
}

input NgVideoItemUpdateInput {
  title: String

  "Short title version"
  teaserTitle: String
  videoType: String

  "Video file. Use 16:9 proportion, HD (1280×720) or FHD (1920×1080)"
  videoFile: BinaryFieldInput

  "Video identifier for external video content (YouTube, Vimeo, Dailymotion...)"
  videoIdentifier: String
  poster: ImageFieldInput

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: RichTextFieldInput
  description: RichTextFieldInput
  mainTopic: String
  tags: String
  sponsoredContentDisclosure: String
  autoplay: Boolean
  metadata: String
  cssClass: String
  urlText: String
}

input NgAccordionItemItemCreateInput {
  title: String
  description: RichTextFieldInput
}

input NgAccordionItemItemUpdateInput {
  title: String
  description: RichTextFieldInput
}

input NgAudioItemCreateInput {
  title: String!

  "Short title version"
  teaserTitle: String
  teaserIntro: RichTextFieldInput
  description: RichTextFieldInput
  file: MediaFieldInput
  image: ImageFieldInput
}

input MediaFieldInput {
  "The media file"
  file: FileUpload!

  "The media's name. Will use the upload file's name if not provided."
  fileName: String

  "If the media has a controller when being displayed"
  hasController: Boolean = false

  "If the media should be automatically played"
  autoplay: Boolean = false

  "If the media should be played in a loop"
  loop: Boolean = false

  "Height of the media"
  height: Int

  "Width of the media"
  width: Int
}

input NgAudioItemUpdateInput {
  title: String

  "Short title version"
  teaserTitle: String
  teaserIntro: RichTextFieldInput
  description: RichTextFieldInput
  file: MediaFieldInput
  image: ImageFieldInput
}

input NgCategoryItemCreateInput {
  title: String!
  teaserTitle: String
  showChildren: Boolean

  "SEO meta data"
  metadata: String

  "Class identifiers of classes to be shown on category page, comma delimited. Example: ng_article,ng_news"
  childrenClassFilterInclude: String

  "Show all descendents on category page"
  fetchSubtree: Boolean

  "Number of child nodes per page (if set to -1 template default value is used)"
  pageLimit: Int!

  "Specific CSS class"
  cssClass: String

  "Text to be used when generating smart URLs"
  urlText: String

  "Full intro text, shown on category page"
  fullIntro: RichTextFieldInput

  "Teaser intro text, shown on listing page or in search result"
  teaserIntro: RichTextFieldInput

  "Main category description text"
  body: RichTextFieldInput
  featuredContent: [Int]
  tags: String
  gridColumns: String!
  viewType: String!
  internalRedirect: Int
  externalRedirect: UrlFieldInput
}

input NgCategoryItemUpdateInput {
  title: String
  teaserTitle: String
  showChildren: Boolean

  "SEO meta data"
  metadata: String

  "Class identifiers of classes to be shown on category page, comma delimited. Example: ng_article,ng_news"
  childrenClassFilterInclude: String

  "Show all descendents on category page"
  fetchSubtree: Boolean

  "Number of child nodes per page (if set to -1 template default value is used)"
  pageLimit: Int

  "Specific CSS class"
  cssClass: String

  "Text to be used when generating smart URLs"
  urlText: String

  "Full intro text, shown on category page"
  fullIntro: RichTextFieldInput

  "Teaser intro text, shown on listing page or in search result"
  teaserIntro: RichTextFieldInput

  "Main category description text"
  body: RichTextFieldInput
  featuredContent: [Int]
  tags: String
  gridColumns: String
  viewType: String
  internalRedirect: Int
  externalRedirect: UrlFieldInput
}

input NgContainerItemCreateInput {
  title: String!
}

input NgContainerItemUpdateInput {
  title: String
}

input NgGalleryItemCreateInput {
  title: String!

  "Short title version"
  teaserTitle: String
  description: RichTextFieldInput
  teaserIntro: RichTextFieldInput
  mainTopic: String
  tags: String
  sponsoredContentDisclosure: String
  metadata: String
  cssClass: String
  urlText: String
}

input NgGalleryItemUpdateInput {
  title: String

  "Short title version"
  teaserTitle: String
  description: RichTextFieldInput
  teaserIntro: RichTextFieldInput
  mainTopic: String
  tags: String
  sponsoredContentDisclosure: String
  metadata: String
  cssClass: String
  urlText: String
}

input NgHtmlboxItemCreateInput {
  title: String!
  htmlCode: String
  metadata: String
}

input NgHtmlboxItemUpdateInput {
  title: String
  htmlCode: String
  metadata: String
}

input NgMenuItemItemCreateInput {
  title: String!
  itemObject: Int
  itemUrl: UrlFieldInput
  menuItems: [Int]

  "If defined, overrides \"Menu items\" list"
  parentNode: Int

  "Only valid if parent node is selected"
  classFilter: String

  "Only valid if parent node is selected"
  classFilterType: String
  depth: Int

  "Only valid if parent node is selected, 0 means unlimited"
  limit: Int

  "If checked, uses menu item name for generating label in menus"
  useMenuItemName: Boolean

  "If checked, sets target attribute to \"_blank\" in menus"
  targetBlank: Boolean
}

input NgMenuItemItemUpdateInput {
  title: String
  itemObject: Int
  itemUrl: UrlFieldInput
  menuItems: [Int]

  "If defined, overrides \"Menu items\" list"
  parentNode: Int

  "Only valid if parent node is selected"
  classFilter: String

  "Only valid if parent node is selected"
  classFilterType: String
  depth: Int

  "Only valid if parent node is selected, 0 means unlimited"
  limit: Int

  "If checked, uses menu item name for generating label in menus"
  useMenuItemName: Boolean

  "If checked, sets target attribute to \"_blank\" in menus"
  targetBlank: Boolean
}

input NgPersonItemCreateInput {
  name: String!
  cv: RichTextFieldInput
  image: ImageFieldInput
  copyright: RichTextFieldInput
  urlFacebook: UrlFieldInput
  urlTwitter: UrlFieldInput
  urlInstagram: UrlFieldInput
}

input NgPersonItemUpdateInput {
  name: String
  cv: RichTextFieldInput
  image: ImageFieldInput
  copyright: RichTextFieldInput
  urlFacebook: UrlFieldInput
  urlTwitter: UrlFieldInput
  urlInstagram: UrlFieldInput
}

input NgRecipeItemCreateInput {
  title: String!

  "Short version of a title, used in menus"
  teaserTitle: String
  authors: [Int]

  "Image used on full recipe page"
  image: ImageFieldInput

  "Image used on listing and search pages"
  teaserImage: ImageFieldInput

  "Full intro text, shown on full recipe page"
  fullIntro: RichTextFieldInput

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: RichTextFieldInput

  "Main article text"
  body: RichTextFieldInput
  preparationTime: Int
  servingCalories: Int
  servingFat: Int
  servingCarbohydrates: Int
  servingProtein: Int

  "Links to related content"
  relatedContent: [Int]
  relatedMultimedia: [Int]
  mainTopic: String
  tags: String
  sponsoredContentDisclosure: String

  "SEO meta data"
  metadata: String

  "Specific CSS class"
  cssClass: String

  "Text to be used when generating smart URLs"
  urlText: String
}

input NgRecipeItemUpdateInput {
  title: String

  "Short version of a title, used in menus"
  teaserTitle: String
  authors: [Int]

  "Image used on full recipe page"
  image: ImageFieldInput

  "Image used on listing and search pages"
  teaserImage: ImageFieldInput

  "Full intro text, shown on full recipe page"
  fullIntro: RichTextFieldInput

  "Teaser intro text, shown on category page or in search result"
  teaserIntro: RichTextFieldInput

  "Main article text"
  body: RichTextFieldInput
  preparationTime: Int
  servingCalories: Int
  servingFat: Int
  servingCarbohydrates: Int
  servingProtein: Int

  "Links to related content"
  relatedContent: [Int]
  relatedMultimedia: [Int]
  mainTopic: String
  tags: String
  sponsoredContentDisclosure: String

  "SEO meta data"
  metadata: String

  "Specific CSS class"
  cssClass: String

  "Text to be used when generating smart URLs"
  urlText: String
}

input NgTopicItemCreateInput {
  title: String!
  topic: String

  "Full intro text, shown on category page"
  fullIntro: RichTextFieldInput

  "Main category description text"
  body: RichTextFieldInput

  "SEO meta data"
  metadata: String

  "Specific CSS class"
  cssClass: String

  "Text to be used when generating smart URLs"
  urlText: String
}

input NgTopicItemUpdateInput {
  title: String
  topic: String

  "Full intro text, shown on category page"
  fullIntro: RichTextFieldInput

  "Main category description text"
  body: RichTextFieldInput

  "SEO meta data"
  metadata: String

  "Specific CSS class"
  cssClass: String

  "Text to be used when generating smart URLs"
  urlText: String
}

input FileItemCreateInput {
  name: String!
  description: RichTextFieldInput
  file: BinaryFieldInput!
}

input FileItemUpdateInput {
  name: String
  description: RichTextFieldInput
  file: BinaryFieldInput
}

input ImageItemCreateInput {
  name: String!
  caption: RichTextFieldInput
  image: ImageFieldInput!
}

input ImageItemUpdateInput {
  name: String
  caption: RichTextFieldInput
  image: ImageFieldInput
}

input UserItemCreateInput {
  firstName: String!
  lastName: String!
  userAccount: String!
  signature: String
  image: ImageFieldInput
}

input UserItemUpdateInput {
  firstName: String
  lastName: String
  userAccount: String
  signature: String
  image: ImageFieldInput
}

input UserGroupItemCreateInput {
  name: String!
  description: String
}

input UserGroupItemUpdateInput {
  name: String
  description: String
}

input NgComponentAboutItemCreateInput {
  "Internal name"
  name: String!
  eyebrowTitle: String
  title: String
  description: RichTextFieldInput
  description2: RichTextFieldInput
  image: ImageFieldInput
  imageMobile: ImageFieldInput
  link1: String
  link2: String
}

input NgComponentAboutItemUpdateInput {
  "Internal name"
  name: String
  eyebrowTitle: String
  title: String
  description: RichTextFieldInput
  description2: RichTextFieldInput
  image: ImageFieldInput
  imageMobile: ImageFieldInput
  link1: String
  link2: String
}

input NgComponentFeaturesItemCreateInput {
  "Internal name"
  name: String!
  eyebrowTitle: String
  title: String
  description: RichTextFieldInput
  image: ImageFieldInput
  imageMobile: ImageFieldInput
  link1: String
  link2: String
  item1Position: String
  item1HighlightTitle: String
  item1Title: String
  item1Description: RichTextFieldInput
  item1Icon: BinaryFieldInput
  item1Image: ImageFieldInput
  item1ImageMobile: ImageFieldInput
  item1Link: String
  item2Position: String
  item2HighlightTitle: String
  item2Title: String
  item2Description: RichTextFieldInput
  item2Icon: BinaryFieldInput
  item2Image: ImageFieldInput
  item2ImageMobile: ImageFieldInput
  item2Link: String
  item3Position: String
  item3HighlightTitle: String
  item3Title: String
  item3Description: RichTextFieldInput
  item3Icon: BinaryFieldInput
  item3Image: ImageFieldInput
  item3ImageMobile: ImageFieldInput
  item3Link: String
  item4Position: String
  item4HighlightTitle: String
  item4Title: String
  item4Description: RichTextFieldInput
  item4Icon: BinaryFieldInput
  item4Image: ImageFieldInput
  item4ImageMobile: ImageFieldInput
  item4Link: String
  item5Position: String
  item5HighlightTitle: String
  item5Title: String
  item5Description: RichTextFieldInput
  item5Icon: BinaryFieldInput
  item5Image: ImageFieldInput
  item5ImageMobile: ImageFieldInput
  item5Link: String
  item6Position: String
  item6HighlightTitle: String
  item6Title: String
  item6Description: RichTextFieldInput
  item6Icon: BinaryFieldInput
  item6Image: ImageFieldInput
  item6ImageMobile: ImageFieldInput
  item6Link: String
  item7Position: String
  item7HighlightTitle: String
  item7Title: String
  item7Description: RichTextFieldInput
  item7Icon: BinaryFieldInput
  item7Image: ImageFieldInput
  item7ImageMobile: ImageFieldInput
  item7Link: String
  item8Position: String
  item8HighlightTitle: String
  item8Title: String
  item8Description: RichTextFieldInput
  item8Icon: BinaryFieldInput
  item8Image: ImageFieldInput
  item8ImageMobile: ImageFieldInput
  item8Link: String
}

input NgComponentFeaturesItemUpdateInput {
  "Internal name"
  name: String
  eyebrowTitle: String
  title: String
  description: RichTextFieldInput
  image: ImageFieldInput
  imageMobile: ImageFieldInput
  link1: String
  link2: String
  item1Position: String
  item1HighlightTitle: String
  item1Title: String
  item1Description: RichTextFieldInput
  item1Icon: BinaryFieldInput
  item1Image: ImageFieldInput
  item1ImageMobile: ImageFieldInput
  item1Link: String
  item2Position: String
  item2HighlightTitle: String
  item2Title: String
  item2Description: RichTextFieldInput
  item2Icon: BinaryFieldInput
  item2Image: ImageFieldInput
  item2ImageMobile: ImageFieldInput
  item2Link: String
  item3Position: String
  item3HighlightTitle: String
  item3Title: String
  item3Description: RichTextFieldInput
  item3Icon: BinaryFieldInput
  item3Image: ImageFieldInput
  item3ImageMobile: ImageFieldInput
  item3Link: String
  item4Position: String
  item4HighlightTitle: String
  item4Title: String
  item4Description: RichTextFieldInput
  item4Icon: BinaryFieldInput
  item4Image: ImageFieldInput
  item4ImageMobile: ImageFieldInput
  item4Link: String
  item5Position: String
  item5HighlightTitle: String
  item5Title: String
  item5Description: RichTextFieldInput
  item5Icon: BinaryFieldInput
  item5Image: ImageFieldInput
  item5ImageMobile: ImageFieldInput
  item5Link: String
  item6Position: String
  item6HighlightTitle: String
  item6Title: String
  item6Description: RichTextFieldInput
  item6Icon: BinaryFieldInput
  item6Image: ImageFieldInput
  item6ImageMobile: ImageFieldInput
  item6Link: String
  item7Position: String
  item7HighlightTitle: String
  item7Title: String
  item7Description: RichTextFieldInput
  item7Icon: BinaryFieldInput
  item7Image: ImageFieldInput
  item7ImageMobile: ImageFieldInput
  item7Link: String
  item8Position: String
  item8HighlightTitle: String
  item8Title: String
  item8Description: RichTextFieldInput
  item8Icon: BinaryFieldInput
  item8Image: ImageFieldInput
  item8ImageMobile: ImageFieldInput
  item8Link: String
}

input NgComponentHeroItemCreateInput {
  "Internal name"
  name: String!
  eyebrowTitle: String
  title: String
  description: RichTextFieldInput
  video: BinaryFieldInput
  videoMobile: BinaryFieldInput
  image: ImageFieldInput
  imageMobile: ImageFieldInput
  link1: String
  link2: String
}

input NgComponentHeroItemUpdateInput {
  "Internal name"
  name: String
  eyebrowTitle: String
  title: String
  description: RichTextFieldInput
  video: BinaryFieldInput
  videoMobile: BinaryFieldInput
  image: ImageFieldInput
  imageMobile: ImageFieldInput
  link1: String
  link2: String
}

input NgComponentLeadItemCreateInput {
  "Internal name"
  name: String!
  eyebrowTitle: String
  title: String
  description: RichTextFieldInput
  image: ImageFieldInput
  imageMobile: ImageFieldInput
  link1: String
}

input NgComponentLeadItemUpdateInput {
  "Internal name"
  name: String
  eyebrowTitle: String
  title: String
  description: RichTextFieldInput
  image: ImageFieldInput
  imageMobile: ImageFieldInput
  link1: String
}

input NgComponentLogosItemCreateInput {
  "Internal name"
  name: String!
  eyebrowTitle: String
  title: String
  description: RichTextFieldInput
  image: ImageFieldInput
  imageMobile: ImageFieldInput
  logos: [Int]
  link1: String
  link2: String
}

input NgComponentLogosItemUpdateInput {
  "Internal name"
  name: String
  eyebrowTitle: String
  title: String
  description: RichTextFieldInput
  image: ImageFieldInput
  imageMobile: ImageFieldInput
  logos: [Int]
  link1: String
  link2: String
}

input NgComponentQuoteItemCreateInput {
  name: String!
  title: String
  item1Position: String
  item1Title: String
  item1Description: RichTextFieldInput
  item1PersonImage: ImageFieldInput
  item1PersonName: String
  item1PersonDescription: String
  item2Position: String
  item2Title: String
  item2Description: RichTextFieldInput
  item2PersonImage: ImageFieldInput
  item2PersonName: String
  item2PersonDescription: String
  item3Position: String
  item3Title: String
  item3Description: RichTextFieldInput
  item3PersonImage: ImageFieldInput
  item3PersonName: String
  item3PersonDescription: String
  item4Position: String
  item4Title: String
  item4Description: RichTextFieldInput
  item4PersonImage: ImageFieldInput
  item4PersonName: String
  item4PersonDescription: String
  item5Position: String
  item5Title: String
  item5Description: RichTextFieldInput
  item5PersonImage: ImageFieldInput
  item5PersonName: String
  item5PersonDescription: String
  item6Position: String
  item6Title: String
  item6Description: RichTextFieldInput
  item6PersonImage: ImageFieldInput
  item6PersonName: String
  item6PersonDescription: String
  item7Position: String
  item7Title: String
  item7Description: RichTextFieldInput
  item7PersonImage: ImageFieldInput
  item7PersonName: String
  item7PersonDescription: String
  item8Position: String
  item8Title: String
  item8Description: RichTextFieldInput
  item8PersonImage: ImageFieldInput
  item8PersonName: String
  item8PersonDescription: String
}

input NgComponentQuoteItemUpdateInput {
  name: String
  title: String
  item1Position: String
  item1Title: String
  item1Description: RichTextFieldInput
  item1PersonImage: ImageFieldInput
  item1PersonName: String
  item1PersonDescription: String
  item2Position: String
  item2Title: String
  item2Description: RichTextFieldInput
  item2PersonImage: ImageFieldInput
  item2PersonName: String
  item2PersonDescription: String
  item3Position: String
  item3Title: String
  item3Description: RichTextFieldInput
  item3PersonImage: ImageFieldInput
  item3PersonName: String
  item3PersonDescription: String
  item4Position: String
  item4Title: String
  item4Description: RichTextFieldInput
  item4PersonImage: ImageFieldInput
  item4PersonName: String
  item4PersonDescription: String
  item5Position: String
  item5Title: String
  item5Description: RichTextFieldInput
  item5PersonImage: ImageFieldInput
  item5PersonName: String
  item5PersonDescription: String
  item6Position: String
  item6Title: String
  item6Description: RichTextFieldInput
  item6PersonImage: ImageFieldInput
  item6PersonName: String
  item6PersonDescription: String
  item7Position: String
  item7Title: String
  item7Description: RichTextFieldInput
  item7PersonImage: ImageFieldInput
  item7PersonName: String
  item7PersonDescription: String
  item8Position: String
  item8Title: String
  item8Description: RichTextFieldInput
  item8PersonImage: ImageFieldInput
  item8PersonName: String
  item8PersonDescription: String
}