https://dev.exteyo.com/graphql

GraphQL requests

12 HTTP queries on GraphQL endpoint(s)

Refresh with latest query
200 August 29, 2026 15:07 schema: default 2d4bb5
# Time Info
1 57 ms
query {
__schema(...)
}
200 August 29, 2026 14:22 schema: default 388f9d
# Time Info
1 84 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" => "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" => "content"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ItemGroupContent"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "users"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ItemGroupUsers"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "media"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ItemGroupMedia"
                "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" => "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" => "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" => "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" => "SCALAR"
          "name" => "Boolean"
          "description" => "The `Boolean` scalar type represents `true` or `false`."
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "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" => "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" => "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
            ]
          ]
          "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 (ezstring, ezinteger...)."
              "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" => "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
            ]
          ]
          "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" => "AdministrativeUnitItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ChallengeItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ContinentItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "CountryItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "EventItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "SettlementItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "EventChainItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FactItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FactBoxItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "LandmarkItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "SpeciesItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ParameterItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "OrganizationItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "RightMenuItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "SectionFolderItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ArticleItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FolderItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FileItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ImageItem"
              "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" => "UserItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "UserGroupItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "AdministrativeUnitItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ChallengeItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ContinentItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "CountryItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "EventItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "SettlementItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "EventChainItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FactItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FactBoxItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "LandmarkItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "SpeciesItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ParameterItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "OrganizationItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "RightMenuItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "SectionFolderItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ArticleItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FolderItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FileItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ImageItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "UntypedContent"
              "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" => "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" => "ezplatform_admin_ui_profile_picture_user_menu"
              "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 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" => "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" => "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" => "ItemGroupContent"
          "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" => "ItemGroupContentTypes"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "administrativeUnits"
              "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" => "AdministrativeUnitItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "administrativeUnit"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the administrative_unit"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the administrative_unit"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the administrative_unit"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the administrative_unit"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the administrative_unit"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "AdministrativeUnitItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "challenges"
              "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" => "ChallengeItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "challenge"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the challenge"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the challenge"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the challenge"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the challenge"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the challenge"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ChallengeItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "continents"
              "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" => "ContinentItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "continent"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the continent"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the continent"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the continent"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the continent"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the continent"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContinentItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "countries"
              "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" => "CountryItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "country"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the country"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the country"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the country"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the country"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the country"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CountryItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "events"
              "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" => "EventItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "event"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the event"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the event"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the event"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the event"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the event"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventChains"
              "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" => "EventChainItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventChain"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the event_chain"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the event_chain"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the event_chain"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the event_chain"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the event_chain"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventChainItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "facts"
              "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" => "FactItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fact"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the fact"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the fact"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the fact"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the fact"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the fact"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "FactItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "factBoxes"
              "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" => "FactBoxItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "factBox"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the fact_box"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the fact_box"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the fact_box"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the fact_box"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the fact_box"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "FactBoxItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "landmarks"
              "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" => "LandmarkItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "landmark"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the landmark"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the landmark"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the landmark"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the landmark"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the landmark"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "LandmarkItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "organizatia"
              "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" => "OrganizationItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "organization"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the organization"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the organization"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the organization"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the organization"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the organization"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OrganizationItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parameters"
              "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" => "ParameterItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parameter"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the parameter"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the parameter"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the parameter"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the parameter"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the parameter"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ParameterItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rightMenus"
              "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" => "RightMenuItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rightMenu"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the right_menu"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the right_menu"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the right_menu"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the right_menu"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the right_menu"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RightMenuItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "sectionFolders"
              "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" => "SectionFolderItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "sectionFolder"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the section_folder"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the section_folder"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the section_folder"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the section_folder"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the section_folder"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SectionFolderItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "settlements"
              "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" => "SettlementItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "settlement"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the settlement"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the settlement"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the settlement"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the settlement"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the settlement"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SettlementItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "specieses"
              "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" => "SpeciesItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "species"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the species"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the species"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the species"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the species"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the species"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SpeciesItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "articles"
              "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" => "ArticleItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "article"
              "description" => "No description available"
              "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" => "OBJECT"
                "name" => "ArticleItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "folders"
              "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" => "FolderItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "folder"
              "description" => "No description available"
              "args" => [
                [
                  "name" => "contentId"
                  "description" => "Content ID of the folder"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "remoteId"
                  "description" => "Content remote ID of the folder"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationId"
                  "description" => "Location ID of the folder"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "locationRemoteId"
                  "description" => "Location remote ID of the folder"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "urlAlias"
                  "description" => "URL alias of the folder"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "FolderItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ItemGroupContentTypes"
          "description" => null
          "fields" => [
            [
              "name" => "administrativeUnit"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "AdministrativeUnitItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "challenge"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ChallengeItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "continent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContinentItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "country"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CountryItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventChain"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventChainItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fact"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "FactItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "factBox"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "FactBoxItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "landmark"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "LandmarkItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "organization"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "OrganizationItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parameter"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ParameterItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rightMenu"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RightMenuItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "sectionFolder"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "SectionFolderItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "settlement"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "SettlementItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "species"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "SpeciesItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "article"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ArticleItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "folder"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "FolderItemType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "AdministrativeUnitItemType"
          "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
            ]
          ]
          "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" => "AdministrativeUnitItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ChallengeItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ContinentItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "CountryItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "EventItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "EventChainItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FactItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FactBoxItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "LandmarkItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "OrganizationItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ParameterItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "RightMenuItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "SectionFolderItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "SettlementItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "SpeciesItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ArticleItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FolderItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "UserItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "UserGroupItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FileItemType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ImageItemType"
              "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 (ezstring, ezinteger...)."
              "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" => "ChallengeItemType"
          "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
            ]
            [
              "name" => "startDatetime"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "endDatetime"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "category"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "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" => "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" => "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 (ezstring, ezinteger...)."
              "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" => "ContinentItemType"
          "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" => "headerImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mapIdentifier"
              "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" => "CountryItemType"
          "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" => "officialName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "originalName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "flag"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "established"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "officialLanguage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "governmentSystem"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "internalGovernanceType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "capitalCity"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "largestCity"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "area"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "population"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "importantNotes"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mapIdentifier"
              "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" => "EventItemType"
          "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" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "inaugurated"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "frequency"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "startDatetime"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "endDatetime"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "shortDescription"
              "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" => "classification"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "type"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "category"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "location"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "country"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedContent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventChainItemType"
          "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" => "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" => "eventsList"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "FactItemType"
          "description" => null
          "fields" => [
            [
              "name" => "_info"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContentType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "index"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "IntegerFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "content"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextBlockFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "objectRelation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "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 (ezstring, ezinteger...)."
              "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" => "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 (ezstring, ezinteger...)."
              "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" => "FactBoxItemType"
          "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" => "relatedList"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "directList"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "indirectList"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "SelectionFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "limit"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "IntegerFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SelectionFieldDefinition"
          "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 (ezstring, ezinteger...)."
              "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" => "settings"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "SelectionFieldDefinitionSettings"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SelectionFieldDefinitionSettings"
          "description" => null
          "fields" => [
            [
              "name" => "isMultiple"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "options"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SelectionFieldDefinitionOption"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SelectionFieldDefinitionOption"
          "description" => null
          "fields" => [
            [
              "name" => "index"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "label"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "LandmarkItemType"
          "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" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "shortDescription"
              "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" => "latitude"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "longitude"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "locationCoordtinates"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "classification"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "type"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "category"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isUnesco"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "iucn"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "located"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "nearestTown"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "area"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ratingExteyo"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "SelectionFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "wildlife"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedContent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "established"
              "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" => "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 (ezstring, ezinteger...)."
              "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" => "OrganizationItemType"
          "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" => "type"
              "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" => "category"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ParameterItemType"
          "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" => "TextBlockFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "boxIcon"
              "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" => "RightMenuItemType"
          "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
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SectionFolderItemType"
          "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" => "mainMenuName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "headerImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "highlighted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "featured"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SettlementItemType"
          "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" => "latitude"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "longitude"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "established"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "location"
              "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
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SpeciesItemType"
          "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" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "BinaryFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "species"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "conservationStatus"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "iucn"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "shortDescription"
              "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" => "category"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "located"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rangeCountryList"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "typicalHabitats"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "environmentalType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "survivalType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "diet"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "activity"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "lifespanWild"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "lifespanCaptivity"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "subspecies"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedContent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationListFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "recommended"
              "description" => null
              "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" => "ArticleItemType"
          "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" => "shortTitle"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "author"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "MatrixFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "intro"
              "description" => null
              "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" => "enableComments"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CheckboxFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RelationFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "ItemType"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "FolderItemType"
          "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" => "shortName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "TextLineFieldDefinition"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "shortDescription"
              "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
            ]
          ]
          "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" => "administrative_unit"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "challenge"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "continent"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "country"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "event"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "event_chain"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fact"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fact_box"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "landmark"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "organization"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parameter"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "right_menu"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "section_folder"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "settlement"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "species"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "article"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "folder"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user_group"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "file"
              "description" => "No description available"
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => "No description available"
              "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" => "AdministrativeUnitItemConnection"
          "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" => "AdministrativeUnitItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "AdministrativeUnitItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "AdministrativeUnitItem"
                "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" => "AdministrativeUnitItem"
          "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
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ChallengeItemConnection"
          "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" => "ChallengeItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ChallengeItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ChallengeItem"
                "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" => "ChallengeItem"
          "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
            ]
            [
              "name" => "startDatetime"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "endDatetime"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "category"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "INTERFACE"
                  "name" => "Item"
                  "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" => "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" => "ContinentItemConnection"
          "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" => "ContinentItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ContinentItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContinentItem"
                "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" => "ContinentItem"
          "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" => "headerImage"
              "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" => "mapIdentifier"
              "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" => "CountryItemConnection"
          "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" => "CountryItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CountryItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CountryItem"
                "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" => "CountryItem"
          "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" => "officialName"
              "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" => "originalName"
              "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" => "flag"
              "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" => "established"
              "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" => "officialLanguage"
              "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" => "governmentSystem"
              "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" => "internalGovernanceType"
              "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" => "capitalCity"
              "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" => "largestCity"
              "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" => "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" => "area"
              "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" => "population"
              "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" => "importantNotes"
              "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" => "mapIdentifier"
              "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" => "EventItemConnection"
          "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" => "EventItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventItem"
                "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" => "EventItem"
          "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" => "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" => "inaugurated"
              "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" => "frequency"
              "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" => "startDatetime"
              "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" => "endDatetime"
              "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" => "shortDescription"
              "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" => "classification"
              "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" => "type"
              "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" => "category"
              "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" => "location"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SettlementItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "country"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "CountryItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedContent"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "INTERFACE"
                  "name" => "Item"
                  "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" => "SettlementItem"
          "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" => "latitude"
              "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" => "longitude"
              "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" => "mainImage"
              "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" => "established"
              "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" => "location"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "MapLocationFieldValue"
                "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" => "MapLocationFieldValue"
          "description" => null
          "fields" => [
            [
              "name" => "text"
              "description" => "String representation of the value"
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "latitude"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "longitude"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "address"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventChainItemConnection"
          "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" => "EventChainItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventChainItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventChainItem"
                "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" => "EventChainItem"
          "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" => "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" => "eventsList"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventItem"
                  "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" => "FactItemConnection"
          "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" => "FactItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "FactItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "FactItem"
                "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" => "FactItem"
          "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" => "index"
              "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" => "content"
              "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" => "objectRelation"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "INTERFACE"
                  "name" => "Item"
                  "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" => "FactBoxItemConnection"
          "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" => "FactBoxItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "FactBoxItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "FactBoxItem"
                "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" => "FactBoxItem"
          "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" => "relatedList"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "INTERFACE"
                  "name" => "Item"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "directList"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "FactItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "indirectList"
              "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" => "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
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "LandmarkItemConnection"
          "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" => "LandmarkItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "LandmarkItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "LandmarkItem"
                "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" => "LandmarkItem"
          "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" => "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" => "shortDescription"
              "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" => "latitude"
              "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" => "longitude"
              "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" => "locationCoordtinates"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "MapLocationFieldValue"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "classification"
              "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" => "type"
              "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" => "category"
              "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" => "isUnesco"
              "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" => "iucn"
              "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" => "located"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "INTERFACE"
                  "name" => "Item"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "nearestTown"
              "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" => "area"
              "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" => "ratingExteyo"
              "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" => "wildlife"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SpeciesItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "relatedContent"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "INTERFACE"
                  "name" => "Item"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "established"
              "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" => "SpeciesItem"
          "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" => "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" => "species"
              "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" => "conservationStatus"
              "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" => "iucn"
              "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" => "shortDescription"
              "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" => "category"
              "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" => "located"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "INTERFACE"
                  "name" => "Item"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rangeCountryList"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "CountryItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "typicalHabitats"
              "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" => "environmentalType"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ParameterItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "survivalType"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "INTERFACE"
                  "name" => "Item"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialType"
              "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" => "diet"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ParameterItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "activity"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ParameterItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "lifespanWild"
              "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" => "lifespanCaptivity"
              "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" => "subspecies"
              "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" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "INTERFACE"
                  "name" => "Item"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "recommended"
              "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" => "ParameterItem"
          "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
            ]
            [
              "name" => "boxIcon"
              "description" => null
              "args" => []
              "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" => "OrganizationItemConnection"
          "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" => "OrganizationItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OrganizationItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "OrganizationItem"
                "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" => "OrganizationItem"
          "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" => "type"
              "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" => "category"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ParameterItem"
                  "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" => "ParameterItemConnection"
          "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" => "ParameterItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ParameterItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ParameterItem"
                "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" => "RightMenuItemConnection"
          "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" => "RightMenuItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "RightMenuItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "RightMenuItem"
                "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" => "RightMenuItem"
          "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
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "Item"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "Node"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SectionFolderItemConnection"
          "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" => "SectionFolderItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SectionFolderItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "SectionFolderItem"
                "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" => "SectionFolderItem"
          "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" => "mainMenuName"
              "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" => "headerImage"
              "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" => "highlighted"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "INTERFACE"
                  "name" => "Item"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "featured"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "INTERFACE"
                  "name" => "Item"
                  "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" => "SettlementItemConnection"
          "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" => "SettlementItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SettlementItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "SettlementItem"
                "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" => "SpeciesItemConnection"
          "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" => "SpeciesItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SpeciesItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "SpeciesItem"
                "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" => "ArticleItemConnection"
          "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" => "ArticleItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ArticleItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ArticleItem"
                "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" => "ArticleItem"
          "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" => "shortTitle"
              "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" => "author"
              "description" => null
              "args" => [
                [
                  "name" => "language"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RepositoryLanguage"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "AuthorFieldValue"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "intro"
              "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" => "enableComments"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "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" => "INTERFACE"
                "name" => "Item"
                "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" => "AuthorFieldValue"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "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" => "email"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "FolderItemConnection"
          "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" => "FolderItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "FolderItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "FolderItem"
                "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" => "FolderItem"
          "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" => "shortName"
              "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" => "shortDescription"
              "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
            ]
          ]
          "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" => "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" => "UserItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user"
              "description" => "No description available"
              "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" => "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" => "UserGroupItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "userGroup"
              "description" => "No description available"
              "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" => "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" => "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" => "FileItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "file"
              "description" => "No description available"
              "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" => "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" => "ImageItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => "No description available"
              "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" => "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" => "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" => "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" => "createAdministrativeUnit"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "AdministrativeUnitItemCreateInput"
                      "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" => "AdministrativeUnitItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateAdministrativeUnit"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "AdministrativeUnitItemUpdateInput"
                      "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" => "AdministrativeUnitItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createChallenge"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ChallengeItemCreateInput"
                      "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" => "ChallengeItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateChallenge"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ChallengeItemUpdateInput"
                      "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" => "ChallengeItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createContinent"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ContinentItemCreateInput"
                      "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" => "ContinentItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateContinent"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ContinentItemUpdateInput"
                      "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" => "ContinentItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createCountry"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CountryItemCreateInput"
                      "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" => "CountryItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateCountry"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CountryItemUpdateInput"
                      "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" => "CountryItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createEvent"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventItemCreateInput"
                      "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" => "EventItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateEvent"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventItemUpdateInput"
                      "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" => "EventItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createEventChain"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventChainItemCreateInput"
                      "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" => "EventChainItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateEventChain"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventChainItemUpdateInput"
                      "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" => "EventChainItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createFact"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "FactItemCreateInput"
                      "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" => "FactItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateFact"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "FactItemUpdateInput"
                      "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" => "FactItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createFactBox"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "FactBoxItemCreateInput"
                      "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" => "FactBoxItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateFactBox"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "FactBoxItemUpdateInput"
                      "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" => "FactBoxItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createLandmark"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "LandmarkItemCreateInput"
                      "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" => "LandmarkItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateLandmark"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "LandmarkItemUpdateInput"
                      "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" => "LandmarkItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createOrganization"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "OrganizationItemCreateInput"
                      "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" => "OrganizationItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateOrganization"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "OrganizationItemUpdateInput"
                      "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" => "OrganizationItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createParameter"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ParameterItemCreateInput"
                      "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" => "ParameterItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateParameter"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ParameterItemUpdateInput"
                      "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" => "ParameterItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createRightMenu"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "RightMenuItemCreateInput"
                      "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" => "RightMenuItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateRightMenu"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "RightMenuItemUpdateInput"
                      "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" => "RightMenuItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createSectionFolder"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SectionFolderItemCreateInput"
                      "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" => "SectionFolderItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateSectionFolder"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SectionFolderItemUpdateInput"
                      "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" => "SectionFolderItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createSettlement"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SettlementItemCreateInput"
                      "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" => "SettlementItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateSettlement"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SettlementItemUpdateInput"
                      "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" => "SettlementItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createSpecies"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SpeciesItemCreateInput"
                      "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" => "SpeciesItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateSpecies"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SpeciesItemUpdateInput"
                      "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" => "SpeciesItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createArticle"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ArticleItemCreateInput"
                      "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" => "ArticleItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateArticle"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ArticleItemUpdateInput"
                      "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" => "ArticleItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createFolder"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "FolderItemCreateInput"
                      "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" => "FolderItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updateFolder"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "FolderItemUpdateInput"
                      "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" => "FolderItem"
                  "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" => "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
            ]
          ]
          "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" => "AdministrativeUnitItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "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" => "AdministrativeUnitItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ChallengeItemCreateInput"
          "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" => "description"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "INPUT_OBJECT"
                  "name" => "RichTextFieldInput"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "startDatetime"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "INPUT_OBJECT"
                  "name" => "DateFieldInput"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "endDatetime"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "INPUT_OBJECT"
                  "name" => "DateFieldInput"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "category"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "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" => "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" => "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" => "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" => "ChallengeItemUpdateInput"
          "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
            ]
            [
              "name" => "startDatetime"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "DateFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "endDatetime"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "DateFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "category"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "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" => "ContinentItemCreateInput"
          "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" => "headerImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mapIdentifier"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ContinentItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "headerImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mapIdentifier"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CountryItemCreateInput"
          "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" => "officialName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "originalName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "flag"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "established"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "officialLanguage"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "governmentSystem"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "internalGovernanceType"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "capitalCity"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "largestCity"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "area"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "population"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "importantNotes"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mapIdentifier"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CountryItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "officialName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "originalName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "flag"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "established"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "officialLanguage"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "governmentSystem"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "internalGovernanceType"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "capitalCity"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "largestCity"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "area"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "population"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "importantNotes"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mapIdentifier"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventItemCreateInput"
          "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" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "inaugurated"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "frequency"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "startDatetime"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "DateFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "endDatetime"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "DateFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "shortDescription"
              "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" => "classification"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "type"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "category"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "location"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "country"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedContent"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "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" => "inaugurated"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "frequency"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "startDatetime"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "DateFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "endDatetime"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "DateFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "shortDescription"
              "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" => "classification"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "type"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "category"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "location"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "country"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedContent"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventChainItemCreateInput"
          "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" => "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" => "eventsList"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventChainItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "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" => "eventsList"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "FactItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "index"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "content"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "objectRelation"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "FactItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "index"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "content"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "objectRelation"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "FactBoxItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedList"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "directList"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "indirectList"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "limit"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "FactBoxItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedList"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "directList"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "indirectList"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "limit"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "LandmarkItemCreateInput"
          "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" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "shortDescription"
              "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" => "latitude"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "longitude"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "locationCoordtinates"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "MapLocationFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "classification"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "type"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "category"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isUnesco"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "iucn"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "located"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "nearestTown"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "area"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "ratingExteyo"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "wildlife"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedContent"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "established"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "MapLocationFieldInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "address"
              "description" => "Display address for the location."
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "latitude"
              "description" => "Latitude of the location"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Float"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "longitude"
              "description" => "Longitude of the location"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Float"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "SCALAR"
          "name" => "Float"
          "description" => """
            The `Float` scalar type represents signed double-precision fractional\n
            values as specified by\n
            [IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point). 
            """
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "LandmarkItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "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" => "shortDescription"
              "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" => "latitude"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "longitude"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "locationCoordtinates"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "MapLocationFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "classification"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "type"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "category"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isUnesco"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "iucn"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "located"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "nearestTown"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "area"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "ratingExteyo"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "wildlife"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedContent"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "established"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "OrganizationItemCreateInput"
          "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" => "type"
              "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" => "category"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "OrganizationItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "type"
              "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" => "category"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ParameterItemCreateInput"
          "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
            ]
            [
              "name" => "boxIcon"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ParameterItemUpdateInput"
          "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
            ]
            [
              "name" => "boxIcon"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "RightMenuItemCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "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" => "RightMenuItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SectionFolderItemCreateInput"
          "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" => "mainMenuName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "headerImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "highlighted"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "featured"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SectionFolderItemUpdateInput"
          "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" => "mainMenuName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "headerImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "highlighted"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "featured"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SettlementItemCreateInput"
          "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" => "latitude"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "longitude"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mainImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "established"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "location"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "MapLocationFieldInput"
                "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" => "SettlementItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "latitude"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "longitude"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "mainImage"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "established"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "location"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "MapLocationFieldInput"
                "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" => "SpeciesItemCreateInput"
          "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" => "image"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "ImageFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "species"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "conservationStatus"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "iucn"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "shortDescription"
              "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" => "category"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "located"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "rangeCountryList"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "typicalHabitats"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "environmentalType"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "survivalType"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialType"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "diet"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "activity"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "lifespanWild"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "lifespanCaptivity"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "subspecies"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedContent"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "recommended"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SpeciesItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "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" => "species"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "conservationStatus"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "iucn"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "shortDescription"
              "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" => "category"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "located"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "rangeCountryList"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "typicalHabitats"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "environmentalType"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "survivalType"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialType"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "diet"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "activity"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "lifespanWild"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "lifespanCaptivity"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "subspecies"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "relatedContent"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "recommended"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ArticleItemCreateInput"
          "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" => "shortTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "author"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "INPUT_OBJECT"
                  "name" => "AuthorInput"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "intro"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "INPUT_OBJECT"
                  "name" => "RichTextFieldInput"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "body"
              "description" => null
              "type" => [
                "kind" => "INPUT_OBJECT"
                "name" => "RichTextFieldInput"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "enableComments"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "AuthorInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "id"
              "description" => "Author's Id in the collection that holds it. If not set or -1, an Id will be generated when added to the collection"
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "name"
              "description" => "The author's name"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "email"
              "description" => "The author's email address"
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ArticleItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "shortTitle"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "author"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "INPUT_OBJECT"
                  "name" => "AuthorInput"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "intro"
              "description" => null
              "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" => "enableComments"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "image"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "FolderItemCreateInput"
          "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" => "shortName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "shortDescription"
              "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
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "FolderItemUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "shortName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "shortDescription"
              "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
            ]
          ]
          "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" => "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" => "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" => "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" => "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" => "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" => "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" => "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" => "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" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "__InputValue"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ofType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "__Type"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "__TypeKind"
          "description" => "An enum describing what kind of type a given `__Type` is."
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "SCALAR"
              "description" => "Indicates this type is a scalar."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "OBJECT"
              "description" => "Indicates this type is an object. `fields` and `interfaces` are valid fields."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "INTERFACE"
              "description" => "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "UNION"
              "description" => "Indicates this type is a union. `possibleTypes` is a valid field."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ENUM"
              "description" => "Indicates this type is an enum. `enumValues` is a valid field."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "INPUT_OBJECT"
              "description" => "Indicates this type is an input object. `inputFields` is a valid field."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "LIST"
              "description" => "Indicates this type is a list. `ofType` is a valid field."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "NON_NULL"
              "description" => "Indicates this type is a non-null. `ofType` is a valid field."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "__Field"
          "description" => "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type."
          "fields" => [
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "args"
              "description" => null
              "args" => []
              "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
            ]
          ]
          "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" => "args"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "LIST"
                  "name" => null
                  "ofType" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "OBJECT"
                      "name" => "__InputValue"
                      "ofType" => null
                    ]
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "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
            ]
          ]
          "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
        ]
        [
          "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
        ]
      ]
      "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"
          ]
          "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""
            ]
          ]
        ]
      ]
    ]
  ]
]
200 August 24, 2026 07:22 schema: default ee84d1
# Time Info
1 112 ms
query {
__schema(...)
}
200 August 23, 2026 21:55 schema: default fdbe53
# Time Info
1 146 ms
query {
__schema(...)
}
200 August 23, 2026 07:03 schema: default 197151
# Time Info
1 128 ms
query {
__schema(...)
}
200 August 22, 2026 23:14 schema: default da5af9
# Time Info
1 85 ms
200 August 22, 2026 23:14 schema: default 1b77c2
# Time Info
1 44 ms
200 August 22, 2026 21:27 schema: default 354ef1
# Time Info
1 154 ms
200 August 22, 2026 21:27 schema: default 733a23
# Time Info
1 90 ms
200 August 22, 2026 03:08 schema: default 543ad1
# Time Info
1 115 ms
query {
__schema(...)
}
200 August 22, 2026 02:22 schema: default 7a8783
# Time Info
1 56 ms
query {
__schema(...)
}
200 August 21, 2026 08:57 schema: default 0d91d6
# Time Info
1 107 ms
query {
__schema(...)
}

Schema: default

schema {
  query: Domain
  mutation: ItemMutation
}

type AdministrativeUnitItem 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
}

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

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

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

input AdministrativeUnitItemCreateInput {
  name: String!
}

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

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

type AdministrativeUnitItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
}

input AdministrativeUnitItemUpdateInput {
  name: String
}

type ArticleItem 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
  shortTitle(language: RepositoryLanguage): String
  author(language: RepositoryLanguage): [AuthorFieldValue]
  intro(language: RepositoryLanguage): RichTextFieldValue
  body(language: RepositoryLanguage): RichTextFieldValue
  enableComments: Boolean
  image(language: RepositoryLanguage): Item
}

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

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

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

input ArticleItemCreateInput {
  title: String!
  shortTitle: String
  author: [AuthorInput]
  intro: RichTextFieldInput!
  body: RichTextFieldInput
  enableComments: Boolean
  image: Int
}

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

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

type ArticleItemType implements ItemType {
  _info: ContentType
  title: TextLineFieldDefinition
  shortTitle: TextLineFieldDefinition
  author: MatrixFieldDefinition
  intro: MatrixFieldDefinition
  body: MatrixFieldDefinition
  enableComments: CheckboxFieldDefinition
  image: RelationFieldDefinition
}

input ArticleItemUpdateInput {
  title: String
  shortTitle: String
  author: [AuthorInput]
  intro: RichTextFieldInput
  body: RichTextFieldInput
  enableComments: Boolean
  image: Int
}

type AuthorFieldValue {
  id: Int
  name: String
  email: String
}

input AuthorInput {
  """
  Author's Id in the collection that holds it. If not set or -1, an Id will be generated when added to the collection
  """
  id: Int

  """The author's name"""
  name: String

  """The author's email address"""
  email: String
}

"""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 (ezstring, ezinteger...)."""
  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
}

input BinaryFieldInput {
  """The media file"""
  file: FileUpload!

  """The media's name. Will use the upload file's name if not provided."""
  fileName: String
}

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

type ChallengeItem 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
  startDatetime: DateTime
  endDatetime: DateTime
  category(language: RepositoryLanguage): [Item]
  image(language: RepositoryLanguage): ImageFieldValue
}

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

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

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

input ChallengeItemCreateInput {
  title: String!
  description: RichTextFieldInput!
  startDatetime: DateFieldInput!
  endDatetime: DateFieldInput!
  category: [Int]
  image: ImageFieldInput
}

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

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

type ChallengeItemType implements ItemType {
  _info: ContentType
  title: TextLineFieldDefinition
  description: MatrixFieldDefinition
  startDatetime: MatrixFieldDefinition
  endDatetime: MatrixFieldDefinition
  category: RelationListFieldDefinition
  image: BinaryFieldDefinition
}

input ChallengeItemUpdateInput {
  title: String
  description: RichTextFieldInput
  startDatetime: DateFieldInput
  endDatetime: DateFieldInput
  category: [Int]
  image: ImageFieldInput
}

"""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 (ezstring, ezinteger...)."""
  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 ConnectionPage {
  number: Int
  cursor: String
}

"""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
  """
  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]
}

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

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
}

"""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]
}

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

enum ContentTypeIdentifier {
  """No description available"""
  administrative_unit

  """No description available"""
  challenge

  """No description available"""
  continent

  """No description available"""
  country

  """No description available"""
  event

  """No description available"""
  event_chain

  """No description available"""
  fact

  """No description available"""
  fact_box

  """No description available"""
  landmark

  """No description available"""
  organization

  """No description available"""
  parameter

  """No description available"""
  right_menu

  """No description available"""
  section_folder

  """No description available"""
  settlement

  """No description available"""
  species

  """No description available"""
  article

  """No description available"""
  folder

  """No description available"""
  user

  """No description available"""
  user_group

  """No description available"""
  file

  """No description available"""
  image
}

type ContinentItem 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
  headerImage(language: RepositoryLanguage): ImageFieldValue
  mapIdentifier: String
}

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

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

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

input ContinentItemCreateInput {
  name: String!
  headerImage: ImageFieldInput
  mapIdentifier: String
}

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

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

type ContinentItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  headerImage: BinaryFieldDefinition
  mapIdentifier: TextLineFieldDefinition
}

input ContinentItemUpdateInput {
  name: String
  headerImage: ImageFieldInput
  mapIdentifier: String
}

type CountryItem 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
  officialName(language: RepositoryLanguage): String
  originalName(language: RepositoryLanguage): String
  flag(language: RepositoryLanguage): ImageFieldValue
  established(language: RepositoryLanguage): String
  officialLanguage(language: RepositoryLanguage): String
  governmentSystem(language: RepositoryLanguage): Item
  internalGovernanceType(language: RepositoryLanguage): Item
  capitalCity(language: RepositoryLanguage): Item
  largestCity(language: RepositoryLanguage): Item
  description(language: RepositoryLanguage): RichTextFieldValue
  area(language: RepositoryLanguage): String
  population(language: RepositoryLanguage): String
  importantNotes(language: RepositoryLanguage): RichTextFieldValue
  mapIdentifier(language: RepositoryLanguage): String
}

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

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

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

input CountryItemCreateInput {
  name: String!
  officialName: String
  originalName: String
  flag: ImageFieldInput
  established: String
  officialLanguage: String
  governmentSystem: Int
  internalGovernanceType: Int
  capitalCity: Int
  largestCity: Int
  description: RichTextFieldInput
  area: String
  population: String
  importantNotes: RichTextFieldInput
  mapIdentifier: String
}

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

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

type CountryItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  officialName: TextLineFieldDefinition
  originalName: TextLineFieldDefinition
  flag: BinaryFieldDefinition
  established: TextLineFieldDefinition
  officialLanguage: TextLineFieldDefinition
  governmentSystem: RelationFieldDefinition
  internalGovernanceType: RelationFieldDefinition
  capitalCity: RelationFieldDefinition
  largestCity: RelationFieldDefinition
  description: MatrixFieldDefinition
  area: TextLineFieldDefinition
  population: TextLineFieldDefinition
  importantNotes: MatrixFieldDefinition
  mapIdentifier: TextLineFieldDefinition
}

input CountryItemUpdateInput {
  name: String
  officialName: String
  originalName: String
  flag: ImageFieldInput
  established: String
  officialLanguage: String
  governmentSystem: Int
  internalGovernanceType: Int
  capitalCity: Int
  largestCity: Int
  description: RichTextFieldInput
  area: String
  population: String
  importantNotes: RichTextFieldInput
  mapIdentifier: String
}

type CreatedTokenPayload {
  token: String

  """The reason why authentication has failed, if it has"""
  message: String
}

input DateFieldInput {
  format: DateInputFormat
  input: String
}

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
}

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
}

enum DateInputFormat {
  timestring
  rfc850
  timestamp
}

"""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
}

type DeleteContentPayload {
  """Numerical content id"""
  contentId: Int

  """Global ID"""
  id: ID
}

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
  content: ItemGroupContent
  users: ItemGroupUsers
  media: ItemGroupMedia
}

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
}

type EventChainItem 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
  image(language: RepositoryLanguage): ImageFieldValue
  description(language: RepositoryLanguage): RichTextFieldValue
  eventsList(language: RepositoryLanguage): [EventItem]
}

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

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

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

input EventChainItemCreateInput {
  name: String!
  image: ImageFieldInput
  description: RichTextFieldInput
  eventsList: [Int]
}

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

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

type EventChainItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  image: BinaryFieldDefinition
  description: MatrixFieldDefinition
  eventsList: RelationListFieldDefinition
}

input EventChainItemUpdateInput {
  name: String
  image: ImageFieldInput
  description: RichTextFieldInput
  eventsList: [Int]
}

type EventItem 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
  image(language: RepositoryLanguage): ImageFieldValue
  inaugurated(language: RepositoryLanguage): String
  frequency(language: RepositoryLanguage): Item
  startDatetime(language: RepositoryLanguage): DateTime
  endDatetime(language: RepositoryLanguage): DateTime
  shortDescription(language: RepositoryLanguage): RichTextFieldValue
  description(language: RepositoryLanguage): RichTextFieldValue
  classification(language: RepositoryLanguage): Item
  type(language: RepositoryLanguage): Item
  category(language: RepositoryLanguage): Item
  location(language: RepositoryLanguage): [SettlementItem]
  country(language: RepositoryLanguage): [CountryItem]
  relatedContent(language: RepositoryLanguage): [Item]
}

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

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

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

input EventItemCreateInput {
  name: String!
  image: ImageFieldInput
  inaugurated: String
  frequency: Int
  startDatetime: DateFieldInput
  endDatetime: DateFieldInput
  shortDescription: RichTextFieldInput
  description: RichTextFieldInput
  classification: Int
  type: Int
  category: Int
  location: [Int]
  country: [Int]
  relatedContent: [Int]
}

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

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

type EventItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  image: BinaryFieldDefinition
  inaugurated: TextLineFieldDefinition
  frequency: RelationFieldDefinition
  startDatetime: MatrixFieldDefinition
  endDatetime: MatrixFieldDefinition
  shortDescription: MatrixFieldDefinition
  description: MatrixFieldDefinition
  classification: RelationFieldDefinition
  type: RelationFieldDefinition
  category: RelationFieldDefinition
  location: RelationListFieldDefinition
  country: RelationListFieldDefinition
  relatedContent: RelationListFieldDefinition
}

input EventItemUpdateInput {
  name: String
  image: ImageFieldInput
  inaugurated: String
  frequency: Int
  startDatetime: DateFieldInput
  endDatetime: DateFieldInput
  shortDescription: RichTextFieldInput
  description: RichTextFieldInput
  classification: Int
  type: Int
  category: Int
  location: [Int]
  country: [Int]
  relatedContent: [Int]
}

type FactBoxItem 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
  relatedList(language: RepositoryLanguage): [Item]
  directList(language: RepositoryLanguage): [FactItem]
  indirectList(language: RepositoryLanguage): String
  limit(language: RepositoryLanguage): Int
}

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

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

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

input FactBoxItemCreateInput {
  name: String
  relatedList: [Int]
  directList: [Int]
  indirectList: [Int]
  limit: Int
}

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

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

type FactBoxItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  relatedList: RelationListFieldDefinition
  directList: RelationListFieldDefinition
  indirectList: SelectionFieldDefinition
  limit: IntegerFieldDefinition
}

input FactBoxItemUpdateInput {
  name: String
  relatedList: [Int]
  directList: [Int]
  indirectList: [Int]
  limit: Int
}

type FactItem 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
  index(language: RepositoryLanguage): Int
  content(language: RepositoryLanguage): String
  objectRelation(language: RepositoryLanguage): [Item]
}

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

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

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

input FactItemCreateInput {
  index: Int
  content: String
  objectRelation: [Int]
}

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

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

type FactItemType implements ItemType {
  _info: ContentType
  index: IntegerFieldDefinition
  content: TextBlockFieldDefinition
  objectRelation: RelationListFieldDefinition
}

input FactItemUpdateInput {
  index: Int
  content: String
  objectRelation: [Int]
}

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
}

"""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 (ezstring, ezinteger...)."""
  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
}

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 FileItemConnection {
  sliceSize: Int!
  orderBy: String

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

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

input FileItemCreateInput {
  name: String!
  description: RichTextFieldInput
  file: BinaryFieldInput!
}

"""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 FileItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  description: MatrixFieldDefinition
  file: BinaryFieldDefinition
}

input FileItemUpdateInput {
  name: String
  description: RichTextFieldInput
  file: BinaryFieldInput
}

scalar FileUpload

type FolderItem 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
  shortName(language: RepositoryLanguage): String
  shortDescription(language: RepositoryLanguage): RichTextFieldValue
  description(language: RepositoryLanguage): RichTextFieldValue
}

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

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

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

input FolderItemCreateInput {
  name: String!
  shortName: String
  shortDescription: RichTextFieldInput
  description: RichTextFieldInput
}

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

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

type FolderItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  shortName: TextLineFieldDefinition
  shortDescription: MatrixFieldDefinition
  description: MatrixFieldDefinition
}

input FolderItemUpdateInput {
  name: String
  shortName: String
  shortDescription: RichTextFieldInput
  description: RichTextFieldInput
}

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

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

input ImageFieldInput {
  name: String
  alternativeText: String
  file: FileUpload
}

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 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
}

"""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]
}

input ImageItemCreateInput {
  name: String!
  caption: RichTextFieldInput
  image: ImageFieldInput
}

"""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 ImageItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  caption: MatrixFieldDefinition
  image: BinaryFieldDefinition
}

input ImageItemUpdateInput {
  name: String
  caption: RichTextFieldInput
  image: ImageFieldInput
}

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
}

enum ImageVariationIdentifier {
  reference
  small
  tiny
  medium
  large
  ezplatform_admin_ui_profile_picture_user_menu
}

"""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 (ezstring, ezinteger...)."""
  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
}

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
}

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

  """Content types from this group"""
  _types: ItemGroupContentTypes

  """No description available"""
  administrativeUnits(
    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]
  ): AdministrativeUnitItemConnection

  """No description available"""
  administrativeUnit(
    """Content ID of the administrative_unit"""
    contentId: Int

    """Content remote ID of the administrative_unit"""
    remoteId: String

    """Location ID of the administrative_unit"""
    locationId: Int

    """Location remote ID of the administrative_unit"""
    locationRemoteId: String

    """URL alias of the administrative_unit"""
    urlAlias: String
  ): AdministrativeUnitItem

  """No description available"""
  challenges(
    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]
  ): ChallengeItemConnection

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

    """Content remote ID of the challenge"""
    remoteId: String

    """Location ID of the challenge"""
    locationId: Int

    """Location remote ID of the challenge"""
    locationRemoteId: String

    """URL alias of the challenge"""
    urlAlias: String
  ): ChallengeItem

  """No description available"""
  continents(
    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]
  ): ContinentItemConnection

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

    """Content remote ID of the continent"""
    remoteId: String

    """Location ID of the continent"""
    locationId: Int

    """Location remote ID of the continent"""
    locationRemoteId: String

    """URL alias of the continent"""
    urlAlias: String
  ): ContinentItem

  """No description available"""
  countries(
    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]
  ): CountryItemConnection

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

    """Content remote ID of the country"""
    remoteId: String

    """Location ID of the country"""
    locationId: Int

    """Location remote ID of the country"""
    locationRemoteId: String

    """URL alias of the country"""
    urlAlias: String
  ): CountryItem

  """No description available"""
  events(
    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]
  ): EventItemConnection

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

    """Content remote ID of the event"""
    remoteId: String

    """Location ID of the event"""
    locationId: Int

    """Location remote ID of the event"""
    locationRemoteId: String

    """URL alias of the event"""
    urlAlias: String
  ): EventItem

  """No description available"""
  eventChains(
    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]
  ): EventChainItemConnection

  """No description available"""
  eventChain(
    """Content ID of the event_chain"""
    contentId: Int

    """Content remote ID of the event_chain"""
    remoteId: String

    """Location ID of the event_chain"""
    locationId: Int

    """Location remote ID of the event_chain"""
    locationRemoteId: String

    """URL alias of the event_chain"""
    urlAlias: String
  ): EventChainItem

  """No description available"""
  facts(
    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]
  ): FactItemConnection

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

    """Content remote ID of the fact"""
    remoteId: String

    """Location ID of the fact"""
    locationId: Int

    """Location remote ID of the fact"""
    locationRemoteId: String

    """URL alias of the fact"""
    urlAlias: String
  ): FactItem

  """No description available"""
  factBoxes(
    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]
  ): FactBoxItemConnection

  """No description available"""
  factBox(
    """Content ID of the fact_box"""
    contentId: Int

    """Content remote ID of the fact_box"""
    remoteId: String

    """Location ID of the fact_box"""
    locationId: Int

    """Location remote ID of the fact_box"""
    locationRemoteId: String

    """URL alias of the fact_box"""
    urlAlias: String
  ): FactBoxItem

  """No description available"""
  landmarks(
    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]
  ): LandmarkItemConnection

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

    """Content remote ID of the landmark"""
    remoteId: String

    """Location ID of the landmark"""
    locationId: Int

    """Location remote ID of the landmark"""
    locationRemoteId: String

    """URL alias of the landmark"""
    urlAlias: String
  ): LandmarkItem

  """No description available"""
  organizatia(
    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]
  ): OrganizationItemConnection

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

    """Content remote ID of the organization"""
    remoteId: String

    """Location ID of the organization"""
    locationId: Int

    """Location remote ID of the organization"""
    locationRemoteId: String

    """URL alias of the organization"""
    urlAlias: String
  ): OrganizationItem

  """No description available"""
  parameters(
    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]
  ): ParameterItemConnection

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

    """Content remote ID of the parameter"""
    remoteId: String

    """Location ID of the parameter"""
    locationId: Int

    """Location remote ID of the parameter"""
    locationRemoteId: String

    """URL alias of the parameter"""
    urlAlias: String
  ): ParameterItem

  """No description available"""
  rightMenus(
    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]
  ): RightMenuItemConnection

  """No description available"""
  rightMenu(
    """Content ID of the right_menu"""
    contentId: Int

    """Content remote ID of the right_menu"""
    remoteId: String

    """Location ID of the right_menu"""
    locationId: Int

    """Location remote ID of the right_menu"""
    locationRemoteId: String

    """URL alias of the right_menu"""
    urlAlias: String
  ): RightMenuItem

  """No description available"""
  sectionFolders(
    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]
  ): SectionFolderItemConnection

  """No description available"""
  sectionFolder(
    """Content ID of the section_folder"""
    contentId: Int

    """Content remote ID of the section_folder"""
    remoteId: String

    """Location ID of the section_folder"""
    locationId: Int

    """Location remote ID of the section_folder"""
    locationRemoteId: String

    """URL alias of the section_folder"""
    urlAlias: String
  ): SectionFolderItem

  """No description available"""
  settlements(
    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]
  ): SettlementItemConnection

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

    """Content remote ID of the settlement"""
    remoteId: String

    """Location ID of the settlement"""
    locationId: Int

    """Location remote ID of the settlement"""
    locationRemoteId: String

    """URL alias of the settlement"""
    urlAlias: String
  ): SettlementItem

  """No description available"""
  specieses(
    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]
  ): SpeciesItemConnection

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

    """Content remote ID of the species"""
    remoteId: String

    """Location ID of the species"""
    locationId: Int

    """Location remote ID of the species"""
    locationRemoteId: String

    """URL alias of the species"""
    urlAlias: String
  ): SpeciesItem

  """No description available"""
  articles(
    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]
  ): ArticleItemConnection

  """No description available"""
  article(
    """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
  ): ArticleItem

  """No description available"""
  folders(
    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]
  ): FolderItemConnection

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

    """Content remote ID of the folder"""
    remoteId: String

    """Location ID of the folder"""
    locationId: Int

    """Location remote ID of the folder"""
    locationRemoteId: String

    """URL alias of the folder"""
    urlAlias: String
  ): FolderItem
}

type ItemGroupContentTypes {
  administrativeUnit: AdministrativeUnitItemType
  challenge: ChallengeItemType
  continent: ContinentItemType
  country: CountryItemType
  event: EventItemType
  eventChain: EventChainItemType
  fact: FactItemType
  factBox: FactBoxItemType
  landmark: LandmarkItemType
  organization: OrganizationItemType
  parameter: ParameterItemType
  rightMenu: RightMenuItemType
  sectionFolder: SectionFolderItemType
  settlement: SettlementItemType
  species: SpeciesItemType
  article: ArticleItemType
  folder: FolderItemType
}

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

  """Content types from this group"""
  _types: ItemGroupMediaTypes

  """No description available"""
  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

  """No description available"""
  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

  """No description available"""
  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

  """No description available"""
  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 ItemGroupUsers {
  """The contenttype group's properties"""
  _info: ContentTypeGroup

  """Content types from this group"""
  _types: ItemGroupUsersTypes

  """No description available"""
  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

  """No description available"""
  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

  """No description available"""
  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

  """No description available"""
  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 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
  createAdministrativeUnit(
    input: AdministrativeUnitItemCreateInput!

    """The language the content should be created/updated in."""
    language: RepositoryLanguage!
    parentLocationId: Int!
  ): AdministrativeUnitItem!
  updateAdministrativeUnit(
    input: AdministrativeUnitItemUpdateInput!

    """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
  ): AdministrativeUnitItem!
  createChallenge(
    input: ChallengeItemCreateInput!

    """The language the content should be created/updated in."""
    language: RepositoryLanguage!
    parentLocationId: Int!
  ): ChallengeItem!
  updateChallenge(
    input: ChallengeItemUpdateInput!

    """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
  ): ChallengeItem!
  createContinent(
    input: ContinentItemCreateInput!

    """The language the content should be created/updated in."""
    language: RepositoryLanguage!
    parentLocationId: Int!
  ): ContinentItem!
  updateContinent(
    input: ContinentItemUpdateInput!

    """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
  ): ContinentItem!
  createCountry(
    input: CountryItemCreateInput!

    """The language the content should be created/updated in."""
    language: RepositoryLanguage!
    parentLocationId: Int!
  ): CountryItem!
  updateCountry(
    input: CountryItemUpdateInput!

    """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
  ): CountryItem!
  createEvent(
    input: EventItemCreateInput!

    """The language the content should be created/updated in."""
    language: RepositoryLanguage!
    parentLocationId: Int!
  ): EventItem!
  updateEvent(
    input: EventItemUpdateInput!

    """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
  ): EventItem!
  createEventChain(
    input: EventChainItemCreateInput!

    """The language the content should be created/updated in."""
    language: RepositoryLanguage!
    parentLocationId: Int!
  ): EventChainItem!
  updateEventChain(
    input: EventChainItemUpdateInput!

    """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
  ): EventChainItem!
  createFact(
    input: FactItemCreateInput!

    """The language the content should be created/updated in."""
    language: RepositoryLanguage!
    parentLocationId: Int!
  ): FactItem!
  updateFact(
    input: FactItemUpdateInput!

    """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
  ): FactItem!
  createFactBox(
    input: FactBoxItemCreateInput!

    """The language the content should be created/updated in."""
    language: RepositoryLanguage!
    parentLocationId: Int!
  ): FactBoxItem!
  updateFactBox(
    input: FactBoxItemUpdateInput!

    """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
  ): FactBoxItem!
  createLandmark(
    input: LandmarkItemCreateInput!

    """The language the content should be created/updated in."""
    language: RepositoryLanguage!
    parentLocationId: Int!
  ): LandmarkItem!
  updateLandmark(
    input: LandmarkItemUpdateInput!

    """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
  ): LandmarkItem!
  createOrganization(
    input: OrganizationItemCreateInput!

    """The language the content should be created/updated in."""
    language: RepositoryLanguage!
    parentLocationId: Int!
  ): OrganizationItem!
  updateOrganization(
    input: OrganizationItemUpdateInput!

    """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
  ): OrganizationItem!
  createParameter(
    input: ParameterItemCreateInput!

    """The language the content should be created/updated in."""
    language: RepositoryLanguage!
    parentLocationId: Int!
  ): ParameterItem!
  updateParameter(
    input: ParameterItemUpdateInput!

    """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
  ): ParameterItem!
  createRightMenu(
    input: RightMenuItemCreateInput!

    """The language the content should be created/updated in."""
    language: RepositoryLanguage!
    parentLocationId: Int!
  ): RightMenuItem!
  updateRightMenu(
    input: RightMenuItemUpdateInput!

    """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
  ): RightMenuItem!
  createSectionFolder(
    input: SectionFolderItemCreateInput!

    """The language the content should be created/updated in."""
    language: RepositoryLanguage!
    parentLocationId: Int!
  ): SectionFolderItem!
  updateSectionFolder(
    input: SectionFolderItemUpdateInput!

    """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
  ): SectionFolderItem!
  createSettlement(
    input: SettlementItemCreateInput!

    """The language the content should be created/updated in."""
    language: RepositoryLanguage!
    parentLocationId: Int!
  ): SettlementItem!
  updateSettlement(
    input: SettlementItemUpdateInput!

    """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
  ): SettlementItem!
  createSpecies(
    input: SpeciesItemCreateInput!

    """The language the content should be created/updated in."""
    language: RepositoryLanguage!
    parentLocationId: Int!
  ): SpeciesItem!
  updateSpecies(
    input: SpeciesItemUpdateInput!

    """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
  ): SpeciesItem!
  createArticle(
    input: ArticleItemCreateInput!

    """The language the content should be created/updated in."""
    language: RepositoryLanguage!
    parentLocationId: Int!
  ): ArticleItem!
  updateArticle(
    input: ArticleItemUpdateInput!

    """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
  ): ArticleItem!
  createFolder(
    input: FolderItemCreateInput!

    """The language the content should be created/updated in."""
    language: RepositoryLanguage!
    parentLocationId: Int!
  ): FolderItem!
  updateFolder(
    input: FolderItemUpdateInput!

    """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
  ): FolderItem!
  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!
  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!
}

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

type LandmarkItem 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
  image(language: RepositoryLanguage): ImageFieldValue
  shortDescription(language: RepositoryLanguage): RichTextFieldValue
  description(language: RepositoryLanguage): RichTextFieldValue
  latitude(language: RepositoryLanguage): String
  longitude(language: RepositoryLanguage): String
  locationCoordtinates(language: RepositoryLanguage): MapLocationFieldValue
  classification(language: RepositoryLanguage): Item
  type(language: RepositoryLanguage): Item
  category(language: RepositoryLanguage): Item
  isUnesco(language: RepositoryLanguage): Boolean
  iucn(language: RepositoryLanguage): Boolean
  located(language: RepositoryLanguage): [Item]
  nearestTown(language: RepositoryLanguage): Item
  area(language: RepositoryLanguage): Item
  ratingExteyo(language: RepositoryLanguage): String
  wildlife(language: RepositoryLanguage): [SpeciesItem]
  relatedContent(language: RepositoryLanguage): [Item]
  established(language: RepositoryLanguage): String
}

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

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

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

input LandmarkItemCreateInput {
  name: String!
  image: ImageFieldInput
  shortDescription: RichTextFieldInput
  description: RichTextFieldInput
  latitude: String
  longitude: String
  locationCoordtinates: MapLocationFieldInput
  classification: Int
  type: Int
  category: Int
  isUnesco: Boolean
  iucn: Boolean
  located: [Int]
  nearestTown: Int
  area: Int
  ratingExteyo: [Int]
  wildlife: [Int]
  relatedContent: [Int]
  established: String
}

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

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

type LandmarkItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  image: BinaryFieldDefinition
  shortDescription: MatrixFieldDefinition
  description: MatrixFieldDefinition
  latitude: TextLineFieldDefinition
  longitude: TextLineFieldDefinition
  locationCoordtinates: MatrixFieldDefinition
  classification: RelationFieldDefinition
  type: RelationFieldDefinition
  category: RelationFieldDefinition
  isUnesco: CheckboxFieldDefinition
  iucn: CheckboxFieldDefinition
  located: RelationListFieldDefinition
  nearestTown: RelationFieldDefinition
  area: RelationFieldDefinition
  ratingExteyo: SelectionFieldDefinition
  wildlife: RelationListFieldDefinition
  relatedContent: RelationListFieldDefinition
  established: TextLineFieldDefinition
}

input LandmarkItemUpdateInput {
  name: String
  image: ImageFieldInput
  shortDescription: RichTextFieldInput
  description: RichTextFieldInput
  latitude: String
  longitude: String
  locationCoordtinates: MapLocationFieldInput
  classification: Int
  type: Int
  category: Int
  isUnesco: Boolean
  iucn: Boolean
  located: [Int]
  nearestTown: Int
  area: Int
  ratingExteyo: [Int]
  wildlife: [Int]
  relatedContent: [Int]
  established: String
}

"""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
}

"""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]
}

"""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!
}

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
}

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

input MapLocationFieldInput {
  """Display address for the location."""
  address: String

  """Latitude of the location"""
  latitude: Float

  """Longitude of the location"""
  longitude: Float
}

type MapLocationFieldValue {
  """String representation of the value"""
  text: String
  latitude: String
  longitude: String
  address: String
}

type MatrixFieldDefinition {
  settings: MatrixFieldDefinitionSettings
}

type MatrixFieldDefinitionColumn {
  name: String
  identifier: String
}

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

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

"""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 OrganizationItem 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
  type(language: RepositoryLanguage): String
  image(language: RepositoryLanguage): ImageFieldValue
  category(language: RepositoryLanguage): [ParameterItem]
}

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

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

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

input OrganizationItemCreateInput {
  name: String!
  type: String
  image: ImageFieldInput
  category: [Int]
}

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

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

type OrganizationItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  type: TextLineFieldDefinition
  image: BinaryFieldDefinition
  category: RelationListFieldDefinition
}

input OrganizationItemUpdateInput {
  name: String
  type: String
  image: ImageFieldInput
  category: [Int]
}

"""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
}

type ParameterItem 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
  boxIcon: ImageFieldValue
}

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

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

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

input ParameterItemCreateInput {
  name: String!
  description: String
  boxIcon: ImageFieldInput
}

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

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

type ParameterItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  description: TextBlockFieldDefinition
  boxIcon: BinaryFieldDefinition
}

input ParameterItemUpdateInput {
  name: String
  description: String
  boxIcon: ImageFieldInput
}

type RelationFieldDefinition {
  settings: RelationFieldDefinitionSettings
}

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

type RelationListFieldDefinition {
  settings: RelationFieldDefinitionSettings
  constraints: RelationListFieldDefinitionConstraints
}

type RelationListFieldDefinitionConstraints {
  selectionLimit: Int
}

enum RelationType {
  common
  embed
  link
  field
  asset
}

"""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]
}

enum RepositoryLanguage {
  """English (United Kingdom)"""
  eng_GB
}

input RichTextFieldInput {
  format: RichTextFieldInputFormat
  input: String
}

enum RichTextFieldInputFormat {
  markdown
  html
}

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
}

type RightMenuItem 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
}

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

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

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

input RightMenuItemCreateInput {
  name: String!
}

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

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

type RightMenuItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
}

input RightMenuItemUpdateInput {
  name: String
}

"""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 SectionFolderItem 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
  mainMenuName(language: RepositoryLanguage): String
  headerImage(language: RepositoryLanguage): ImageFieldValue
  highlighted(language: RepositoryLanguage): [Item]
  featured(language: RepositoryLanguage): [Item]
}

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

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

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

input SectionFolderItemCreateInput {
  name: String!
  description: RichTextFieldInput
  mainMenuName: String
  headerImage: ImageFieldInput
  highlighted: [Int]
  featured: [Int]
}

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

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

type SectionFolderItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  description: MatrixFieldDefinition
  mainMenuName: TextLineFieldDefinition
  headerImage: BinaryFieldDefinition
  highlighted: RelationListFieldDefinition
  featured: RelationListFieldDefinition
}

input SectionFolderItemUpdateInput {
  name: String
  description: RichTextFieldInput
  mainMenuName: String
  headerImage: ImageFieldInput
  highlighted: [Int]
  featured: [Int]
}

"""An Ibexa repository FieldDefinition."""
type SelectionFieldDefinition {
  """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 (ezstring, ezinteger...)."""
  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
  settings: SelectionFieldDefinitionSettings
}

type SelectionFieldDefinitionOption {
  index: Int
  label: String
}

type SelectionFieldDefinitionSettings {
  isMultiple: Boolean
  options: [SelectionFieldDefinitionOption]
}

type SettlementItem 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
  latitude(language: RepositoryLanguage): String
  longitude(language: RepositoryLanguage): String
  mainImage(language: RepositoryLanguage): ImageFieldValue
  established(language: RepositoryLanguage): String
  location(language: RepositoryLanguage): MapLocationFieldValue
  description(language: RepositoryLanguage): RichTextFieldValue
}

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

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

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

input SettlementItemCreateInput {
  name: String!
  latitude: String
  longitude: String
  mainImage: ImageFieldInput
  established: String
  location: MapLocationFieldInput
  description: RichTextFieldInput
}

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

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

type SettlementItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  latitude: TextLineFieldDefinition
  longitude: TextLineFieldDefinition
  mainImage: BinaryFieldDefinition
  established: TextLineFieldDefinition
  location: MatrixFieldDefinition
  description: MatrixFieldDefinition
}

input SettlementItemUpdateInput {
  name: String
  latitude: String
  longitude: String
  mainImage: ImageFieldInput
  established: String
  location: MapLocationFieldInput
  description: RichTextFieldInput
}

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
}

type SpeciesItem 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
  image(language: RepositoryLanguage): ImageFieldValue
  species(language: RepositoryLanguage): String
  conservationStatus(language: RepositoryLanguage): Item
  iucn(language: RepositoryLanguage): Boolean
  shortDescription(language: RepositoryLanguage): RichTextFieldValue
  description(language: RepositoryLanguage): RichTextFieldValue
  category(language: RepositoryLanguage): Item
  located(language: RepositoryLanguage): [Item]
  rangeCountryList(language: RepositoryLanguage): [CountryItem]
  typicalHabitats(language: RepositoryLanguage): String
  environmentalType(language: RepositoryLanguage): [ParameterItem]
  survivalType(language: RepositoryLanguage): [Item]
  socialType(language: RepositoryLanguage): Item
  diet(language: RepositoryLanguage): [ParameterItem]
  activity(language: RepositoryLanguage): [ParameterItem]
  lifespanWild(language: RepositoryLanguage): String
  lifespanCaptivity(language: RepositoryLanguage): String
  subspecies(language: RepositoryLanguage): RichTextFieldValue
  relatedContent(language: RepositoryLanguage): [Item]
  recommended(language: RepositoryLanguage): Boolean
}

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

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

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

input SpeciesItemCreateInput {
  name: String!
  image: ImageFieldInput
  species: String
  conservationStatus: Int
  iucn: Boolean
  shortDescription: RichTextFieldInput
  description: RichTextFieldInput
  category: Int
  located: [Int]
  rangeCountryList: [Int]
  typicalHabitats: String
  environmentalType: [Int]
  survivalType: [Int]
  socialType: Int
  diet: [Int]
  activity: [Int]
  lifespanWild: String
  lifespanCaptivity: String
  subspecies: RichTextFieldInput
  relatedContent: [Int]
  recommended: Boolean
}

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

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

type SpeciesItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  image: BinaryFieldDefinition
  species: TextLineFieldDefinition
  conservationStatus: RelationFieldDefinition
  iucn: CheckboxFieldDefinition
  shortDescription: MatrixFieldDefinition
  description: MatrixFieldDefinition
  category: RelationFieldDefinition
  located: RelationListFieldDefinition
  rangeCountryList: RelationListFieldDefinition
  typicalHabitats: TextLineFieldDefinition
  environmentalType: RelationListFieldDefinition
  survivalType: RelationListFieldDefinition
  socialType: RelationFieldDefinition
  diet: RelationListFieldDefinition
  activity: RelationListFieldDefinition
  lifespanWild: TextLineFieldDefinition
  lifespanCaptivity: TextLineFieldDefinition
  subspecies: MatrixFieldDefinition
  relatedContent: RelationListFieldDefinition
  recommended: CheckboxFieldDefinition
}

input SpeciesItemUpdateInput {
  name: String
  image: ImageFieldInput
  species: String
  conservationStatus: Int
  iucn: Boolean
  shortDescription: RichTextFieldInput
  description: RichTextFieldInput
  category: Int
  located: [Int]
  rangeCountryList: [Int]
  typicalHabitats: String
  environmentalType: [Int]
  survivalType: [Int]
  socialType: Int
  diet: [Int]
  activity: [Int]
  lifespanWild: String
  lifespanCaptivity: String
  subspecies: RichTextFieldInput
  relatedContent: [Int]
  recommended: Boolean
}

"""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 (ezstring, ezinteger...)."""
  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 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 (ezstring, ezinteger...)."""
  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 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
}

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
}

type UploadedFilesPayload {
  files: [DomainContent]
  warnings: [String]
}

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

"""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]
}

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

  """The User 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
}

"""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]
}

input UserGroupItemCreateInput {
  name: String!
  description: String
}

"""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 UserGroupItemType implements ItemType {
  _info: ContentType
  name: TextLineFieldDefinition
  description: TextLineFieldDefinition
}

input UserGroupItemUpdateInput {
  name: String
  description: String
}

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
}

"""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]
}

input UserItemCreateInput {
  firstName: String!
  lastName: String!
  userAccount: String!
  signature: String
  image: ImageFieldInput
}

"""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!
}

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

input UserItemUpdateInput {
  firstName: String
  lastName: String
  userAccount: String
  signature: String
  image: ImageFieldInput
}

"""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]
}