POST http://api.jonathan.beazubi.de/graphql

GraphQL requests

1 HTTP queries on GraphQL endpoint(s)

Refresh with latest query
200 September 8, 2025 08:51 schema: auth 68e285
# Time Info
1 383 ms
query IntrospectionQuery(...) {
__schema(...)
}
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" => "Query"
      ]
      "mutationType" => [
        "name" => "Mutation"
      ]
      "subscriptionType" => null
      "types" => [
        [
          "kind" => "OBJECT"
          "name" => "Query"
          "description" => "The beAzubi GraphQL Query Interface"
          "fields" => [
            [
              "name" => "admin"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Admin"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "system"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "System"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "search"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Search"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "validation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Validation"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "invitation"
              "description" => null
              "args" => [
                [
                  "name" => "code"
                  "description" => "code of the invitation"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "districtId"
                  "description" => "Deprecated Field"
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "Invitation"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExploration"
              "description" => "Authorization required"
              "args" => [
                [
                  "name" => "id"
                  "description" => "id of the occupationalExploration"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExploration"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorationDay"
              "description" => "Authorization required"
              "args" => [
                [
                  "name" => "id"
                  "description" => "id of the occupationalExplorationDay"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExplorationDay"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "company"
              "description" => "Authorization required"
              "args" => [
                [
                  "name" => "id"
                  "description" => "id of the company"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "Company"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "question"
              "description" => "Authorization required"
              "args" => [
                [
                  "name" => "id"
                  "description" => "id of the question"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "Question"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "story"
              "description" => "Authorization required"
              "args" => [
                [
                  "name" => "id"
                  "description" => "id of the story"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "Story"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "school"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => "id of the school"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "School"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClass"
              "description" => "Authorization required"
              "args" => [
                [
                  "name" => "id"
                  "description" => "id of the schoolClass"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClass"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewer"
              "description" => "Authorization required"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Viewer"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "managedResource"
              "description" => "Authorization required"
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ManagedResource"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => "id of the user"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "User"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "event"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => "id of the event"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "Event"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventRating"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => "id of the eventRating"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventRating"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventFair"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => "id of the eventFair"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFair"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventFairDay"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => "id of the eventFairDay"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairDay"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventFairExhibitor"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => "id of the eventFairExhibitor"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairExhibitor"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "googlePlace"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => "placeId"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "GooglePlace"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "district"
              "description" => null
              "args" => [
                [
                  "name" => "url"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "slug"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "District"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "country"
              "description" => null
              "args" => [
                [
                  "name" => "code"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "Country"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "city"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "City"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "countryAdministration"
              "description" => null
              "args" => [
                [
                  "name" => "url"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "slug"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "id"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CountryAdministration"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parenthood"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "Parenthood"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "achievement"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "Achievement"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "apiKey"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ApiKey"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "internship"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "Internship"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "request"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "Request"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "booking"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "Booking"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Admin"
          "description" => null
          "fields" => [
            [
              "name" => "hasPermission"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "users"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => """"
                ]
                [
                  "name" => "accountTypes"
                  "description" => null
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "NON_NULL"
                      "name" => null
                      "ofType" => [
                        "kind" => "ENUM"
                        "name" => "AccountTypeEnum"
                        "ofType" => null
                      ]
                    ]
                  ]
                  "defaultValue" => "[]"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "districts"
              "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" => "query"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => """"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "DistrictConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "associations"
              "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" => "query"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => """"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "AssociationConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schools"
              "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" => "query"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => """"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companies"
              "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" => "query"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => """"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyConnection"
                "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" => "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" => "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" => "ENUM"
          "name" => "AccountTypeEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "SYSTEM_MANAGER"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "COMPANY_MANAGER"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "DISTRICT_MANAGER"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "SCHOOL_MANAGER"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "STUDENT"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "USER"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "UserConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "UserEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "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" => "UserEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "User"
                  "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" => "User"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "score"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Float"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "shortId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerPrivacyPermission"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "UserPrivacyPermissionStatus"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "email"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "initials"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "avatar"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gender"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "ENUM"
                "name" => "GenderEnum"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "age"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "accountType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "hometown"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "district"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "District"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Company"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "School"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClass"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolGraduation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolGraduation"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "favoriteSchoolSubjects"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "SchoolSubject"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "professionalTrainings"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "ProfessionalTraining"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "hasProfessionalTrainings"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "professionalTrainingInterests"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "ProfessionalTraining"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "professionalTrainingInternships"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "ProfessionalTraining"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "hasProfessionalTrainingInternships"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalFieldInterests"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "OccupationalField"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalGroupInterests"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "OccupationalGroup"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "questionSection"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "QuestionSection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "questionSections"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "QuestionSectionConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerFollowing"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "languages"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "UserLanguage"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isCompanyOwner"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDistrictOwner"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isSchoolOwner"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isCompanyManager"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDistrictManager"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isSchoolManager"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isAdmin"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "profileCompletenessInPercent"
              "description" => null
              "args" => [
                [
                  "name" => "section"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "UserProfileCompletenessEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "distanceToViewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Float"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "traits"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserTraitConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerHasViewedProfileAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventParticipantForOccupationalExplorationDay"
              "description" => null
              "args" => [
                [
                  "name" => "occupationalExplorationDayId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventParticipant"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parenthoods"
              "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" => "isActive"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Boolean"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ParenthoodConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isParenthoodRequired"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "hasActiveParenthood"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isVisibleForCompanies"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isAllowedToParticipateInOccupationalExplorationEvents"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isAllowedToParticipateInInternships"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isAvailableForTraining"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isAvailableForInternship"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "achievements"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "AchievementConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "internshipBookings"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "BookingConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "internshipRequests"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RequestConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "SearchResultInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INTERFACE"
          "name" => "EntityInterface"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => [
            [
              "kind" => "OBJECT"
              "name" => "User"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "Image"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "District"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "Address"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "Country"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "CountryAdministration"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "DistrictManager"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "Invitation"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "InvitationTarget"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "Company"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "CompanyType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "CompanySize"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "Membership"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "CompanyIndustry"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "CompanyProperty"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "CompanyBenefit"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "Story"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "Actor"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "StoryItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "CompanyImage"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "CompanyManager"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "Activity"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FeedItemContent"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "OccupationalExploration"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "SchoolYear"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "OccupationalExplorationDay"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "OccupationalGroup"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "School"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "SchoolType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "SchoolClass"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "SchoolClassYearGroup"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "OccupationalExplorationSchoolClassAchievementCollection"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "File"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "CompanyTraining"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ProfessionalTraining"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ProfessionalTrainingType"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ProfessionalTrainingCategory"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "SchoolManager"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "SchoolFacility"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "Event"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "EventSeries"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "EventParticipant"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "EventParticipantQuestionAnswer"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "EventParticipantQuestion"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "City"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "EventFair"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "EventFairDay"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "EventFairExhibitor"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "SchoolGraduation"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "SchoolSubject"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "OccupationalField"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "QuestionSection"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "QuestionCategory"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "Question"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "UserLanguage"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "Language"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "UserTrait"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "Parenthood"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "GDPRExport"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "Achievement"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "Association"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "System"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "SystemBlog"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "SchoolProperty"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FeedbackReason"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "Viewer"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "Notification"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FeedItem"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ChatConversation"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ChatMessage"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ApiKey"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ApiKeyWhitelistIp"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ApiKeyRequestLog"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ManagedResource"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ResourceManager"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "EventRating"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "EventRatingQuestionAnswer"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "GooglePlace"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "Feedback"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FileDownloadTicket"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "OccupationalTraining"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "ExpoPushToken"
              "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" => "SCALAR"
          "name" => "DateTime"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INTERFACE"
          "name" => "SearchResultInterface"
          "description" => null
          "fields" => [
            [
              "name" => "score"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Float"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => [
            [
              "kind" => "OBJECT"
              "name" => "User"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "Viewer"
              "ofType" => 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" => "OBJECT"
          "name" => "UserPrivacyPermissionStatus"
          "description" => null
          "fields" => [
            [
              "name" => "avatar"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gender"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "birthday"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolGraduation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Image"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "url"
              "description" => null
              "args" => [
                [
                  "name" => "width"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => "500"
                ]
                [
                  "name" => "height"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => "500"
                ]
                [
                  "name" => "quality"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => "87"
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "context"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDefaultImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "unsplashImageId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "credits"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "GenderEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "male"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "female"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "xyz"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "District"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "productName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "address"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Address"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "slogan"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "slug"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isAllowedToCreateOccupationalExploration"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerDistrictManager"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "avatar"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cover"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyCount"
              "description" => null
              "args" => [
                [
                  "name" => "period"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "PeriodEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyInDistrictCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "activeStudentsCount"
              "description" => null
              "args" => [
                [
                  "name" => "period"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "PeriodEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "activeUsersCount"
              "description" => null
              "args" => [
                [
                  "name" => "period"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "PeriodEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolManagerCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClassCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "managers"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "DistrictManager"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "managerInvitations"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "Invitation"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "website"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "phoneNumber"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "contactEmail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "theme"
              "description" => null
              "args" => [
                [
                  "name" => "variant"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "ThemeVariantEnum"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Theme"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "hasBoardingCompleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companies"
              "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" => "status"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictCompanyStatusEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "default"
                ]
                [
                  "name" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
                [
                  "name" => "distance"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "companyIndustryIds"
                  "description" => null
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "NON_NULL"
                      "name" => null
                      "ofType" => [
                        "kind" => "SCALAR"
                        "name" => "String"
                        "ofType" => null
                      ]
                    ]
                  ]
                  "defaultValue" => "[]"
                ]
                [
                  "name" => "companySizeIds"
                  "description" => null
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "NON_NULL"
                      "name" => null
                      "ofType" => [
                        "kind" => "SCALAR"
                        "name" => "String"
                        "ofType" => null
                      ]
                    ]
                  ]
                  "defaultValue" => "[]"
                ]
                [
                  "name" => "companyPropertyIds"
                  "description" => null
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "NON_NULL"
                      "name" => null
                      "ofType" => [
                        "kind" => "SCALAR"
                        "name" => "String"
                        "ofType" => null
                      ]
                    ]
                  ]
                  "defaultValue" => "[]"
                ]
                [
                  "name" => "companyTypeIds"
                  "description" => null
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "NON_NULL"
                      "name" => null
                      "ofType" => [
                        "kind" => "SCALAR"
                        "name" => "String"
                        "ofType" => null
                      ]
                    ]
                  ]
                  "defaultValue" => "[]"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schools"
              "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" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "users"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "query"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
                [
                  "name" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorations"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExplorationConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClassInternships"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClassInternshipConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClassInternshipsForSchoolYear"
              "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" => "schoolYearId"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClassInternshipConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Address"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "street"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "streetNumber"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "additional"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "postalCode"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "city"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "state"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "country"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Country"
                  "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" => "addressLine1"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "addressLine2"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Country"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "code"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "countryAdministrations"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "CountryAdministration"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CountryAdministration"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "productName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "slogan"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "slug"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "theme"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Theme"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "districts"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "District"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "districtCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Theme"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDefault"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "colors"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "Color"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "graphics"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "ThemeGraphic"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Color"
          "description" => null
          "fields" => [
            [
              "name" => "key"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "value"
              "description" => null
              "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" => "ThemeGraphic"
          "description" => null
          "fields" => [
            [
              "name" => "fileName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "publicUrl"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mimeType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fileSize"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "PeriodEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "this_week"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "last_week"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "this_month"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "last_month"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "all_time"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "DistrictManager"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "User"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isOwner"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Invitation"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "district"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "District"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isExpired"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "code"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "url"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "accountType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "invitationTarget"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "InvitationTarget"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isRestrictedToEmailDomain"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isRestrictedToEmailAddress"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "email"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "emailDomain"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pdfPublicUrl"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "qrCodeUrl"
              "description" => null
              "args" => [
                [
                  "name" => "size"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => "320"
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "qrCode"
              "description" => null
              "args" => [
                [
                  "name" => "size"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => "320"
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "QrCode"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "InvitationTarget"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "type"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parentName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "QrCode"
          "description" => null
          "fields" => [
            [
              "name" => "base64Image"
              "description" => null
              "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" => "ENUM"
          "name" => "ThemeVariantEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "light"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "dark"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "DistrictCompanyStatusEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "default"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pending"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "accepted"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "denied"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "DistrictSortFieldEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "name"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "distance"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "SortDirectionEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "ASC"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "DESC"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "CompanyEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "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" => "Company"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isVerified"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "verifiedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isVerificationProcessStarted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "verificationRetryCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "verificationRetryCountLimit"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isCompanyPlus"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "address"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Address"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "avatar"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cover"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "website"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "phoneNumber"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "contactEmail"
              "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" => "slogan"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "foundingYear"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "type"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyType"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "size"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanySize"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "industry"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyIndustry"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "properties"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "CompanyProperty"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "images"
              "description" => null
              "args" => [
                [
                  "name" => "after"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "first"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyImageConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "hasBoardingCompleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerFollowing"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "profileCompletenessInPercent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "distanceToViewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Float"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerCompanyManager"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerCompanyOwner"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "managers"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "CompanyManager"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "managerInvitations"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "Invitation"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "viewerPrivacyPermissionStatus"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "UserPrivacyPermissionStatus"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialMediaLinkedInUrl"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialMediaFacebookUrl"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialMediaXingUrl"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialMediaYoutubeUrl"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialMediaInstagramUrl"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "socialMediaTwitterUrl"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "activities"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ActivityConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "availableOccupationalExplorationsForSchoolYear"
              "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" => "schoolYearId"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExplorationConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isMemberOfKlischeefrei"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "city"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "City"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "upcomingEventFairExhibitions"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "historicEventFairExhibitions"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "trainings"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyTrainingConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isInternshipRequestAllowed"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "internshipStatus"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyInternshipStatus"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "VerifiableInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INTERFACE"
          "name" => "VerifiableInterface"
          "description" => null
          "fields" => [
            [
              "name" => "isVerified"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "verifiedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isVerificationProcessStarted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "verificationRetryCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "verificationRetryCountLimit"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => [
            [
              "kind" => "OBJECT"
              "name" => "Company"
              "ofType" => null
            ]
          ]
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyType"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanySize"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "size"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "membership"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Membership"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Membership"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "type"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "MembershipTypeEnum"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "subscriptionPrice"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SubscriptionPrice"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "MembershipTypeEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "district"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "company"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "school"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SubscriptionPrice"
          "description" => null
          "fields" => [
            [
              "name" => "priceAnnualTotal"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Money"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "priceAnnualPerMonth"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Money"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "priceMonthly"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Money"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "taxRate"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "TaxRate"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Money"
          "description" => null
          "fields" => [
            [
              "name" => "currency"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "currencySymbol"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "formattedValueWithCurrencySign"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "formattedValue"
              "description" => null
              "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" => "TaxRate"
          "description" => null
          "fields" => [
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "percentage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Float"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "country"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Country"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyIndustry"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyProperty"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyBenefit"
              "description" => null
              "args" => [
                [
                  "name" => "companyId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyBenefit"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyBenefit"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyProperty"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "CompanyProperty"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "story"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Story"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Story"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isReadyToPublish"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "owner"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Actor"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "status"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "StoryStatusEnum"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "context"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "StoryContextEnum"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "text"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "primaryItem"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "StoryItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "item"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "StoryItem"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "items"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "StoryItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Actor"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "avatar"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "accountType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "StoryStatusEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "DRAFT"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ACTIVE"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "DELETED"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "StoryContextEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "ACTIVITY"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "JOB_DESCRIPTION"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "COMPANY_BENEFIT"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "SCHOOL_FACILITY"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "StoryItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "story"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Story"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "type"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "StoryItemTypeEnum"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Image"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "text"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "StoryItemTypeEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "IMAGE"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "IMAGE_TEXT"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "VIDEO"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "LINK"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "TEXT"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "StoryItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "StoryItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "StoryItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "StoryItem"
                  "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" => "CompanyImageConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "CompanyImageEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyImageEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "CompanyImage"
                  "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" => "CompanyImage"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyManager"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "User"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isOwner"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ActivityConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "ActivityEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ActivityEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Activity"
                  "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" => "Activity"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "actor"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Actor"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "activityId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "content"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "FeedItemContent"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "ActivityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INTERFACE"
          "name" => "ActivityInterface"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "actor"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Actor"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "activityId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "content"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "FeedItemContent"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => [
            [
              "kind" => "OBJECT"
              "name" => "Activity"
              "ofType" => null
            ]
            [
              "kind" => "OBJECT"
              "name" => "FeedItem"
              "ofType" => null
            ]
          ]
        ]
        [
          "kind" => "OBJECT"
          "name" => "FeedItemContent"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "text"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalExplorationConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "OccupationalExplorationEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalExplorationEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalExploration"
                  "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" => "OccupationalExploration"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "district"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "District"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cover"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "numberOfEventsParticipatedByStudent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "studentCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "participationMustBeDifferentInOccupationalGroups"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolYear"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolYear"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "days"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "OccupationalExplorationDay"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "dayCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "day"
              "description" => null
              "args" => [
                [
                  "name" => "dayId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExplorationDay"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "maxNumberOfParticipants"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "participantCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "participatingCompaniesCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "participatingCompanies"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "Company"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "qualifiedSchoolClasses"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "SchoolClass"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "qualifiedSchoolClassesCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalGroups"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "OccupationalGroup"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isVisibleForStudentsAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isVisibleForCompaniesAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventsByCompany"
              "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" => "companyId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventStatistic"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventStatistic"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolYear"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "startAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "endAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isActive"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalExplorationDay"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExploration"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalExploration"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "date"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "maxNumberOfParticipants"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "participantCount"
              "description" => null
              "args" => [
                [
                  "name" => "schoolClassId"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "participatingCompaniesCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "participatingCompanies"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "Company"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "countAvailablePlaces"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalGroups"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "OccupationalGroup"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeletable"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schools"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "School"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "qualifiedSchoolClasses"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "SchoolClass"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "qualifiedSchoolClassesCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "events"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "Event"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventsAvailableForViewer"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventParticipantForViewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventParticipant"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalGroup"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorationEventCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorationMaxNumberOfParticipantsCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorationParticipantCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "School"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "avatar"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "district"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "District"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "type"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolType"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "hasBoardingCompleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClasses"
              "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" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "DESC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClassConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "address"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Address"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cover"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Image"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "website"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "phoneNumber"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "contactEmail"
              "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" => "slogan"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "foundingYear"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "studentCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolManagerCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClassCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerSchoolManager"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerSchoolOwner"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "managers"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "SchoolManager"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "managerInvitations"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "Invitation"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "facilities"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "SchoolFacility"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "yearGroups"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "SchoolClassYearGroup"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorationDaysForSchoolYear"
              "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" => "schoolYearId"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExplorationDayConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClassInternships"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClassInternshipConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClassInternshipsForSchoolYear"
              "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" => "schoolYearId"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClassInternshipConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolType"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolClassConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "SchoolClassEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolClassEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolClass"
                  "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" => "SchoolClass"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "type"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "SchoolClassTypeEnum"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "School"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "avatar"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "studentCount"
              "description" => null
              "args" => [
                [
                  "name" => "filter"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "SchoolClassStudentFilterEnum"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => "ALL"
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "activeSchoolYear"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolYear"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "yearGroup"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolClassYearGroup"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorationDaysForActiveSchoolYear"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "OccupationalExplorationDay"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorationDayForActiveSchoolYear"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExplorationDay"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "primaryManager"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "User"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "managers"
              "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" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "DESC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "primaryInvitation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Invitation"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "studentInvitations"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "Invitation"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isQualifiedForOccupationalExploration"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "students"
              "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" => "filter"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SchoolClassStudentFilterEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "COMPLETE"
                ]
                [
                  "name" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "DESC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorationAchievementCollections"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExplorationSchoolClassAchievementCollectionConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeletable"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isGraduatingClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "internships"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClassInternshipConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "internshipsForSchoolYear"
              "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" => "schoolYearId"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClassInternshipConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "SchoolClassTypeEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "SECONDARY_SEK1"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "SECONDARY_SEK2"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "SchoolClassStudentFilterEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "COMPLETE"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "INCOMPLETE"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ALL"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolClassYearGroup"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "groupNumber"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isQualifiedForOccupationalExploration"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClasses"
              "description" => null
              "args" => [
                [
                  "name" => "schoolId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "SchoolClass"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isGraduatingSchoolYear"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalExplorationSchoolClassAchievementCollectionConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "OccupationalExplorationSchoolClassAchievementCollectionEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalExplorationSchoolClassAchievementCollectionEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalExplorationSchoolClassAchievementCollection"
                  "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" => "OccupationalExplorationSchoolClassAchievementCollection"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fileCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "zipFile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "File"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerAllowedToDownloadZipFile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "File"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mimeType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerAllowedToDownloadFile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolClassInternshipConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "SchoolClassInternshipEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolClassInternshipEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Internship"
                  "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" => "Internship"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolClass"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolYear"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolYear"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "startAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rrule"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "endAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "interval"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Interval"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isOver"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "visibleForStudentsAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isVisibleForStudents"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isActive"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeletable"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "internshipSuggestions"
              "description" => null
              "args" => [
                [
                  "name" => "searchQuery"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "professionalCategoryIds"
                  "description" => null
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "NON_NULL"
                      "name" => null
                      "ofType" => [
                        "kind" => "SCALAR"
                        "name" => "String"
                        "ofType" => null
                      ]
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "distance"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistanceEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "DISTANCE_50"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "InternshipSuggestions"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "activeViewerInternshipRequest"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Request"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "requests"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RequestConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Interval"
          "description" => null
          "fields" => [
            [
              "name" => "startDate"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "endDate"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "dates"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "SCALAR"
                    "name" => "DateTime"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rrule"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "weekdays"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "DistanceEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "DISTANCE_10"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "DISTANCE_25"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "DISTANCE_50"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "DISTANCE_100"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "DISTANCE_250"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "DISTANCE_500"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "InternshipSuggestions"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companies"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyTrainings"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyTrainingConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyTrainingConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "CompanyTrainingEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyTrainingEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "CompanyTraining"
                  "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" => "CompanyTraining"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "professionalTraining"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ProfessionalTraining"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isInternshipRequestAllowed"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeletable"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ProfessionalTraining"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "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" => "ProfessionalTrainingType"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "category"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ProfessionalTrainingCategory"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "categories"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "ProfessionalTrainingCategory"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isForPeopleWithDisabilities"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ProfessionalTrainingType"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ProfessionalTrainingCategory"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isParent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isChild"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ProfessionalTrainingCategory"
                "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" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ProfessionalTrainingCategoryConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "professionalTrainings"
              "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" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ProfessionalTrainingConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ProfessionalTrainingCategoryConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "ProfessionalTrainingCategoryEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ProfessionalTrainingCategoryEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ProfessionalTrainingCategory"
                  "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" => "ProfessionalTrainingConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "ProfessionalTrainingEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ProfessionalTrainingEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ProfessionalTraining"
                  "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" => "Request"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "student"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "User"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "internship"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Internship"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "startAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "endAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "expiresAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rrule"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "status"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "statusUpdatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "requestMessage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "responseMessage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "expiresAtInSeconds"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "interval"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Interval"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClass"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyTraining"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "CompanyTraining"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "RequestConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "RequestEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "RequestEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Request"
                  "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" => "SchoolManager"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "User"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isOwner"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolFacility"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "story"
              "description" => null
              "args" => [
                [
                  "name" => "schoolId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "Story"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalExplorationDayConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "OccupationalExplorationDayEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalExplorationDayEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalExplorationDay"
                  "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" => "Event"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "host"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Actor"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventSeries"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventSeries"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cover"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalGroup"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalGroup"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isOccupationalExplorationEvent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerEventHost"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExploration"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExploration"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "address"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Address"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "startAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "endAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isOver"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isPublic"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "participants"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventParticipantConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "participantQuestions"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "EventParticipantQuestion"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "canViewerApplyToEvent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerEventParticipant"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerEventParticipant"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventParticipant"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "participantCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "maxNumberOfParticipants"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isSoldOut"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "primaryDescription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "secondaryDescription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "processDescription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "contactPerson"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "contactPhoneNumber"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "contactEmail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isSuitableForPeopleWithMentalDisabilities"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isSuitableForPeopleWithWalkingDisabilities"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isSuitableForPeopleWithSpeechDisabilities"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isSuitableForPeopleWithLowVision"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isSuitableForPeopleWithHearingWeakness"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "distanceToViewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Float"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "archiveReason"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "participationConfirmationToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "openConfirmationParticipants"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventParticipantConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "confirmationCodePdfFile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "File"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventStatistic"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventStatistic"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventSeries"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cover"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "owner"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Actor"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "events"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "Event"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventStatistic"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventStatistic"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventStatistic"
          "description" => null
          "fields" => [
            [
              "name" => "eventCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "participantTotalCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "completedEventRatingCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "questionWereYourQuestionsAnsweredAverageRating"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Float"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "questionCouldYouImagineUndergoingTrainingAtTheCompanyRating"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Float"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "questionHowDidYouLikeTheAppointmentRating"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Float"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "questionWouldYouLikeToStayInContactWithTheCompanyPercent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Float"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventParticipantConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "EventParticipantEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventParticipantEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventParticipant"
                  "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" => "EventParticipant"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "User"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "processDescription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "questionAnswers"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "EventParticipantQuestionAnswer"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "status"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "EventParticipantStatusEnum"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "contactPerson"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventParticipantQuestionAnswer"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "question"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "answer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "EventParticipantStatusEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "CONFIRMATION_PENDING"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "PARTICIPATED"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "NOT_PARTICIPATED"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventParticipantQuestion"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "question"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "EventEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "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" => "City"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "country"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Country"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "postalCode"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "longitude"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Float"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "latitude"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Float"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventFairConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "EventFairEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventFairEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventFair"
                  "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" => "EventFair"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cover"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "address"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Address"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "days"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "EventFairDay"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "exhibitors"
              "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" => "onlyWithEvents"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Boolean"
                    "ofType" => null
                  ]
                  "defaultValue" => "false"
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventFairExhibitorConnection"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerExhibitor"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairExhibitor"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isVisibleForUsersAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerOwner"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerExhibitor"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "maxParticipantsCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "participantCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "availablePlacesCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "distanceToViewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Float"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerParticipatingEvents"
              "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
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventConnection"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerParticipant"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventStatistic"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventStatistic"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventFairDay"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventFair"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventFair"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "startAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "endAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeletable"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "events"
              "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" => "exhibitorId"
                  "description" => "id of the eventFairExhibitor"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventConnection"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "maxParticipantsCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "maxParticipantsByExhibitorCount"
              "description" => null
              "args" => [
                [
                  "name" => "exhibitorId"
                  "description" => "id of the eventFairExhibitor"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "participantCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "participantByExhibitorCount"
              "description" => null
              "args" => [
                [
                  "name" => "exhibitorId"
                  "description" => "id of the eventFairExhibitor"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "availablePlacesCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "availablePlacesByExhibitorCount"
              "description" => null
              "args" => [
                [
                  "name" => "exhibitorId"
                  "description" => "id of the eventFairExhibitor"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerParticipatingEvents"
              "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
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventConnection"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerParticipant"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventStatistic"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventStatistic"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventFairExhibitorConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "EventFairExhibitorEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventFairExhibitorEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventFairExhibitor"
                  "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" => "EventFairExhibitor"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventFair"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventFair"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "boothInformation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "avatar"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "startAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "endAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "events"
              "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" => "dayId"
                  "description" => "id of the eventFairDay"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventConnection"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "maxParticipantsCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "maxParticipantsByDayCount"
              "description" => null
              "args" => [
                [
                  "name" => "dayId"
                  "description" => "id of the eventFairDay"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "participantCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "participantByDayCount"
              "description" => null
              "args" => [
                [
                  "name" => "dayId"
                  "description" => "id of the eventFairDay"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "availablePlacesCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "availablePlacesByDayCount"
              "description" => null
              "args" => [
                [
                  "name" => "dayId"
                  "description" => "id of the eventFairDay"
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventStatistic"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventStatistic"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeletable"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyInternshipStatus"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pendingInternshipRequests"
              "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" => "orderBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RequestOrderByEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "CREATED"
                ]
                [
                  "name" => "orderDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RequestOrderDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "InternshipRequestConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rejectedInternshipRequests"
              "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" => "orderBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RequestOrderByEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "DECLINED"
                ]
                [
                  "name" => "orderDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RequestOrderDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "DESC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "InternshipRequestConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "acceptedInternshipRequests"
              "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" => "orderBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RequestOrderByEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ACCEPTED"
                ]
                [
                  "name" => "orderDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RequestOrderDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "InternshipRequestConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "canceledInternshipRequests"
              "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" => "orderBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RequestOrderByEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "DECLINED"
                ]
                [
                  "name" => "orderDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RequestOrderDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "InternshipRequestConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "declinedInternshipRequests"
              "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" => "orderBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RequestOrderByEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "CREATED"
                ]
                [
                  "name" => "orderDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "RequestOrderDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "DESC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "InternshipRequestConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "RequestOrderByEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "CREATED"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ACCEPTED"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "DECLINED"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "EXPIRED"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "RequestOrderDirectionEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "ASC"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "DESC"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "InternshipRequestConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "InternshipRequestEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "InternshipRequestEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Request"
                  "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" => "SchoolConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "SchoolEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "School"
                  "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" => "SchoolGraduation"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolSubject"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalField"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "QuestionSection"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "categories"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "QuestionCategoryConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "category"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "QuestionCategory"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "unansweredQuestionCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "answeredQuestionCount"
              "description" => null
              "args" => [
                [
                  "name" => "userId"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "QuestionCategoryConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "QuestionCategoryEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "QuestionCategoryEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "QuestionCategory"
                  "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" => "QuestionCategory"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "unansweredQuestionCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "section"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "QuestionSection"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "answeredQuestionCount"
              "description" => null
              "args" => [
                [
                  "name" => "userId"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "nextQuestion"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Question"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "answeredMainQuestion"
              "description" => null
              "args" => [
                [
                  "name" => "userId"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "Question"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "answeredMainQuestions"
              "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" => "userId"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "QuestionConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "answeredChildQuestions"
              "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" => "userId"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "QuestionConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "tags"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "QuestionTagConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Question"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "questionText"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isMainQuestion"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "answerValue"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "QuestionConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "QuestionEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "QuestionEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Question"
                  "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" => "QuestionTagConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "QuestionTagEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "QuestionTagEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "QuestionTag"
                  "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" => "QuestionTag"
          "description" => null
          "fields" => [
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "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" => "QuestionSectionConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "QuestionSectionEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "QuestionSectionEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "QuestionSection"
                  "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" => "UserLanguage"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "percent"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "language"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Language"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Language"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "UserProfileCompletenessEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "boarding"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "questions"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "training_completed"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "training_school"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "training_interests"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "training_language"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "UserTraitConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "UserTraitEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "UserTraitEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "UserTrait"
                  "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" => "UserTrait"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "User"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "points"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Float"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "avgFactor"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Float"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ParenthoodConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "ParenthoodEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ParenthoodEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Parenthood"
                  "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" => "Parenthood"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parentUser"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "User"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "childUser"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "User"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isActive"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isVisibleForCompanies"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isChildAllowedToParticipateInOccupationalExplorationEvents"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isChildAllowedToParticipateInInternships"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gdprExports"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "GDPRExportConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "GDPRExportConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "GDPRExportEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "GDPRExportEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "GDPRExport"
                  "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" => "GDPRExport"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "status"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "GDPRStatusEnum"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parenthood"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Parenthood"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "downloadedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "GDPRStatusEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "pending"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "processing"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "completed"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "downloaded"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "failed"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "AchievementConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "AchievementEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "AchievementEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Achievement"
                  "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" => "Achievement"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "type"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "AchievementTypeEnum"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "avatar"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "text"
              "description" => null
              "args" => [
                [
                  "name" => "locale"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "LocaleEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "de"
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerAchievementOwner"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isVisibleOnProfile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "pdfFile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "File"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "AchievementTypeEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "OCCUPATIONAL_EXPLORATION_EVENT_PARTICIPATION"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "EVENT_PARTICIPATION"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "LocaleEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "de"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "en"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "BookingConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "BookingEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "BookingEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Booking"
                  "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" => "Booking"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "student"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "User"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Company"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "startAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "endAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rrule"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "contactPerson"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "contactPhoneNumber"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "startTime"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "endTime"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "DistrictConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "DistrictEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "DistrictEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "District"
                  "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" => "AssociationConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "AssociationEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "AssociationEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Association"
                  "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" => "Association"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "address"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Address"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "avatar"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cover"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "System"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mode"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "SystemModeEnum"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "productName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "slogan"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "slug"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "avatar"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "email"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "serverVersion"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isTestRun"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "locales"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "ENUM"
                    "name" => "LocaleEnum"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "googlePlacesKey"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "stripePublicKey"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "theme"
              "description" => null
              "args" => [
                [
                  "name" => "variant"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "ThemeVariantEnum"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Theme"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "themeRepositoryHasUncommittedChanges"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "themes"
              "description" => null
              "args" => [
                [
                  "name" => "variant"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "ThemeVariantEnum"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "Theme"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolYears"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "SchoolYear"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "activeSchoolYear"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolYear"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "districts"
              "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" => "query"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "DistrictConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "countries"
              "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" => "query"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CountryConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cities"
              "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" => "query"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "CitySortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CityConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companies"
              "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" => "status"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictCompanyStatusEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "default"
                ]
                [
                  "name" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
                [
                  "name" => "distance"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "companyIndustryIds"
                  "description" => null
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "NON_NULL"
                      "name" => null
                      "ofType" => [
                        "kind" => "SCALAR"
                        "name" => "String"
                        "ofType" => null
                      ]
                    ]
                  ]
                  "defaultValue" => "[]"
                ]
                [
                  "name" => "companySizeIds"
                  "description" => null
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "NON_NULL"
                      "name" => null
                      "ofType" => [
                        "kind" => "SCALAR"
                        "name" => "String"
                        "ofType" => null
                      ]
                    ]
                  ]
                  "defaultValue" => "[]"
                ]
                [
                  "name" => "companyPropertyIds"
                  "description" => null
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "NON_NULL"
                      "name" => null
                      "ofType" => [
                        "kind" => "SCALAR"
                        "name" => "String"
                        "ofType" => null
                      ]
                    ]
                  ]
                  "defaultValue" => "[]"
                ]
                [
                  "name" => "companyTypeIds"
                  "description" => null
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "NON_NULL"
                      "name" => null
                      "ofType" => [
                        "kind" => "SCALAR"
                        "name" => "String"
                        "ofType" => null
                      ]
                    ]
                  ]
                  "defaultValue" => "[]"
                ]
                [
                  "name" => "districtIds"
                  "description" => null
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "NON_NULL"
                      "name" => null
                      "ofType" => [
                        "kind" => "SCALAR"
                        "name" => "String"
                        "ofType" => null
                      ]
                    ]
                  ]
                  "defaultValue" => "[]"
                ]
                [
                  "name" => "cityIds"
                  "description" => null
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "NON_NULL"
                      "name" => null
                      "ofType" => [
                        "kind" => "SCALAR"
                        "name" => "String"
                        "ofType" => null
                      ]
                    ]
                  ]
                  "defaultValue" => "[]"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyCount"
              "description" => null
              "args" => [
                [
                  "name" => "period"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "PeriodEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyIndustries"
              "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" => "query"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyIndustryConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyTypes"
              "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" => "query"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyTypeConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companySizes"
              "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" => "query"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanySizeConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyProperties"
              "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" => "query"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyPropertyConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "questionSections"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "QuestionSectionConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "professionalTrainingCategories"
              "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" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ProfessionalTrainingCategoryConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolGraduations"
              "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" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolGraduationConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolSubjects"
              "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" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolSubjectConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalGroups"
              "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" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalGroupConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalFields"
              "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" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalFieldConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "languages"
              "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" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "LanguageConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "blogs"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SystemBlogConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolTypes"
              "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" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolTypeConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolProperties"
              "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" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolPropertyConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolFacilities"
              "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" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolFacilityConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClassYearGroups"
              "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" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClassYearGroupConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "feedbackReasons"
              "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" => "sortBy"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistrictSortFieldEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "name"
                ]
                [
                  "name" => "sortDirection"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "SortDirectionEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "ASC"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "FeedbackReasonConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "SystemModeEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "active"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "business_name"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CountryConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "CountryEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CountryEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Country"
                  "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" => "ENUM"
          "name" => "CitySortFieldEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "name"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CityConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "CityEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CityEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "City"
                  "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" => "CompanyIndustryConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "CompanyIndustryEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyIndustryEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "CompanyIndustry"
                  "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" => "CompanyTypeConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "CompanyTypeEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyTypeEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "CompanyType"
                  "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" => "CompanySizeConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "CompanySizeEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanySizeEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "CompanySize"
                  "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" => "CompanyPropertyConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "CompanyPropertyEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyPropertyEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "CompanyProperty"
                  "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" => "SchoolGraduationConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "SchoolGraduationEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolGraduationEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolGraduation"
                  "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" => "SchoolSubjectConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "SchoolSubjectEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolSubjectEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolSubject"
                  "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" => "OccupationalGroupConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "OccupationalGroupEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalGroupEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalGroup"
                  "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" => "OccupationalFieldConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "OccupationalFieldEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalFieldEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalField"
                  "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" => "LanguageConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "LanguageEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "LanguageEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Language"
                  "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" => "SystemBlogConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "SystemBlogEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SystemBlogEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SystemBlog"
                  "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" => "SystemBlog"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "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" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "url"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "imageUrl"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "tags"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "primaryTag"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolTypeConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "SchoolTypeEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolTypeEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolType"
                  "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" => "SchoolPropertyConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "SchoolPropertyEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolPropertyEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolProperty"
                  "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" => "SchoolProperty"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolFacilityConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "SchoolFacilityEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolFacilityEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolFacility"
                  "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" => "SchoolClassYearGroupConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "SchoolClassYearGroupEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolClassYearGroupEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolClassYearGroup"
                  "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" => "FeedbackReasonConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "FeedbackReasonEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "FeedbackReasonEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "FeedbackReason"
                  "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" => "FeedbackReason"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Search"
          "description" => null
          "fields" => [
            [
              "name" => "userSearch"
              "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" => "districtId"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "schoolId"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "distance"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "isAvailableForInternship"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Boolean"
                    "ofType" => null
                  ]
                  "defaultValue" => "true"
                ]
                [
                  "name" => "isAvailableForTraining"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Boolean"
                    "ofType" => null
                  ]
                  "defaultValue" => "true"
                ]
                [
                  "name" => "tags"
                  "description" => null
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "NON_NULL"
                      "name" => null
                      "ofType" => [
                        "kind" => "SCALAR"
                        "name" => "String"
                        "ofType" => null
                      ]
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "unsplashImageSearch"
              "description" => null
              "args" => [
                [
                  "name" => "query"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "page"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => "1"
                ]
                [
                  "name" => "limit"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Int"
                    "ofType" => null
                  ]
                  "defaultValue" => "24"
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "UnsplashImageSearchResult"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "autocompleteCompanies"
              "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" => "query"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "districtId"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "AutocompleteResultItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "UnsplashImageSearchResult"
          "description" => null
          "fields" => [
            [
              "name" => "total"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalPages"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "images"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "UnsplashImage"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "UnsplashImage"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "url"
              "description" => null
              "args" => [
                [
                  "name" => "type"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "UnsplashImageTypeEnum"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "credits"
              "description" => null
              "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" => "ENUM"
          "name" => "UnsplashImageTypeEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "RAW"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "FULL"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "REGULAR"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "SMALL"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "THUMB"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "SMALL_S3"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "AutocompleteResultItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "AutocompleteResultItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "AutocompleteResultItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "AutocompleteResultItem"
                  "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" => "AutocompleteResultItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "title"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "subTitle"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "districtId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "avatarSmallUrl"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "avatarMiddleUrl"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "avatarLargeUrl"
              "description" => null
              "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" => "Validation"
          "description" => null
          "fields" => [
            [
              "name" => "isUsernameAlreadyInUse"
              "description" => null
              "args" => [
                [
                  "name" => "username"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isEmailAlreadyInUse"
              "description" => null
              "args" => [
                [
                  "name" => "email"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Viewer"
          "description" => "This is you"
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "score"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Float"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "shortId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerPrivacyPermission"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "UserPrivacyPermissionStatus"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "email"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "initials"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "avatar"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gender"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "ENUM"
                "name" => "GenderEnum"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "age"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "accountType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "hometown"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "district"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "District"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Company"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "School"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClass"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolGraduation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolGraduation"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "favoriteSchoolSubjects"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "SchoolSubject"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "professionalTrainings"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "ProfessionalTraining"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "hasProfessionalTrainings"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "professionalTrainingInterests"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "ProfessionalTraining"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "professionalTrainingInternships"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "ProfessionalTraining"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "hasProfessionalTrainingInternships"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalFieldInterests"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "OccupationalField"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalGroupInterests"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "OccupationalGroup"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "questionSection"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "QuestionSection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "questionSections"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "QuestionSectionConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerFollowing"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "languages"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "UserLanguage"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isCompanyOwner"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDistrictOwner"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isSchoolOwner"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isCompanyManager"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDistrictManager"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isSchoolManager"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isAdmin"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "profileCompletenessInPercent"
              "description" => null
              "args" => [
                [
                  "name" => "section"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "UserProfileCompletenessEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "distanceToViewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Float"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "traits"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserTraitConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerHasViewedProfileAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventParticipantForOccupationalExplorationDay"
              "description" => null
              "args" => [
                [
                  "name" => "occupationalExplorationDayId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventParticipant"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parenthoods"
              "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" => "isActive"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "Boolean"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ParenthoodConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isParenthoodRequired"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "hasActiveParenthood"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isVisibleForCompanies"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isAllowedToParticipateInOccupationalExplorationEvents"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isAllowedToParticipateInInternships"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isAvailableForTraining"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isAvailableForInternship"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "achievements"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "AchievementConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "internshipBookings"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "BookingConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "internshipRequests"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RequestConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "firstName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "lastName"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "username"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "birthday"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isEmailNotificationEnabled"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isMobileNotificationEnabled"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isEmailAddressConfirmed"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "hasBoardingCompleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "notifications"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "NotificationConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "feed"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "FeedItemConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "chatConversations"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ChatConversationConnection"
                "ofType" => null
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "chatConversation"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ChatConversation"
                "ofType" => null
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "unreadCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "UnreadCount"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "notification"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "Notification"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "nextMainQuestion"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Question"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "answeredQuestionCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "storyDrafts"
              "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" => "context"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "StoryContextEnum"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "StoryConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "feedbackKey"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "feedbackUrl"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "userFollowings"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companiesWithProfileReadPermission"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "showOccupationalExplorationModule"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "profileCompletenessFirstTimeAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "paymentMethod"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "PaymentMethod"
                "ofType" => null
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "membership"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Membership"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "hasSubscription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "hasActiveSubscription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "canChangeMembershipManual"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "canCancelMembershipManual"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "subscription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Subscription"
                "ofType" => null
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "subscriptionPaymentInterval"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "PaymentIntervalEnum"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "availableMemberships"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "Membership"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "isAllowedToChangeMembership"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "isAllowedToPayByInvoice"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "isAllowedToPayBySepa"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "billingAddress"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Address"
                "ofType" => null
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "billingEmail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "invoices"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "InvoiceConnection"
                "ofType" => null
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "gdprExports"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "GDPRExportConnection"
                "ofType" => null
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "visitedUsers"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "visitorUsers"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "likedUsers"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "managedSchoolClasses"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClassConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isVisibleForCompaniesStatus"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "UserVisibleForCompaniesStatusEnum"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isAllowedToParticipateInTrainings"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "hostedEventsWithOpenConfirmations"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "apiKeys"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ApiKeyConnection"
                "ofType" => null
              ]
              "isDeprecated" => true
              "deprecationReason" => "Moved to ManagedResource"
            ]
            [
              "name" => "upcomingHostedEventFairs"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "historicHostedEventFairs"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "upcomingEventFairExhibitions"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "historicEventFairExhibitions"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "upcomingEventFairs"
              "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" => "orderBy"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "UpcomingEventFairsOrderByEnum"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => "distance"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "upcomingParticipatingEventFairs"
              "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" => "orderBy"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "UpcomingEventFairsOrderByEnum"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => "startAt"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "upcomingSchoolClassInternships"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClassInternshipConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "internshipSuggestions"
              "description" => null
              "args" => [
                [
                  "name" => "searchQuery"
                  "description" => null
                  "type" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "professionalCategoryIds"
                  "description" => null
                  "type" => [
                    "kind" => "LIST"
                    "name" => null
                    "ofType" => [
                      "kind" => "NON_NULL"
                      "name" => null
                      "ofType" => [
                        "kind" => "SCALAR"
                        "name" => "String"
                        "ofType" => null
                      ]
                    ]
                  ]
                  "defaultValue" => null
                ]
                [
                  "name" => "distance"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "DistanceEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "DISTANCE_50"
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "InternshipSuggestions"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "SearchResultInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NotificationConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "NotificationEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "NotificationEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Notification"
                  "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" => "Notification"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "actor"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Actor"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "activityId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isUnread"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isRead"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "activityText"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ActivityText"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "callToAction"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CallToAction"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ActivityText"
          "description" => null
          "fields" => [
            [
              "name" => "text"
              "description" => null
              "args" => [
                [
                  "name" => "locale"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "LocaleEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "template"
              "description" => null
              "args" => [
                [
                  "name" => "locale"
                  "description" => null
                  "type" => [
                    "kind" => "ENUM"
                    "name" => "LocaleEnum"
                    "ofType" => null
                  ]
                  "defaultValue" => "null"
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "placeholders"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "ActivityTextPlaceholder"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ActivityTextPlaceholder"
          "description" => null
          "fields" => [
            [
              "name" => "keyWithDivider"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "key"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "value"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CallToAction"
          "description" => null
          "fields" => [
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "primaryActionType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "primaryActionText"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isPrimaryActionVisible"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isPrimaryActionDisabled"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "FeedItemConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "FeedItemEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "FeedItemEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "FeedItem"
                  "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" => "FeedItem"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "ID"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "actor"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Actor"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "activityId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "content"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "FeedItemContent"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
            [
              "kind" => "INTERFACE"
              "name" => "ActivityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ChatConversationConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "ChatConversationEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ChatConversationEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ChatConversation"
                  "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" => "ChatConversation"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "membersKey"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "members"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "ChatConversationMember"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "lastMessage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "ChatMessage"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "lastMessageAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "unreadCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isArchived"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "message"
              "description" => null
              "args" => [
                [
                  "name" => "id"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ChatMessage"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "messages"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ChatMessageConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ChatConversationMember"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "avatar"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Image"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ChatMessage"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "type"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "message"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "actor"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ChatConversationMember"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "conversation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ChatConversation"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ChatMessageConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "ChatMessageEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ChatMessageEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ChatMessage"
                  "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" => "UnreadCount"
          "description" => null
          "fields" => [
            [
              "name" => "notifications"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "chat"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "questions"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "mainQuestions"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "StoryConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "StoryEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "StoryEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Story"
                  "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" => "PaymentMethod"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "type"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "brand"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "last4"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "expiresMonth"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "expiresYear"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Subscription"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "customer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Customer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "status"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "SubscriptionStatusEnum"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cancelAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cancelAtPeriodEnd"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "canceledAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "currentPeriodStartAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "currentPeriodEndAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "daysUntilDue"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "latestInvoice"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Invoice"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Customer"
          "description" => null
          "fields" => [
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "address"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Address"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "billingEmail"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isAllowedToPayByInvoice"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "primaryPaymentMethod"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "PaymentMethod"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "SubscriptionStatusEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "active"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "past_due"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "unpaid"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "canceled"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "incomplete"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "incomplete_expired"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "trialing"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Invoice"
          "description" => null
          "fields" => [
            [
              "name" => "number"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "status"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "hostedInvoiceUrl"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "total"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Money"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "DateTime"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "PaymentIntervalEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "monthly"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "annual"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "InvoiceConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "InvoiceEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "InvoiceEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Invoice"
                  "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" => "ENUM"
          "name" => "UserVisibleForCompaniesStatusEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "OK"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "OK_FOR_INTERNSHIP"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "OK_FOR_TRAINING"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "PROFILE_IS_DELETED"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "PROFILE_IS_INCOMPLETE"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "PARENT_INVITATION_REQUIRED"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "DENIED_BY_PARENTHOOD"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "DENIED_BY_USER_SETTINGS"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "UNKNOWN"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ApiKeyConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "ApiKeyEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ApiKeyEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ApiKey"
                  "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" => "ApiKey"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "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
            ]
            [
              "name" => "isIpWhitelistActive"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "whitelistIps"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "ApiKeyWhitelistIp"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "requestLogs"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ApiKeyRequestLogConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ApiKeyWhitelistIp"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ip"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ApiKeyRequestLogConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "ApiKeyRequestLogEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ApiKeyRequestLogEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ApiKeyRequestLog"
                  "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" => "ApiKeyRequestLog"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "method"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "uri"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "query"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "responseStatusCode"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "responseTime"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "UpcomingEventFairsOrderByEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "distance"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "startAt"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ManagedResource"
          "description" => "This is your managed resource"
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "managerInvitations"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "InvitationConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "managers"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ResourceManagerConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerOwner"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerManager"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "paymentMethod"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "PaymentMethod"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "InvitationConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "InvitationEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "InvitationEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Invitation"
                  "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" => "ResourceManagerConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "ResourceManagerEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ResourceManagerEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ResourceManager"
                  "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" => "ResourceManager"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "User"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isOwner"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventRating"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "questionAnswers"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "EventRatingQuestionAnswer"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isCompleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventRatingQuestionAnswer"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventRating"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventRating"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "position"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "questionType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "EventRatingQuestionAnswerTypeEnum"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "questionText"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isAnswered"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "answerValue"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "EventRatingQuestionAnswerTypeEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "BOOLEAN"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "RATING"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "GooglePlace"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "street"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "streetNumber"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "postalCode"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "city"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "district"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "state"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "country"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isInDistrict"
              "description" => null
              "args" => [
                [
                  "name" => "districtId"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Mutation"
          "description" => null
          "fields" => [
            [
              "name" => "achievementIsVisibleOnProfileMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "AchievementIsVisibleOnProfileInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "AchievementIsVisibleOnProfilePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "addressCreateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "AddressCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "AddressCreatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "adminImpersonateUserMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "AdminImpersonateUserInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "AdminImpersonateUserPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "apiKeyArchiveMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ApiKeyArchiveInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ApiKeyArchivePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "associationCreateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "AssociationCreateMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "AssociationCreateMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "associationManagerInvitationMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "AssociationManagerInvitationMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "AssociationManagerInvitationMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyActivityArchiveMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyActivityArchiveInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyActivityArchivePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createRequestMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CreateRequestMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CreateRequestMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deleteRequestMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "DeleteRequestMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "DeleteRequestMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "cancelRequestMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CancelRequestInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CancelRequestPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "rejectRequestMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "RejectRequestInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "RejectRequestPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "acceptRequestMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "AcceptRequestInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "AcceptRequestPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "apiKeyCreateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ApiKeyCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ApiKeyCreatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "likeMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "LikeMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "LikeMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "associationManagerRemoveMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "AssociationManagerRemoveMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "AssociationManagerRemoveMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "unlikeMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "UnlikeMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UnlikeMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerArchiveChatConversationMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerArchiveChatConversationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerArchiveChatConversationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerCreateChatTextMessageMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerCreateChatTextMessageInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerCreateChatTextMessagePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerCreateSingleChatConversationMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerCreateSingleChatConversationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerCreateSingleChatConversationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerMarkChatConversationAsReadMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerMarkChatConversationAsReadMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerMarkChatConversationAsReadMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerRestoreChatConversationMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerRestoreChatConversationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerRestoreChatConversationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyAddressMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyAddressInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyAddressPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyApprenticeInviteMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyApprenticeInviteInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyApprenticeInvitePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyArchiveMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyArchiveInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyArchivePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyBenefitMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyBenefitInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyBenefitPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyChangeAvatarMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyChangeAvatarInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyChangeAvatarPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyChangeCoverMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyChangeCoverInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyChangeCoverPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyContactEmailMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyContactEmailInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyContactEmailPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyCreateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyCreatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyDescriptionMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyDescriptionInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyDescriptionPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyFoundingYearMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyFoundingYearInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyFoundingYearPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyHasBoardingCompletedMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyHasBoardingCompletedInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyHasBoardingCompletedPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyImageAddMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyImageAddInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyImageAddPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyImageRemoveMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyImageRemoveInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyImageRemovePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyImageUpdateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyImageUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyImageUpdatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyImageUpdateAllMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyImageUpdateAllInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyImageUpdateAllPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyIndustryMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyIndustryInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyIndustryPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyInternshipRequestAllowedMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyInternshipRequestAllowedInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyInternshipRequestAllowedPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyKlischeefreiMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyKlischeefreiInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyKlischeefreiPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyManagerInviteMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyManagerInviteInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyManagerInvitePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyManagerRemoveMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyManagerRemoveInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyManagerRemovePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyManagerTransferOwnershipMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyManagerTransferOwnershipInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyManagerTransferOwnershipPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyNameMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyNameInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyNamePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyPhoneNumberMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyPhoneNumberInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyPhoneNumberPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyPropertyAddMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyPropertyAddInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyPropertyAddPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyPropertyRemoveMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyPropertyRemoveInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyPropertyRemovePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companySizeMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanySizeInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanySizePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companySloganMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanySloganInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanySloganPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companySocialMediaMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanySocialMediaInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanySocialMediaPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyStartVerificationMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyStartVerificationMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyStartVerificationMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyTrainingCreateMultipleMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyTrainingCreateMultipleMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyTrainingCreateMultipleMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyTrainingCreateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyTrainingCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyTrainingCreatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyTrainingRemoveMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyTrainingRemoveInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyTrainingRemovePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyTypeMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyTypeInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyTypePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companySubmitVerificationCodeMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanySubmitVerificationCodeMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanySubmitVerificationCodeMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyWebsiteMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CompanyWebsiteInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyWebsitePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "districtAddressMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "DistrictAddressInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "DistrictAddressPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "districtChangeAvatarMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "DistrictChangeAvatarInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "DistrictChangeAvatarPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "districtChangeCoverMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "DistrictChangeCoverInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "DistrictChangeCoverPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "districtContactEmailMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "DistrictContactEmailInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "DistrictContactEmailPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "districtDescriptionMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "DistrictDescriptionInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "DistrictDescriptionPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "districtManagerInviteMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "DistrictManagerInviteInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "DistrictManagerInvitePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "districtManagerRemoveMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "DistrictManagerRemoveInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "DistrictManagerRemovePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "districtManagerTransferOwnershipMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "DistrictManagerTransferOwnershipInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "DistrictManagerTransferOwnershipPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "districtNameMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "DistrictNameInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "DistrictNamePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "districtPhoneNumberMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "DistrictPhoneNumberInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "DistrictPhoneNumberPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "districtWebsiteMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "DistrictWebsiteInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "DistrictWebsitePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventAddressMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventAddressInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventAddressPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventArchiveMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventArchiveInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventArchivePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventContactEmailMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventContactEmailInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventContactEmailPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventContactPersonMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventContactPersonInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventContactPersonPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventContactPhoneNumberMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventContactPhoneNumberInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventContactPhoneNumberPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventCoverMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventCoverInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventCoverPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventCustomQuestionsMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventCustomQuestionsInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventCustomQuestionsPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventDescriptionMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventDescriptionInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventDescriptionPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventInclusionMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventInclusionInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventInclusionPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventJoinMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventJoinInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventJoinPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventLeaveMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventLeaveInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventLeavePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventMaxNumberOfParticipantsMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventMaxNumberOfParticipantsInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventMaxNumberOfParticipantsPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventOccupationalGroupMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventOccupationalGroupInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventOccupationalGroupPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventParticipantConfirmMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventParticipantConfirmInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventParticipantConfirmPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventParticipantContactPersonMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventParticipantContactPersonInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventParticipantContactPersonPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventParticipantRemoveMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventParticipantRemoveInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventParticipantRemovePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventProcessDescriptionMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventProcessDescriptionInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventProcessDescriptionPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventTimeMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventTimeInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventTimePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventDescriptionsUpdateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventDescriptionsUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventDescriptionsUpdatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventTitleMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventTitleInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventTitlePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventFairAddressMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventFairAddressInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairAddressPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventFairCoverMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventFairDetailsUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairDetailsUpdatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventDetailsUpdateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventDetailsUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventDetailsUpdatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventRatingQuestionAnswerMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventRatingQuestionAnswerMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventRatingQuestionAnswerMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventFairCreateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventFairCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairCreatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventFairDayCreateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventFairDayCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairDayCreatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventFairDayRemoveMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventFairDayRemoveInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairDayRemovePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventFairDayScheduleCreateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventFairDayScheduleCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairDayScheduleCreatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventFairDescriptionMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventFairDescriptionInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairDescriptionPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventFairExhibitorBoothInformationMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventFairExhibitorBoothInformationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairExhibitorBoothInformationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventFairExhibitorCreateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventFairExhibitorCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairExhibitorCreatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "contactRequestCreateByDistrictMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ContactRequestCreateByDistrictInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContactRequestCreateByDistrictPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventFairExhibitorRemoveMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventFairExhibitorRemoveInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairExhibitorRemovePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventFairIsVisibleForUsersAtMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventFairIsVisibleForUsersAtInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairIsVisibleForUsersAtPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventFairTitleMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "EventFairTitleInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventFairTitlePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "feedbackCreateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "FeedbackCreateMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "FeedbackCreateMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "reportCreateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ReportCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ReportCreatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "fileDownloadTicketMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "FileDownloadTicketMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "FileDownloadTicketMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "imageUploadByUnsplashMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ImageUploadByUnsplashInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageUploadByUnsplashPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "imageUploadMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ImageUploadInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ImageUploadPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorationChangeCoverMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "OccupationalExplorationChangeCoverInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExplorationChangeCoverPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorationCreateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "OccupationalExplorationCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExplorationCreatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorationDayCreateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "OccupationalExplorationDayCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExplorationDayCreatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorationDayDeleteMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "OccupationalExplorationDayDeleteInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExplorationDayDeletePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorationDayEventCreateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "OccupationalExplorationDayEventCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExplorationDayEventCreatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorationDayUpdateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "OccupationalExplorationDayUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExplorationDayUpdatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerMarkNotificationsAsRead"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerMarkNotificationsAsReadInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerMarkNotificationsAsReadPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorationDescriptionMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "OccupationalExplorationDescriptionInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExplorationDescriptionPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorationNumberOfEventsParticipatedByStudentMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "OccupationalExplorationNumberOfEventsParticipatedByStudentInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExplorationNumberOfEventsParticipatedByStudentPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorationParticipationMustBeDifferentInOccupationalGroupsMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "OccupationalExplorationParticipationMustBeDifferentInOccupationalGroupsInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExplorationParticipationMustBeDifferentInOccupationalGroupsPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorationVisibleForCompaniesAtMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "OccupationalExplorationVisibleForCompaniesAtInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExplorationVisibleForCompaniesAtPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExplorationVisibleForStudentsAtMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "OccupationalExplorationVisibleForStudentsAtInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalExplorationVisibleForStudentsAtPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalTrainingCreateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "OccupationalTrainingCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalTrainingCreatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parenthoodCreateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ParenthoodCreateMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ParenthoodCreateMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parenthoodIsChildAllowedToParticipateInInternshipsMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ParenthoodIsChildAllowedToParticipateInInternshipsMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ParenthoodIsChildAllowedToParticipateInInternshipsMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parenthoodIsChildAllowedToParticipateInOccupationalExplorationEventsMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ParenthoodIsChildAllowedToParticipateInOccupationalExplorationEventsMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ParenthoodIsChildAllowedToParticipateInOccupationalExplorationEventsMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parenthoodIsVisibleForCompaniesMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ParenthoodIsVisibleForCompaniesMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ParenthoodIsVisibleForCompaniesMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parenthoodRemoveMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ParenthoodRemoveMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ParenthoodRemoveMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "parenthoodRequestGDPRExportMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ParenthoodRequestGDPRExportMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ParenthoodRequestGDPRExportMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "questionAnswerMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerQuestionAnswerInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerQuestionAnswerPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolAddressMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolAddressInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolAddressPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolChangeAvatarMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolChangeAvatarInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolChangeAvatarPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolContactEmailMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolContactEmailInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolContactEmailPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolCoverMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolCoverInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolCoverPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolCreateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolCreatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolDescriptionMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolDescriptionInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolDescriptionPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolFacilityAddMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolFacilityAddInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolFacilityAddPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolFacilityRemoveMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolFacilityRemoveInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolFacilityRemovePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolFacilityStoryMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolFacilityStoryInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolFacilityStoryPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolFoundingYearMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolFoundingYearInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolFoundingYearPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolHasBoardingCompletedMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolHasBoardingCompletedInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolHasBoardingCompletedPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolManagerInviteMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolManagerInviteInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolManagerInvitePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolManagerRemoveMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolManagerRemoveInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolManagerRemovePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolNameMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolNameInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolNamePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolPhoneNumberMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolPhoneNumberInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolPhoneNumberPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolSloganMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolSloganInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolSloganPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClassCreateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolClassCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClassCreatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolWebsiteMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolWebsiteInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolWebsitePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClassIsQualifiedForOccupationalExplorationMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolClassIsQualifiedForOccupationalExplorationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClassIsQualifiedForOccupationalExplorationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "contactRequestCreateByViewerMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ContactRequestCreateByViewerInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ContactRequestCreateByViewerPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClassManagerAddMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolClassManagerAddInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClassManagerAddPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClassManagerRemoveMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolClassManagerRemoveInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClassManagerRemovePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClassNameMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolClassNameInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClassNamePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClassUpdateAllMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolClassUpdateAllInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClassUpdateAllPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClassYearGroupMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SchoolClassYearGroupInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SchoolClassYearGroupPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "studentInvitationMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "StudentInvitationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "StudentInvitationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "studentJoinSchoolClassMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "StudentJoinSchoolClassInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "StudentJoinSchoolClassPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "storyCreateDraftMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "StoryCreateDraftInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "StoryCreateDraftPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "studentLeaveSchoolClassMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "StudentLeaveSchoolClassInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "StudentLeaveSchoolClassPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "storyCreateFeedItemMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "StoryCreateFeedItemInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "StoryCreateFeedItemPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "storyItemImageMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "StoryItemImageInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "StoryItemImagePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "storyItemTextMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "StoryItemTextInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "StoryItemTextPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "storyTitleUpdateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "StoryTitleUpdateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "StoryTitleUpdatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "systemImportThemeMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "SystemImportThemeInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "SystemImportThemePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "userCreateMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "UserCreateInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserCreatePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "userResetPasswordMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "UserResetPasswordInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserResetPasswordPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "userResetPasswordSubmitMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "UserResetPasswordSubmitInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "UserResetPasswordSubmitPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerArchiveMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerArchiveInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerArchivePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerBillingInformationMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerBillingInformationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerBillingInformationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerBirthdayMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerBirthdayInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerBirthdayPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerCancelSubscriptionMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerCancelSubscriptionInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerCancelSubscriptionPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerChangeAvatarMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerChangeAvatarInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerChangeAvatarPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerAddOccupationalGroupInterestsMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerAddOccupationalGroupInterestsInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerAddOccupationalGroupInterestsPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerChangeEmailMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerChangeEmailInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerChangeEmailPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerAddFavoriteSchoolSubjectsMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerAddFavoriteSchoolSubjectsInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerAddFavoriteSchoolSubjectsPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerChangeGenderMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerChangeGenderInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerChangeGenderPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerChangeNameMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerChangeNameInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerChangeNamePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerChangePasswordMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerChangePasswordInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerChangePasswordPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerContinueSubscriptionMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerContinueSubscriptionInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerContinueSubscriptionPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerExpoPushTokenMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerExpoPushTokenInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerExpoPushTokenPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerGDPRExportMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerGDPRExportInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerGDPRExportPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerRemoveFavoriteSchoolSubjectsMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerRemoveFavoriteSchoolSubjectsInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerRemoveFavoriteSchoolSubjectsPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deleteInternshipMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "DeleteInternshipMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "DeleteInternshipMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerGrantCompanyProfileReadPermissionsMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerGrantCompanyProfileReadPermissionsMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerGrantCompanyProfileReadPermissionsMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerHasBoardingCompletedMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerHasBoardingCompletedInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerHasBoardingCompletedPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerAddLanguageMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerAddLanguageInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerAddLanguagePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerAddOccupationalFieldInterestsMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerAddOccupationalFieldInterestsInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerAddOccupationalFieldInterestsPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerHometownMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerHometownInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerHometownPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerIsAvailableForInternshipMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerIsAvailableForInternshipMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerIsAvailableForInternshipMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerIsAvailableForTrainingMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerIsAvailableForTrainingMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerIsAvailableForTrainingMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerMembershipMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerMembershipInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerMembershipPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerNotificationSettingsMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerNotificationSettingsInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerNotificationSettingsPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerRemoveLanguageMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerRemoveLanguageInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerRemoveLanguagePayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerRemoveOccupationalFieldInterestsMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerRemoveOccupationalFieldInterestsInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerRemoveOccupationalFieldInterestsPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerRemoveOccupationalGroupInterestsMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerRemoveOccupationalGroupInterestsInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerRemoveOccupationalGroupInterestsPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerPaymentMethodMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerPaymentMethodInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerPaymentMethodPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerAddProfessionalTrainingsMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerAddProfessionalTrainingsInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerAddProfessionalTrainingsPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerRemoveProfessionalTrainingsMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerRemoveProfessionalTrainingsInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerRemoveProfessionalTrainingsPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerResendConfirmationEmailMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerResendConfirmationEmailInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerResendConfirmationEmailPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerSchoolGraduationMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerSchoolGraduationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerSchoolGraduationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewerVisitMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "ViewerVisitMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "ViewerVisitMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createInternshipMutation"
              "description" => null
              "args" => [
                [
                  "name" => "input"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "INPUT_OBJECT"
                      "name" => "CreateInternshipMutationInput"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => null
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "CreateInternshipMutationPayload"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "AchievementIsVisibleOnProfileInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "achievementId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isVisibleOnProfile"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "AchievementIsVisibleOnProfilePayload"
          "description" => null
          "fields" => [
            [
              "name" => "achievement"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Achievement"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "AddressCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "googlePlaceId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "street"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "streetNumber"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "additional"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "postalCode"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "city"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "state"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "districtAdministration"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "latitude"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Float"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "longitude"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Float"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "countryId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "countryDistrictId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "AddressCreatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "address"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Address"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "AdminImpersonateUserInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "toImpersonateUserId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "AdminImpersonateUserPayload"
          "description" => null
          "fields" => [
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ApiKeyArchiveInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "apiKeyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ApiKeyArchivePayload"
          "description" => null
          "fields" => [
            [
              "name" => "result"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "AssociationCreateMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "googlePlaceId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "associationName"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "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" => "email"
              "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
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "AssociationCreateMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "association"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Association"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "AssociationManagerInvitationMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "email"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "AssociationManagerInvitationMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "invitation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Invitation"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "association"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Association"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyActivityArchiveInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "activityId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyActivityArchivePayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "activity"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Activity"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CreateRequestMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "student"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "company"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "internship"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "rrule"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "requestMessage"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyTrainingId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CreateRequestMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "request"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Request"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "DeleteRequestMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "id"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "DeleteRequestMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "student"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "User"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CancelRequestInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "id"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "message"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CancelRequestPayload"
          "description" => null
          "fields" => [
            [
              "name" => "request"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Request"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "RejectRequestInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "id"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "message"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "RejectRequestPayload"
          "description" => null
          "fields" => [
            [
              "name" => "request"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Request"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "AcceptRequestInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "id"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "message"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "contactPerson"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "contactPhoneNumber"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "startTime"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => ""08:00""
            ]
            [
              "name" => "endTime"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => ""16:00""
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "AcceptRequestPayload"
          "description" => null
          "fields" => [
            [
              "name" => "booking"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Booking"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ApiKeyCreateInput"
          "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" => "email"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "whitelistIps"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ApiKeyCreatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "apiKey"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ApiKey"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "LikeMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "objectToken"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "LikeMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "result"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "AssociationManagerRemoveMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "userId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "AssociationManagerRemoveMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "association"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Association"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "User"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "UnlikeMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "objectToken"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "UnlikeMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "result"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerArchiveChatConversationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "chatConversationId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerArchiveChatConversationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "chatConversation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ChatConversation"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerCreateChatTextMessageInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "chatConversationId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "message"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerCreateChatTextMessagePayload"
          "description" => null
          "fields" => [
            [
              "name" => "chatMessage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ChatMessage"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerCreateSingleChatConversationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "conversationMemberEntityId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "conversationMemberEntityType"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerCreateSingleChatConversationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "chatConversation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ChatConversation"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerMarkChatConversationAsReadMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "chatConversationId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerMarkChatConversationAsReadMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "chatConversation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ChatConversation"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerRestoreChatConversationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "chatConversationId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerRestoreChatConversationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "chatConversation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ChatConversation"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyAddressInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "addressId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyAddressPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyApprenticeInviteInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "occupationalTrainingYearId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "email"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyApprenticeInvitePayload"
          "description" => null
          "fields" => [
            [
              "name" => "invitation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Invitation"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyArchiveInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "companyOwnerPassword"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyArchivePayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyBenefitInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "companyPropertyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "storyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyBenefitPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyChangeAvatarInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "imageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyChangeAvatarPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyChangeCoverInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "imageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyChangeCoverPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyContactEmailInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "contactEmail"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyContactEmailPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "districtId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyName"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "googlePlaceId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "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" => "email"
              "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
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyCreatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "authToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyDescriptionInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyDescriptionPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyFoundingYearInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "foundingYear"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyFoundingYearPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyHasBoardingCompletedInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "hasBoardingCompleted"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyHasBoardingCompletedPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyImageAddInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "imageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyImageAddPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "CompanyImage"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyImageRemoveInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "companyImageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyImageRemovePayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "CompanyImage"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyImageUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "companyImageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "position"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyImageUpdatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "companyImage"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "CompanyImage"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyImageUpdateAllInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyImages"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "CompanyImageInput"
                    "ofType" => null
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyImageInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "id"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "position"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyImageUpdateAllPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "images"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "CompanyImageConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyIndustryInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "companyIndustryId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyIndustryPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyInternshipRequestAllowedInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "isInternshipRequestAllowed"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyInternshipRequestAllowedPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyKlischeefreiInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "isMemberOfKlischeefrei"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyKlischeefreiPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyManagerInviteInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "email"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyManagerInvitePayload"
          "description" => null
          "fields" => [
            [
              "name" => "invitation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Invitation"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyManagerRemoveInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "userId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyManagerRemovePayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "User"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyManagerTransferOwnershipInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "userId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "viewerPassword"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyManagerTransferOwnershipPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyNameInput"
          "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" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyNamePayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyPhoneNumberInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "phoneNumber"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyPhoneNumberPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyPropertyAddInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "companyPropertyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyPropertyAddPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyPropertyRemoveInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "companyPropertyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyPropertyRemovePayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanySizeInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "companySizeId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanySizePayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanySloganInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "slogan"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanySloganPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanySocialMediaInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialMediaLinkedInUrl"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialMediaFacebookUrl"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialMediaXingUrl"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialMediaYoutubeUrl"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialMediaInstagramUrl"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialMediaTwitterUrl"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialMediaTikTokUrl"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "socialMediaSnapchatUrl"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanySocialMediaPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyStartVerificationMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyStartVerificationMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyTrainingCreateMultipleMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "professionalTrainingIds"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "LIST"
                  "name" => null
                  "ofType" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyTrainingCreateMultipleMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Company"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyTrainingCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "professionalTrainingId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyTrainingCreatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "companyTraining"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "CompanyTraining"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyTrainingRemoveInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "companyTrainingId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyTrainingRemovePayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyTypeInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "companyTypeId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyTypePayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanySubmitVerificationCodeMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "code"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanySubmitVerificationCodeMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "result"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "VerificationSubmitResultEnum"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "VerificationSubmitResultEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "VERIFICATION_RETRY_LIMIT_REACHED"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "VERIFICATION_INVALID_CODE"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "VERIFICATION_SUCCESS"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CompanyWebsiteInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "website"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CompanyWebsitePayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "DistrictAddressInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "addressId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "districtId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "DistrictAddressPayload"
          "description" => null
          "fields" => [
            [
              "name" => "district"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "District"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "DistrictChangeAvatarInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "imageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "districtId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "DistrictChangeAvatarPayload"
          "description" => null
          "fields" => [
            [
              "name" => "district"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "District"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "DistrictChangeCoverInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "imageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "districtId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "DistrictChangeCoverPayload"
          "description" => null
          "fields" => [
            [
              "name" => "district"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "District"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "DistrictContactEmailInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "contactEmail"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "districtId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "DistrictContactEmailPayload"
          "description" => null
          "fields" => [
            [
              "name" => "district"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "District"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "DistrictDescriptionInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "districtId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "DistrictDescriptionPayload"
          "description" => null
          "fields" => [
            [
              "name" => "district"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "District"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "DistrictManagerInviteInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "email"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "DistrictManagerInvitePayload"
          "description" => null
          "fields" => [
            [
              "name" => "invitation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Invitation"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "district"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "District"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "DistrictManagerRemoveInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "userId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "DistrictManagerRemovePayload"
          "description" => null
          "fields" => [
            [
              "name" => "district"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "District"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "User"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "DistrictManagerTransferOwnershipInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "userId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "viewerPassword"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "DistrictManagerTransferOwnershipPayload"
          "description" => null
          "fields" => [
            [
              "name" => "district"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "District"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "DistrictNameInput"
          "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" => "districtId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "DistrictNamePayload"
          "description" => null
          "fields" => [
            [
              "name" => "district"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "District"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "DistrictPhoneNumberInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "phoneNumber"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "districtId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "DistrictPhoneNumberPayload"
          "description" => null
          "fields" => [
            [
              "name" => "district"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "District"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "DistrictWebsiteInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "website"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "districtId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "DistrictWebsitePayload"
          "description" => null
          "fields" => [
            [
              "name" => "district"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "District"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventAddressInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "addressId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventAddressPayload"
          "description" => null
          "fields" => [
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventArchiveInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "archiveReason"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventArchivePayload"
          "description" => null
          "fields" => [
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventContactEmailInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "contactEmail"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventContactEmailPayload"
          "description" => null
          "fields" => [
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventContactPersonInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "contactPerson"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventContactPersonPayload"
          "description" => null
          "fields" => [
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventContactPhoneNumberInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "contactPhoneNumber"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventContactPhoneNumberPayload"
          "description" => null
          "fields" => [
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventCoverInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "imageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventCoverPayload"
          "description" => null
          "fields" => [
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventCustomQuestionsInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "customQuestions"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventCustomQuestionsPayload"
          "description" => null
          "fields" => [
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventDescriptionInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "secondaryDescription"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventDescriptionPayload"
          "description" => null
          "fields" => [
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventInclusionInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isSuitableForPeopleWithMentalDisabilities"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isSuitableForPeopleWithWalkingDisabilities"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isSuitableForPeopleWithSpeechDisabilities"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isSuitableForPeopleWithLowVision"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isSuitableForPeopleWithHearingWeakness"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventInclusionPayload"
          "description" => null
          "fields" => [
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventJoinInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "questionsAnswers"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "EventParticipationQuestionAnswerInput"
                    "ofType" => null
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventParticipationQuestionAnswerInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "id"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "answer"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventJoinPayload"
          "description" => null
          "fields" => [
            [
              "name" => "eventParticipant"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventParticipant"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventLeaveInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventLeavePayload"
          "description" => null
          "fields" => [
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventMaxNumberOfParticipantsInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "maxNumberOfParticipants"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventMaxNumberOfParticipantsPayload"
          "description" => null
          "fields" => [
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventOccupationalGroupInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "occupationalGroupId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventOccupationalGroupPayload"
          "description" => null
          "fields" => [
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventParticipantConfirmInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventParticipantId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "eventParticipationConfirmationToken"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "status"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "EventParticipantStatusEnum"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventParticipantConfirmPayload"
          "description" => null
          "fields" => [
            [
              "name" => "eventParticipant"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventParticipant"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "error"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "ENUM"
                "name" => "EventParticipantConfirmMutationErrorEnum"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "EventParticipantConfirmMutationErrorEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "ACCESS_DENIED"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "INVALID_TOKEN"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "INVALID_DAY"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ALREADY_CONFIRMED"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventParticipantContactPersonInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventParticipantId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "contactPerson"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventParticipantContactPersonPayload"
          "description" => null
          "fields" => [
            [
              "name" => "eventParticipant"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "EventParticipant"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventParticipantRemoveInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventParticipantId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventParticipantRemovePayload"
          "description" => null
          "fields" => [
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventProcessDescriptionInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "processDescription"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventProcessDescriptionPayload"
          "description" => null
          "fields" => [
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventTimeInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "startTime"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "endTime"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventTimePayload"
          "description" => null
          "fields" => [
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventDescriptionsUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "processDescription"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "secondaryDescription"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventDescriptionsUpdatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventTitleInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventTitlePayload"
          "description" => null
          "fields" => [
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventFairAddressInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventFairId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "addressId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventFairAddressPayload"
          "description" => null
          "fields" => [
            [
              "name" => "eventFair"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventFair"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventFairDetailsUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventFairId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "imageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "visibleForUsersAt"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventFairDetailsUpdatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "eventFair"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventFair"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventDetailsUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "imageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "occupationalGroupId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isSuitableForPeopleWithMentalDisabilities"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isSuitableForPeopleWithWalkingDisabilities"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isSuitableForPeopleWithSpeechDisabilities"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isSuitableForPeopleWithLowVision"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isSuitableForPeopleWithHearingWeakness"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "contactPerson"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "contactPhoneNumber"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "startTime"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "endTime"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "maxNumberOfParticipants"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventDetailsUpdatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "event"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Event"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventRatingQuestionAnswerMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventRatingQuestionAnswerId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "answerValue"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventRatingQuestionAnswerMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "eventRating"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventRating"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventRatingQuestionAnswer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventRatingQuestionAnswer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventFairCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "addressId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isVisibleForUsersAt"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventFairCreatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "eventFair"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventFair"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventFairDayCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventFairId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "startAt"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "endAt"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventFairDayCreatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "eventFairDay"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventFairDay"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventFairDayRemoveInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventFairDayId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventFairDayRemovePayload"
          "description" => null
          "fields" => [
            [
              "name" => "eventFair"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventFair"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventFairDayScheduleCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventFairDayId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "eventFairExhibitorId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "intervalMinutes"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "maxNumberOfParticipants"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "customQuestions"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventFairDayScheduleCreatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "eventFairDay"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventFairDay"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "eventFairExhibitor"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventFairExhibitor"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventFairDescriptionInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventFairId"
              "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" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventFairDescriptionPayload"
          "description" => null
          "fields" => [
            [
              "name" => "eventFair"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventFair"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventFairExhibitorBoothInformationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventFairExhibitorId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "boothInformation"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventFairExhibitorBoothInformationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "eventFairExhibitor"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventFairExhibitor"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventFairExhibitorCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventFairId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventFairExhibitorCreatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "eventFairExhibitor"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventFairExhibitor"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ContactRequestCreateByDistrictInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "districtId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "accountType"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "email"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "message"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ContactRequestCreateByDistrictPayload"
          "description" => null
          "fields" => [
            [
              "name" => "result"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventFairExhibitorRemoveInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventFairExhibitorId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventFairExhibitorRemovePayload"
          "description" => null
          "fields" => [
            [
              "name" => "eventFair"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventFair"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventFairIsVisibleForUsersAtInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventFairId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isVisibleForUsersAt"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventFairIsVisibleForUsersAtPayload"
          "description" => null
          "fields" => [
            [
              "name" => "eventFair"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventFair"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "EventFairTitleInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "eventFairId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "EventFairTitlePayload"
          "description" => null
          "fields" => [
            [
              "name" => "eventFair"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "EventFair"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "FeedbackCreateMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "feedbackReasonId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => ""Anonymer Benutzer""
            ]
            [
              "name" => "email"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "message"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "districtId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "schoolId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "FeedbackCreateMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "feedback"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Feedback"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "Feedback"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "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" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "message"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "reason"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "FeedbackReason"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "User"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "district"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "District"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "School"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ReportCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "entityToken"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "reason"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "message"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ReportCreatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "result"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "FileDownloadTicketMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "fileId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "FileDownloadTicketMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "fileDownloadTicket"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "FileDownloadTicket"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "FileDownloadTicket"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "downloadLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isExpired"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isViewerAllowedToDownloadFile"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ImageUploadByUnsplashInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "unsplashImageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ImageUploadByUnsplashPayload"
          "description" => null
          "fields" => [
            [
              "name" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ImageUploadInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "files"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ImageUploadPayload"
          "description" => null
          "fields" => [
            [
              "name" => "image"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Image"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "OccupationalExplorationChangeCoverInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "imageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "occupationalExplorationId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalExplorationChangeCoverPayload"
          "description" => null
          "fields" => [
            [
              "name" => "occupationalExploration"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalExploration"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "OccupationalExplorationCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolYearId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "numberOfEventsParticipatedByStudent"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "participationMustBeDifferentInOccupationalGroups"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "days"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "companyStartAt"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "DateTime"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "studentStartAt"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "DateTime"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalExplorationCreatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "occupationalExploration"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalExploration"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "OccupationalExplorationDayCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "occupationalExplorationId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "day"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "schoolIds"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalExplorationDayCreatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "occupationalExplorationDay"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalExplorationDay"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExploration"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalExploration"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "OccupationalExplorationDayDeleteInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "occupationalExplorationDayId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalExplorationDayDeletePayload"
          "description" => null
          "fields" => [
            [
              "name" => "occupationalExploration"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalExploration"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "OccupationalExplorationDayEventCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "explorationDays"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "INPUT_OBJECT"
                    "name" => "OccupationalExplorationDayEventCreateDayInput"
                    "ofType" => null
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "occupationalGroupId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "addressId"
              "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" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "processDescription"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "contactPerson"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "contactPhoneNumber"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "contactEmail"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isSuitableForPeopleWithMentalDisabilities"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isSuitableForPeopleWithWalkingDisabilities"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isSuitableForPeopleWithSpeechDisabilities"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isSuitableForPeopleWithLowVision"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isSuitableForPeopleWithHearingWeakness"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "customQuestions"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "imageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "OccupationalExplorationDayEventCreateDayInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "id"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "startTime"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "endTime"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "participantCount"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalExplorationDayEventCreatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "events"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "Event"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "OccupationalExplorationDayUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "oldOccupationalExplorationDayId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newDay"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "schoolIds"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalExplorationDayUpdatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "occupationalExplorationDay"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalExplorationDay"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "occupationalExploration"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalExploration"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerMarkNotificationsAsReadInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "markAsRead"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerMarkNotificationsAsReadPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "OccupationalExplorationDescriptionInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "occupationalExplorationId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalExplorationDescriptionPayload"
          "description" => null
          "fields" => [
            [
              "name" => "occupationalExploration"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalExploration"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "OccupationalExplorationNumberOfEventsParticipatedByStudentInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "numberOfEventsParticipatedByStudent"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "occupationalExplorationId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalExplorationNumberOfEventsParticipatedByStudentPayload"
          "description" => null
          "fields" => [
            [
              "name" => "occupationalExploration"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalExploration"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "OccupationalExplorationParticipationMustBeDifferentInOccupationalGroupsInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "participationMustBeDifferentInOccupationalGroups"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "occupationalExplorationId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalExplorationParticipationMustBeDifferentInOccupationalGroupsPayload"
          "description" => null
          "fields" => [
            [
              "name" => "occupationalExploration"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalExploration"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "OccupationalExplorationVisibleForCompaniesAtInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "isVisibleForCompaniesAt"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "occupationalExplorationId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalExplorationVisibleForCompaniesAtPayload"
          "description" => null
          "fields" => [
            [
              "name" => "occupationalExploration"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalExploration"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "OccupationalExplorationVisibleForStudentsAtInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "isVisibleForStudentsAt"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "occupationalExplorationId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalExplorationVisibleForStudentsAtPayload"
          "description" => null
          "fields" => [
            [
              "name" => "occupationalExploration"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalExploration"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "OccupationalTrainingCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "professionalTrainingId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "yearCount"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalTrainingCreatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "occupationalTraining"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalTraining"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalTraining"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "professionalTrainingId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ownerToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ownerId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ownerType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "years"
              "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
                ]
              ]
              "type" => [
                "kind" => "OBJECT"
                "name" => "OccupationalTrainingConnection"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "yearsCount"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalTrainingConnection"
          "description" => "A connection to a list of items."
          "fields" => [
            [
              "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" => "OccupationalTrainingEdge"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "totalCount"
              "description" => "TotalCount to aid in pagination."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "OccupationalTrainingEdge"
          "description" => "An edge in a connection."
          "fields" => [
            [
              "name" => "node"
              "description" => "The item at the end of the edge."
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "OccupationalTraining"
                  "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" => "INPUT_OBJECT"
          "name" => "ParenthoodCreateMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "userId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "email"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "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" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ParenthoodCreateMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "parenthood"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Parenthood"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "User"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ParenthoodIsChildAllowedToParticipateInInternshipsMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "parenthoodId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "userId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isChildAllowedToParticipateInInternships"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "comment"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ParenthoodIsChildAllowedToParticipateInInternshipsMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "parenthood"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Parenthood"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ParenthoodIsChildAllowedToParticipateInOccupationalExplorationEventsMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "parenthoodId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "userId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isChildAllowedToParticipateInOccupationalExplorationEvents"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "comment"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ParenthoodIsChildAllowedToParticipateInOccupationalExplorationEventsMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "parenthood"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Parenthood"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ParenthoodIsVisibleForCompaniesMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "parenthoodId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "userId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isVisibleForCompanies"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "comment"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ParenthoodIsVisibleForCompaniesMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "parenthood"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Parenthood"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ParenthoodRemoveMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "parenthoodId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ParenthoodRemoveMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "User"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ParenthoodRequestGDPRExportMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "parenthoodId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ParenthoodRequestGDPRExportMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "parenthood"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Parenthood"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "gdprExport"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "GDPRExport"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerQuestionAnswerInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "id"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "answer"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerQuestionAnswerPayload"
          "description" => null
          "fields" => [
            [
              "name" => "nextMainQuestion"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Question"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "nextQuestionForCategory"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "Question"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "category"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "QuestionCategory"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "question"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Question"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolAddressInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "addressId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolAddressPayload"
          "description" => null
          "fields" => [
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "School"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolChangeAvatarInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "imageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "schoolId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolChangeAvatarPayload"
          "description" => null
          "fields" => [
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "School"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolContactEmailInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "contactEmail"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolContactEmailPayload"
          "description" => null
          "fields" => [
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "School"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolCoverInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "imageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolCoverPayload"
          "description" => null
          "fields" => [
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "School"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "districtId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "googlePlaceId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "schoolTypeId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolCreatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "School"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolDescriptionInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolId"
              "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" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolDescriptionPayload"
          "description" => null
          "fields" => [
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "School"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolFacilityAddInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolFacilityId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "schoolId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolFacilityAddPayload"
          "description" => null
          "fields" => [
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "School"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolFacilityRemoveInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolFacilityId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "schoolId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolFacilityRemovePayload"
          "description" => null
          "fields" => [
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "School"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolFacilityStoryInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolFacilityId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "schoolId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "storyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolFacilityStoryPayload"
          "description" => null
          "fields" => [
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "School"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolFoundingYearInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "foundingYear"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Int"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolFoundingYearPayload"
          "description" => null
          "fields" => [
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "School"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolHasBoardingCompletedInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "hasBoardingCompleted"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "schoolId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolHasBoardingCompletedPayload"
          "description" => null
          "fields" => [
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "School"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolManagerInviteInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "email"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolManagerInvitePayload"
          "description" => null
          "fields" => [
            [
              "name" => "invitation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Invitation"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "School"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolManagerRemoveInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "userId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "schoolId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolManagerRemovePayload"
          "description" => null
          "fields" => [
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "School"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "user"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "User"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolNameInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolNamePayload"
          "description" => null
          "fields" => [
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "School"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolPhoneNumberInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "phoneNumber"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolPhoneNumberPayload"
          "description" => null
          "fields" => [
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "School"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolSloganInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "slogan"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolSloganPayload"
          "description" => null
          "fields" => [
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "School"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolClassCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "schoolYearGroupId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "primaryManagerUserId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isQualifiedForOccupationalExploration"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolClassCreatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "schoolClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolClass"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolWebsiteInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "website"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolWebsitePayload"
          "description" => null
          "fields" => [
            [
              "name" => "school"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "School"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolClassIsQualifiedForOccupationalExplorationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolClassId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isQualifiedForOccupationalExploration"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolClassIsQualifiedForOccupationalExplorationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "schoolClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolClass"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ContactRequestCreateByViewerInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "message"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ContactRequestCreateByViewerPayload"
          "description" => null
          "fields" => [
            [
              "name" => "result"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolClassManagerAddInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolClassId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "userId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolClassManagerAddPayload"
          "description" => null
          "fields" => [
            [
              "name" => "schoolClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolClass"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolClassManagerRemoveInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolClassId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "userId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolClassManagerRemovePayload"
          "description" => null
          "fields" => [
            [
              "name" => "schoolClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolClass"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolClassNameInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolClassId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolClassNamePayload"
          "description" => null
          "fields" => [
            [
              "name" => "schoolClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolClass"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolClassUpdateAllInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolClassId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "schoolYearGroupId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "schoolClassManagerUserIds"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "LIST"
                  "name" => null
                  "ofType" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "String"
                      "ofType" => null
                    ]
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolClassUpdateAllPayload"
          "description" => null
          "fields" => [
            [
              "name" => "schoolClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolClass"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SchoolClassYearGroupInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolClassId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "yearGroupId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SchoolClassYearGroupPayload"
          "description" => null
          "fields" => [
            [
              "name" => "schoolClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolClass"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "StudentInvitationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolClassId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "email"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "StudentInvitationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "invitation"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Invitation"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "schoolClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolClass"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "StudentJoinSchoolClassInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "invitationId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "StudentJoinSchoolClassPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "StoryCreateDraftInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "imageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "context"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "StoryContextEnum"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "StoryCreateDraftPayload"
          "description" => null
          "fields" => [
            [
              "name" => "story"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Story"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "StudentLeaveSchoolClassInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolClassId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "userId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "StudentLeaveSchoolClassPayload"
          "description" => null
          "fields" => [
            [
              "name" => "schoolClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolClass"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "StoryCreateFeedItemInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "storyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "StoryCreateFeedItemPayload"
          "description" => null
          "fields" => [
            [
              "name" => "activityId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "StoryItemImageInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "storyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "storyItemId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "imageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "StoryItemImagePayload"
          "description" => null
          "fields" => [
            [
              "name" => "storyItem"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "StoryItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "StoryItemTextInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "storyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "storyItemId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "text"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "StoryItemTextPayload"
          "description" => null
          "fields" => [
            [
              "name" => "storyItem"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "StoryItem"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "StoryTitleUpdateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "storyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "title"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "StoryTitleUpdatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "story"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Story"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "SystemImportThemeInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "result"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "SystemImportThemePayload"
          "description" => null
          "fields" => [
            [
              "name" => "system"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "System"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "UserCreateInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "districtId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "invitationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "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" => "email"
              "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
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "UserCreatePayload"
          "description" => null
          "fields" => [
            [
              "name" => "authToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "UserResetPasswordInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "email"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "UserResetPasswordPayload"
          "description" => null
          "fields" => [
            [
              "name" => "result"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "UserResetPasswordSubmitInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "token"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newPassword"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "UserResetPasswordSubmitPayload"
          "description" => null
          "fields" => [
            [
              "name" => "result"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerArchiveInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "password"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerArchivePayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerBillingInformationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "billingAddressId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "billingEmail"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerBillingInformationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerBirthdayInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "birthday"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Date"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "SCALAR"
          "name" => "Date"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerBirthdayPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerCancelSubscriptionInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "subscriptionId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerCancelSubscriptionPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerChangeAvatarInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "imageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerChangeAvatarPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerAddOccupationalGroupInterestsInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "occupationalGroupIds"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerAddOccupationalGroupInterestsPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerChangeEmailInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "newEmail"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerChangeEmailPayload"
          "description" => null
          "fields" => [
            [
              "name" => "authToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerAddFavoriteSchoolSubjectsInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolSubjectIds"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerAddFavoriteSchoolSubjectsPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerChangeGenderInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "gender"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "GenderEnum"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerChangeGenderPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerChangeNameInput"
          "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" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerChangeNamePayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerChangePasswordInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "oldPassword"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "newPassword"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerChangePasswordPayload"
          "description" => null
          "fields" => [
            [
              "name" => "result"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "reason"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "PasswordChangeReasonEnum"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "PasswordChangeReasonEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "access_denied"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "invalid_password"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "email_address_needs_confirmation"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "success"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerContinueSubscriptionInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "subscriptionId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerContinueSubscriptionPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerExpoPushTokenInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "districtId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "expoToken"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "permissionStatus"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerExpoPushTokenPayload"
          "description" => null
          "fields" => [
            [
              "name" => "expoPushToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "ExpoPushToken"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ExpoPushToken"
          "description" => null
          "fields" => [
            [
              "name" => "id"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "ID"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "entityToken"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "createdAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "updatedAt"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deepLink"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeleted"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "token"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => [
            [
              "kind" => "INTERFACE"
              "name" => "EntityInterface"
              "ofType" => null
            ]
          ]
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerGDPRExportInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "sendEmail"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerGDPRExportPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerRemoveFavoriteSchoolSubjectsInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolSubjectIds"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerRemoveFavoriteSchoolSubjectsPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "DeleteInternshipMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolClassInternshipId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "DeleteInternshipMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "schoolClass"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "SchoolClass"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerGrantCompanyProfileReadPermissionsMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "companyId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "name"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "avatar"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "birthday"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "schoolGraduation"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => "true"
            ]
            [
              "name" => "gender"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerGrantCompanyProfileReadPermissionsMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "company"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Company"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerHasBoardingCompletedInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "hasBoardingCompleted"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerHasBoardingCompletedPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerAddLanguageInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "languageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "percent"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Int"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerAddLanguagePayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerAddOccupationalFieldInterestsInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "occupationalFieldIds"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerAddOccupationalFieldInterestsPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerHometownInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "googlePlaceId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerHometownPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerIsAvailableForInternshipMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "isAvailableForInternship"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerIsAvailableForInternshipMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerIsAvailableForTrainingMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "isAvailableForTraining"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerIsAvailableForTrainingMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerMembershipInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "membershipId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "paymentInterval"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "PaymentIntervalEnum"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerMembershipPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "subscription"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Subscription"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerNotificationSettingsInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "isEmailNotificationEnabled"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "isMobileNotificationEnabled"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerNotificationSettingsPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerRemoveLanguageInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "languageId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerRemoveLanguagePayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerRemoveOccupationalFieldInterestsInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "occupationalFieldIds"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerRemoveOccupationalFieldInterestsPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerRemoveOccupationalGroupInterestsInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "occupationalGroupIds"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerRemoveOccupationalGroupInterestsPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerPaymentMethodInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "stripePaymentMethodId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerPaymentMethodPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerAddProfessionalTrainingsInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "professionalTrainingIds"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "section"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "ProfessionalTrainingSectionEnum"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "ProfessionalTrainingSectionEnum"
          "description" => null
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "completed"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "interests"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "internships"
              "description" => null
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerAddProfessionalTrainingsPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerRemoveProfessionalTrainingsInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "professionalTrainingIds"
              "description" => null
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "SCALAR"
                    "name" => "String"
                    "ofType" => null
                  ]
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "section"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "ENUM"
                  "name" => "ProfessionalTrainingSectionEnum"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerRemoveProfessionalTrainingsPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerResendConfirmationEmailInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "resendConfirmationEmail"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerResendConfirmationEmailPayload"
          "description" => null
          "fields" => [
            [
              "name" => "result"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerSchoolGraduationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolGraduationId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerSchoolGraduationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "ViewerVisitMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "targetToken"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "ViewerVisitMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "result"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "viewer"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Viewer"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "INPUT_OBJECT"
          "name" => "CreateInternshipMutationInput"
          "description" => null
          "fields" => null
          "inputFields" => [
            [
              "name" => "schoolClassId"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "rrule"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "visibleForStudentsAt"
              "description" => null
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "DateTime"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
            [
              "name" => "description"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => null
            ]
          ]
          "interfaces" => null
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "CreateInternshipMutationPayload"
          "description" => null
          "fields" => [
            [
              "name" => "internship"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "Internship"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "clientMutationId"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "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" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Boolean"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => "false"
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "__Field"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "interfaces"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "__Type"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "possibleTypes"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "__Type"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "enumValues"
              "description" => null
              "args" => [
                [
                  "name" => "includeDeprecated"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Boolean"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => "false"
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "__EnumValue"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "inputFields"
              "description" => null
              "args" => [
                [
                  "name" => "includeDeprecated"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Boolean"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => "false"
                ]
              ]
              "type" => [
                "kind" => "LIST"
                "name" => null
                "ofType" => [
                  "kind" => "NON_NULL"
                  "name" => null
                  "ofType" => [
                    "kind" => "OBJECT"
                    "name" => "__InputValue"
                    "ofType" => null
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ofType"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "OBJECT"
                "name" => "__Type"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isOneOf"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "Boolean"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "__TypeKind"
          "description" => "An enum describing what kind of type a given `__Type` is."
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "SCALAR"
              "description" => "Indicates this type is a scalar."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "OBJECT"
              "description" => "Indicates this type is an object. `fields` and `interfaces` are valid fields."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "INTERFACE"
              "description" => "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "UNION"
              "description" => "Indicates this type is a union. `possibleTypes` is a valid field."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ENUM"
              "description" => "Indicates this type is an enum. `enumValues` is a valid field."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "INPUT_OBJECT"
              "description" => "Indicates this type is an input object. `inputFields` is a valid field."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "LIST"
              "description" => "Indicates this type is a list. `ofType` is a valid field."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "NON_NULL"
              "description" => "Indicates this type is a non-null. `ofType` is a valid field."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "__Field"
          "description" => "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type."
          "fields" => [
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "args"
              "description" => null
              "args" => [
                [
                  "name" => "includeDeprecated"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Boolean"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => "false"
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "LIST"
                  "name" => null
                  "ofType" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "OBJECT"
                      "name" => "__InputValue"
                      "ofType" => null
                    ]
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "type"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "__Type"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeprecated"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deprecationReason"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "__InputValue"
          "description" => "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value."
          "fields" => [
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "type"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "OBJECT"
                  "name" => "__Type"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "defaultValue"
              "description" => "A GraphQL-formatted string representing the default value for this input value."
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeprecated"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deprecationReason"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "__EnumValue"
          "description" => "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string."
          "fields" => [
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isDeprecated"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "deprecationReason"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "OBJECT"
          "name" => "__Directive"
          "description" => """
            A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n
            \n
            In some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.
            """
          "fields" => [
            [
              "name" => "name"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "String"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "description"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "isRepeatable"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "locations"
              "description" => null
              "args" => []
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "LIST"
                  "name" => null
                  "ofType" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "ENUM"
                      "name" => "__DirectiveLocation"
                      "ofType" => null
                    ]
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "args"
              "description" => null
              "args" => [
                [
                  "name" => "includeDeprecated"
                  "description" => null
                  "type" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "SCALAR"
                      "name" => "Boolean"
                      "ofType" => null
                    ]
                  ]
                  "defaultValue" => "false"
                ]
              ]
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "LIST"
                  "name" => null
                  "ofType" => [
                    "kind" => "NON_NULL"
                    "name" => null
                    "ofType" => [
                      "kind" => "OBJECT"
                      "name" => "__InputValue"
                      "ofType" => null
                    ]
                  ]
                ]
              ]
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "inputFields" => null
          "interfaces" => []
          "enumValues" => null
          "possibleTypes" => null
        ]
        [
          "kind" => "ENUM"
          "name" => "__DirectiveLocation"
          "description" => "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies."
          "fields" => null
          "inputFields" => null
          "interfaces" => null
          "enumValues" => [
            [
              "name" => "QUERY"
              "description" => "Location adjacent to a query operation."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "MUTATION"
              "description" => "Location adjacent to a mutation operation."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "SUBSCRIPTION"
              "description" => "Location adjacent to a subscription operation."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "FIELD"
              "description" => "Location adjacent to a field."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "FRAGMENT_DEFINITION"
              "description" => "Location adjacent to a fragment definition."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "FRAGMENT_SPREAD"
              "description" => "Location adjacent to a fragment spread."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "INLINE_FRAGMENT"
              "description" => "Location adjacent to an inline fragment."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "VARIABLE_DEFINITION"
              "description" => "Location adjacent to a variable definition."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "SCHEMA"
              "description" => "Location adjacent to a schema definition."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "SCALAR"
              "description" => "Location adjacent to a scalar definition."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "OBJECT"
              "description" => "Location adjacent to an object type definition."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "FIELD_DEFINITION"
              "description" => "Location adjacent to a field definition."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ARGUMENT_DEFINITION"
              "description" => "Location adjacent to an argument definition."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "INTERFACE"
              "description" => "Location adjacent to an interface definition."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "UNION"
              "description" => "Location adjacent to a union definition."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ENUM"
              "description" => "Location adjacent to an enum definition."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "ENUM_VALUE"
              "description" => "Location adjacent to an enum value definition."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "INPUT_OBJECT"
              "description" => "Location adjacent to an input object type definition."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
            [
              "name" => "INPUT_FIELD_DEFINITION"
              "description" => "Location adjacent to an input object field definition."
              "isDeprecated" => false
              "deprecationReason" => null
            ]
          ]
          "possibleTypes" => null
        ]
      ]
      "directives" => [
        [
          "name" => "include"
          "description" => "Directs the executor to include this field or fragment only when the `if` argument is true."
          "locations" => [
            "FIELD"
            "FRAGMENT_SPREAD"
            "INLINE_FRAGMENT"
          ]
          "args" => [
            [
              "name" => "if"
              "description" => "Included when true."
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
          ]
        ]
        [
          "name" => "skip"
          "description" => "Directs the executor to skip this field or fragment when the `if` argument is true."
          "locations" => [
            "FIELD"
            "FRAGMENT_SPREAD"
            "INLINE_FRAGMENT"
          ]
          "args" => [
            [
              "name" => "if"
              "description" => "Skipped when true."
              "type" => [
                "kind" => "NON_NULL"
                "name" => null
                "ofType" => [
                  "kind" => "SCALAR"
                  "name" => "Boolean"
                  "ofType" => null
                ]
              ]
              "defaultValue" => null
            ]
          ]
        ]
        [
          "name" => "deprecated"
          "description" => "Marks an element of a GraphQL schema as no longer supported."
          "locations" => [
            "FIELD_DEFINITION"
            "ENUM_VALUE"
            "ARGUMENT_DEFINITION"
            "INPUT_FIELD_DEFINITION"
          ]
          "args" => [
            [
              "name" => "reason"
              "description" => "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/)."
              "type" => [
                "kind" => "SCALAR"
                "name" => "String"
                "ofType" => null
              ]
              "defaultValue" => ""No longer supported""
            ]
          ]
        ]
        [
          "name" => "oneOf"
          "description" => "Indicates that an Input Object is a OneOf Input Object (and thus requires exactly one of its fields be provided)."
          "locations" => [
            "INPUT_OBJECT"
          ]
          "args" => []
        ]
      ]
    ]
  ]
]

Schema: auth

schema {
  query: Query
  mutation: Mutation
}

"The beAzubi GraphQL Query Interface"
type Query {
  admin: Admin
  system: System
  search: Search
  validation: Validation
  invitation(
    "code of the invitation"
    code: String!

    "Deprecated Field"
    districtId: String
  ): Invitation

  "Authorization required"
  occupationalExploration(
    "id of the occupationalExploration"
    id: String!
  ): OccupationalExploration

  "Authorization required"
  occupationalExplorationDay(
    "id of the occupationalExplorationDay"
    id: String!
  ): OccupationalExplorationDay

  "Authorization required"
  company(
    "id of the company"
    id: String!
  ): Company

  "Authorization required"
  question(
    "id of the question"
    id: String!
  ): Question

  "Authorization required"
  story(
    "id of the story"
    id: String!
  ): Story

  school(
    "id of the school"
    id: String!
  ): School

  "Authorization required"
  schoolClass(
    "id of the schoolClass"
    id: String!
  ): SchoolClass

  "Authorization required"
  viewer: Viewer

  "Authorization required"
  managedResource: ManagedResource

  user(
    "id of the user"
    id: String!
  ): User
  event(
    "id of the event"
    id: String!
  ): Event
  eventRating(
    "id of the eventRating"
    id: String!
  ): EventRating
  eventFair(
    "id of the eventFair"
    id: String!
  ): EventFair
  eventFairDay(
    "id of the eventFairDay"
    id: String!
  ): EventFairDay
  eventFairExhibitor(
    "id of the eventFairExhibitor"
    id: String!
  ): EventFairExhibitor
  googlePlace(
    "placeId"
    id: String!
  ): GooglePlace
  district(url: String, slug: String, id: String): District
  country(code: String, id: String): Country
  city(id: String): City
  countryAdministration(url: String, slug: String, id: String): CountryAdministration
  parenthood(id: String!): Parenthood
  achievement(id: String!): Achievement
  apiKey(id: String!): ApiKey
  internship(id: String!): Internship
  request(id: String!): Request
  booking(id: String!): Booking
}

type Admin {
  hasPermission: Boolean!
  users(after: String, first: Int, query: String = "", accountTypes: [AccountTypeEnum!] = []): UserConnection
  districts(after: String, first: Int, query: String = ""): DistrictConnection
  associations(after: String, first: Int, query: String = ""): AssociationConnection
  schools(after: String, first: Int, query: String = ""): SchoolConnection
  companies(after: String, first: Int, query: String = ""): CompanyConnection
}

enum AccountTypeEnum {
  SYSTEM_MANAGER
  COMPANY_MANAGER
  DISTRICT_MANAGER
  SCHOOL_MANAGER
  STUDENT
  USER
}

"A connection to a list of items."
type UserConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [UserEdge]

  "TotalCount to aid in pagination."
  totalCount: 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
}

"An edge in a connection."
type UserEdge {
  "The item at the end of the edge."
  node: User!

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

type User implements EntityInterface & SearchResultInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  score: Float!
  shortId: String!
  name: String!
  viewerPrivacyPermission: UserPrivacyPermissionStatus!
  email: String
  initials: String!
  avatar: Image!
  gender: GenderEnum
  age: Int
  accountType: String!
  hometown: String
  district: District
  company: Company
  school: School
  schoolClass: SchoolClass
  schoolGraduation: SchoolGraduation
  favoriteSchoolSubjects: [SchoolSubject!]
  professionalTrainings: [ProfessionalTraining!]
  hasProfessionalTrainings: Boolean!
  professionalTrainingInterests: [ProfessionalTraining!]
  professionalTrainingInternships: [ProfessionalTraining!]
  hasProfessionalTrainingInternships: Boolean!
  occupationalFieldInterests: [OccupationalField!]
  occupationalGroupInterests: [OccupationalGroup!]
  questionSection(id: String!): QuestionSection
  questionSections(after: String, first: Int): QuestionSectionConnection
  isViewerFollowing: Boolean!
  languages: [UserLanguage!]
  isCompanyOwner: Boolean!
  isDistrictOwner: Boolean!
  isSchoolOwner: Boolean!
  isCompanyManager: Boolean!
  isDistrictManager: Boolean!
  isSchoolManager: Boolean!
  isAdmin: Boolean!
  profileCompletenessInPercent(section: UserProfileCompletenessEnum): Int!
  distanceToViewer: Float!
  traits(after: String, first: Int): UserTraitConnection
  viewerHasViewedProfileAt: DateTime
  eventParticipantForOccupationalExplorationDay(occupationalExplorationDayId: String!): EventParticipant
  parenthoods(after: String, first: Int, isActive: Boolean = null): ParenthoodConnection
  isParenthoodRequired: Boolean!
  hasActiveParenthood: Boolean!
  isVisibleForCompanies: Boolean!
  isAllowedToParticipateInOccupationalExplorationEvents: Boolean!
  isAllowedToParticipateInInternships: Boolean!
  isAvailableForTraining: Boolean!
  isAvailableForInternship: Boolean!
  achievements(after: String, first: Int): AchievementConnection
  internshipBookings(after: String, first: Int, before: String, last: Int): BookingConnection
  internshipRequests(after: String, first: Int, before: String, last: Int): RequestConnection
}

interface EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
}

scalar DateTime

interface SearchResultInterface {
  score: Float!
}

type UserPrivacyPermissionStatus {
  avatar: Boolean!
  name: Boolean!
  gender: Boolean!
  birthday: Boolean!
  schoolGraduation: Boolean!
}

type Image implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  url(width: Int = 500, height: Int = 500, quality: Int = 87): String!
  context: String!
  isDefaultImage: Boolean!
  unsplashImageId: String
  credits: String
}

enum GenderEnum {
  male
  female
  xyz
}

type District implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  productName: String!
  address: Address!
  slogan: String
  slug: String!
  isAllowedToCreateOccupationalExploration: Boolean!
  isViewerDistrictManager: Boolean!
  avatar: Image!
  cover: Image!
  description: String
  companyCount(period: PeriodEnum): Int!
  companyInDistrictCount: Int!
  activeStudentsCount(period: PeriodEnum): Int!
  activeUsersCount(period: PeriodEnum): Int!
  schoolCount: Int!
  schoolManagerCount: Int!
  schoolClassCount: Int!
  managers: [DistrictManager!]
  managerInvitations: [Invitation!]
  website: String
  phoneNumber: String
  contactEmail: String
  theme(variant: ThemeVariantEnum!): Theme!
  hasBoardingCompleted: Boolean!
  companies(after: String, first: Int, status: DistrictCompanyStatusEnum = default, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC, distance: Int, companyIndustryIds: [String!] = [], companySizeIds: [String!] = [], companyPropertyIds: [String!] = [], companyTypeIds: [String!] = []): CompanyConnection
  schools(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): SchoolConnection
  users(after: String, first: Int, query: String = null, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): UserConnection
  occupationalExplorations(after: String, first: Int): OccupationalExplorationConnection
  schoolClassInternships(after: String, first: Int): SchoolClassInternshipConnection
  schoolClassInternshipsForSchoolYear(after: String, first: Int, schoolYearId: String): SchoolClassInternshipConnection
}

type Address implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String
  street: String
  streetNumber: String
  additional: String
  postalCode: String
  city: String
  state: String
  country: Country!
  latitude: String
  longitude: String
  addressLine1: String!
  addressLine2: String
}

type Country implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  code: String!
  countryAdministrations: [CountryAdministration!]
}

type CountryAdministration implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  productName: String!
  slogan: String
  slug: String!
  token: String!
  theme: Theme!
  districts: [District!]
  districtCount: Int!
}

type Theme {
  id: String!
  name: String!
  isDefault: Boolean!
  colors: [Color!]
  graphics: [ThemeGraphic!]
}

type Color {
  key: String!
  value: String!
}

type ThemeGraphic {
  fileName: String!
  publicUrl: String!
  mimeType: String!
  fileSize: Int!
}

enum PeriodEnum {
  this_week
  last_week
  this_month
  last_month
  all_time
}

type DistrictManager implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  user: User!
  isOwner: Boolean!
  isViewer: Boolean!
}

type Invitation implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  district: District!
  isExpired: Boolean!
  code: String!
  url: String!
  accountType: String!
  invitationTarget: InvitationTarget!
  isRestrictedToEmailDomain: Boolean!
  isRestrictedToEmailAddress: Boolean!
  email: String
  emailDomain: String
  pdfPublicUrl: String
  qrCodeUrl(size: Int = 320): String!
  qrCode(size: Int = 320): QrCode!
}

type InvitationTarget implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  type: String!
  name: String!
  parentName: String!
}

type QrCode {
  base64Image: String!
}

enum ThemeVariantEnum {
  light
  dark
}

enum DistrictCompanyStatusEnum {
  default
  pending
  accepted
  denied
}

enum DistrictSortFieldEnum {
  name
  distance
  createdAt
}

enum SortDirectionEnum {
  ASC
  DESC
}

"A connection to a list of items."
type CompanyConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [CompanyEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type CompanyEdge {
  "The item at the end of the edge."
  node: Company!

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

type Company implements EntityInterface & VerifiableInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  isVerified: Boolean!
  verifiedAt: DateTime
  isVerificationProcessStarted: Boolean!
  verificationRetryCount: Int!
  verificationRetryCountLimit: Int!
  name: String!
  isCompanyPlus: Boolean!
  address: Address!
  avatar: Image!
  cover: Image!
  website: String
  phoneNumber: String
  contactEmail: String
  description: String
  slogan: String
  foundingYear: Int
  type: CompanyType
  size: CompanySize
  industry: CompanyIndustry
  properties: [CompanyProperty!]
  images(after: String, first: Int): CompanyImageConnection
  hasBoardingCompleted: Boolean!
  isViewerFollowing: Boolean!
  profileCompletenessInPercent: Int!
  distanceToViewer: Float!
  isViewerCompanyManager: Boolean!
  isViewerCompanyOwner: Boolean!
  managers: [CompanyManager!] @deprecated(reason: "Moved to ManagedResource")
  managerInvitations: [Invitation!] @deprecated(reason: "Moved to ManagedResource")
  viewerPrivacyPermissionStatus: UserPrivacyPermissionStatus!
  socialMediaLinkedInUrl: String
  socialMediaFacebookUrl: String
  socialMediaXingUrl: String
  socialMediaYoutubeUrl: String
  socialMediaInstagramUrl: String
  socialMediaTwitterUrl: String
  activities(after: String, first: Int): ActivityConnection
  availableOccupationalExplorationsForSchoolYear(after: String, first: Int, schoolYearId: String): OccupationalExplorationConnection
  isMemberOfKlischeefrei: Boolean!
  city: City
  upcomingEventFairExhibitions(after: String, first: Int): EventFairConnection
  historicEventFairExhibitions(after: String, first: Int): EventFairConnection
  trainings(after: String, first: Int): CompanyTrainingConnection
  isInternshipRequestAllowed: Boolean!
  internshipStatus: CompanyInternshipStatus
}

interface VerifiableInterface {
  isVerified: Boolean!
  verifiedAt: DateTime
  isVerificationProcessStarted: Boolean!
  verificationRetryCount: Int!
  verificationRetryCountLimit: Int!
}

type CompanyType implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
}

type CompanySize implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  token: String!
  size: Int!
  membership: Membership!
}

type Membership implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  type: MembershipTypeEnum!
  token: String!
  subscriptionPrice: SubscriptionPrice!
}

enum MembershipTypeEnum {
  district
  company
  school
  user
}

type SubscriptionPrice {
  priceAnnualTotal: Money!
  priceAnnualPerMonth: Money!
  priceMonthly: Money!
  taxRate: TaxRate!
}

type Money {
  currency: String!
  currencySymbol: String!
  formattedValueWithCurrencySign: String!
  formattedValue: String!
}

type TaxRate {
  name: String!
  percentage: Float!
  country: Country!
}

type CompanyIndustry implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  companyCount: Int!
}

type CompanyProperty implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  companyBenefit(companyId: String!): CompanyBenefit
}

type CompanyBenefit implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  company: Company!
  companyProperty: CompanyProperty!
  story: Story!
}

type Story implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  isReadyToPublish: Boolean!
  owner: Actor!
  status: StoryStatusEnum!
  context: StoryContextEnum!
  image: Image!
  title: String
  text: String
  primaryItem: StoryItem
  item(id: String!): StoryItem
  items(after: String, first: Int): StoryItemConnection
}

type Actor implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  avatar: Image!
  accountType: String!
}

enum StoryStatusEnum {
  DRAFT
  ACTIVE
  DELETED
}

enum StoryContextEnum {
  ACTIVITY
  JOB_DESCRIPTION
  COMPANY_BENEFIT
  SCHOOL_FACILITY
}

type StoryItem implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  story: Story!
  type: StoryItemTypeEnum!
  position: Int!
  image: Image
  text: String
}

enum StoryItemTypeEnum {
  IMAGE
  IMAGE_TEXT
  VIDEO
  LINK
  TEXT
}

"A connection to a list of items."
type StoryItemConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [StoryItemEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type StoryItemEdge {
  "The item at the end of the edge."
  node: StoryItem!

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

"A connection to a list of items."
type CompanyImageConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [CompanyImageEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type CompanyImageEdge {
  "The item at the end of the edge."
  node: CompanyImage!

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

type CompanyImage implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  image: Image!
  position: Int!
  description: String
}

type CompanyManager implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  user: User!
  isOwner: Boolean!
  isViewer: Boolean!
}

"A connection to a list of items."
type ActivityConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [ActivityEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type ActivityEdge {
  "The item at the end of the edge."
  node: Activity!

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

type Activity implements EntityInterface & ActivityInterface {
  id: ID!
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  actor: Actor!
  activityId: String!
  content: FeedItemContent!
}

interface ActivityInterface {
  id: ID!
  createdAt: DateTime!
  actor: Actor!
  activityId: String!
  deepLink: String
  content: FeedItemContent!
}

type FeedItemContent implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  image: Image!
  title: String
  text: String
}

"A connection to a list of items."
type OccupationalExplorationConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [OccupationalExplorationEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type OccupationalExplorationEdge {
  "The item at the end of the edge."
  node: OccupationalExploration!

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

type OccupationalExploration implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  district: District!
  cover: Image!
  description: String
  numberOfEventsParticipatedByStudent: Int!
  studentCount: Int!
  participationMustBeDifferentInOccupationalGroups: Boolean!
  schoolYear: SchoolYear!
  days: [OccupationalExplorationDay!]
  dayCount: Int!
  day(dayId: String!): OccupationalExplorationDay
  maxNumberOfParticipants: Int!
  participantCount: Int!
  participatingCompaniesCount: Int!
  participatingCompanies: [Company!]
  qualifiedSchoolClasses: [SchoolClass!]
  qualifiedSchoolClassesCount: Int!
  occupationalGroups: [OccupationalGroup!]
  eventCount: Int!
  isVisibleForStudentsAt: DateTime!
  isVisibleForCompaniesAt: DateTime!
  eventsByCompany(after: String, first: Int, companyId: String!): EventConnection
  eventStatistic: EventStatistic
}

type SchoolYear implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  startAt: DateTime!
  endAt: DateTime!
  isActive: Boolean!
}

type OccupationalExplorationDay implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  occupationalExploration: OccupationalExploration!
  date: DateTime!
  maxNumberOfParticipants: Int!
  participantCount(schoolClassId: String): Int!
  participatingCompaniesCount: Int!
  participatingCompanies: [Company!]
  countAvailablePlaces: Int!
  occupationalGroups: [OccupationalGroup!]
  isDeletable: Boolean!
  schools: [School!]
  qualifiedSchoolClasses: [SchoolClass!]
  qualifiedSchoolClassesCount: Int!
  events: [Event!]
  eventCount: Int!
  eventsAvailableForViewer(after: String, first: Int): EventConnection
  eventParticipantForViewer: EventParticipant
}

type OccupationalGroup implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  token: String!
  name: String!
  occupationalExplorationEventCount: Int!
  occupationalExplorationMaxNumberOfParticipantsCount: Int!
  occupationalExplorationParticipantCount: Int!
}

type School implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  avatar: Image!
  district: District!
  type: SchoolType!
  hasBoardingCompleted: Boolean!
  schoolClasses(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = DESC): SchoolClassConnection
  address: Address!
  cover: Image
  website: String
  phoneNumber: String
  contactEmail: String
  description: String
  slogan: String
  foundingYear: Int
  studentCount: Int!
  schoolManagerCount: Int!
  schoolClassCount: Int!
  isViewerSchoolManager: Boolean!
  isViewerSchoolOwner: Boolean!
  managers: [SchoolManager!]
  managerInvitations: [Invitation!]
  facilities: [SchoolFacility!]
  yearGroups: [SchoolClassYearGroup!]
  occupationalExplorationDaysForSchoolYear(after: String, first: Int, schoolYearId: String): OccupationalExplorationDayConnection
  schoolClassInternships(after: String, first: Int): SchoolClassInternshipConnection
  schoolClassInternshipsForSchoolYear(after: String, first: Int, schoolYearId: String): SchoolClassInternshipConnection
}

type SchoolType implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  token: String!
}

"A connection to a list of items."
type SchoolClassConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SchoolClassEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SchoolClassEdge {
  "The item at the end of the edge."
  node: SchoolClass!

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

type SchoolClass implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  type: SchoolClassTypeEnum!
  school: School!
  avatar: Image!
  studentCount(filter: SchoolClassStudentFilterEnum! = ALL): Int!
  activeSchoolYear: SchoolYear!
  yearGroup: SchoolClassYearGroup!
  occupationalExplorationDaysForActiveSchoolYear: [OccupationalExplorationDay!]
  occupationalExplorationDayForActiveSchoolYear(id: String!): OccupationalExplorationDay
  primaryManager: User
  managers(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = DESC): UserConnection
  primaryInvitation: Invitation!
  studentInvitations: [Invitation!]
  isQualifiedForOccupationalExploration: Boolean!
  students(after: String, first: Int, filter: SchoolClassStudentFilterEnum = COMPLETE, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = DESC): UserConnection
  occupationalExplorationAchievementCollections(after: String, first: Int): OccupationalExplorationSchoolClassAchievementCollectionConnection
  isDeletable: Boolean!
  isGraduatingClass: Boolean!
  internships(after: String, first: Int): SchoolClassInternshipConnection
  internshipsForSchoolYear(after: String, first: Int, schoolYearId: String): SchoolClassInternshipConnection
}

enum SchoolClassTypeEnum {
  SECONDARY_SEK1
  SECONDARY_SEK2
}

enum SchoolClassStudentFilterEnum {
  COMPLETE
  INCOMPLETE
  ALL
}

type SchoolClassYearGroup implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  groupNumber: Int!
  isQualifiedForOccupationalExploration: Boolean!
  schoolClasses(schoolId: String!): [SchoolClass!]
  isGraduatingSchoolYear: Boolean!
}

"A connection to a list of items."
type OccupationalExplorationSchoolClassAchievementCollectionConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [OccupationalExplorationSchoolClassAchievementCollectionEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type OccupationalExplorationSchoolClassAchievementCollectionEdge {
  "The item at the end of the edge."
  node: OccupationalExplorationSchoolClassAchievementCollection!

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

type OccupationalExplorationSchoolClassAchievementCollection implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  fileCount: Int!
  zipFile: File!
  isViewerAllowedToDownloadZipFile: Boolean!
}

type File implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  mimeType: String!
  isViewerAllowedToDownloadFile: Boolean!
}

"A connection to a list of items."
type SchoolClassInternshipConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SchoolClassInternshipEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SchoolClassInternshipEdge {
  "The item at the end of the edge."
  node: Internship!

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

type Internship {
  id: String!
  schoolClass: SchoolClass!
  schoolYear: SchoolYear!
  startAt: DateTime!
  rrule: String!
  endAt: DateTime!
  interval: Interval!
  isOver: Boolean!
  visibleForStudentsAt: DateTime!
  isVisibleForStudents: Boolean!
  isActive: Boolean!
  isDeletable: Boolean!
  description: String
  internshipSuggestions(searchQuery: String, professionalCategoryIds: [String!], distance: DistanceEnum = DISTANCE_50): InternshipSuggestions
  activeViewerInternshipRequest: Request
  requests(after: String, first: Int): RequestConnection
}

type Interval {
  startDate: DateTime!
  endDate: DateTime!
  dates: [DateTime!]
  rrule: String!
  weekdays: [String!]
}

enum DistanceEnum {
  DISTANCE_10
  DISTANCE_25
  DISTANCE_50
  DISTANCE_100
  DISTANCE_250
  DISTANCE_500
}

type InternshipSuggestions {
  id: ID
  companies(after: String, first: Int): CompanyConnection
  companyTrainings(after: String, first: Int): CompanyTrainingConnection
}

"A connection to a list of items."
type CompanyTrainingConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [CompanyTrainingEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type CompanyTrainingEdge {
  "The item at the end of the edge."
  node: CompanyTraining!

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

type CompanyTraining implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  company: Company!
  professionalTraining: ProfessionalTraining!
  isInternshipRequestAllowed: Boolean!
  isDeletable: Boolean!
}

type ProfessionalTraining implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  token: String!
  name: String!
  type: ProfessionalTrainingType!
  category: ProfessionalTrainingCategory!
  categories: [ProfessionalTrainingCategory!]
  isForPeopleWithDisabilities: Boolean!
}

type ProfessionalTrainingType implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  token: String!
  name: String!
}

type ProfessionalTrainingCategory implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  token: String!
  name: String!
  isParent: Boolean!
  isChild: Boolean!
  parent: ProfessionalTrainingCategory
  children(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): ProfessionalTrainingCategoryConnection
  professionalTrainings(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): ProfessionalTrainingConnection
}

"A connection to a list of items."
type ProfessionalTrainingCategoryConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [ProfessionalTrainingCategoryEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type ProfessionalTrainingCategoryEdge {
  "The item at the end of the edge."
  node: ProfessionalTrainingCategory!

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

"A connection to a list of items."
type ProfessionalTrainingConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [ProfessionalTrainingEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type ProfessionalTrainingEdge {
  "The item at the end of the edge."
  node: ProfessionalTraining!

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

type Request {
  id: String!
  student: User!
  company: Company!
  createdAt: DateTime!
  updatedAt: DateTime!
  internship: Internship
  startAt: DateTime!
  endAt: DateTime!
  expiresAt: DateTime!
  rrule: String!
  status: String!
  statusUpdatedAt: DateTime
  requestMessage: String
  responseMessage: String
  expiresAtInSeconds: Int
  interval: Interval
  schoolClass: SchoolClass
  companyTraining: CompanyTraining!
}

"A connection to a list of items."
type RequestConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [RequestEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type RequestEdge {
  "The item at the end of the edge."
  node: Request!

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

type SchoolManager implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  user: User!
  isOwner: Boolean!
  isViewer: Boolean!
}

type SchoolFacility implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  token: String!
  story(schoolId: String!): Story
}

"A connection to a list of items."
type OccupationalExplorationDayConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [OccupationalExplorationDayEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type OccupationalExplorationDayEdge {
  "The item at the end of the edge."
  node: OccupationalExplorationDay!

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

type Event implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  host: Actor!
  eventSeries: EventSeries!
  name: String!
  title: String!
  cover: Image!
  occupationalGroup: OccupationalGroup
  isOccupationalExplorationEvent: Boolean!
  isViewerEventHost: Boolean!
  occupationalExploration: OccupationalExploration
  address: Address!
  startAt: DateTime!
  endAt: DateTime!
  isOver: Boolean!
  isPublic: Boolean!
  participants(after: String, first: Int): EventParticipantConnection
  participantQuestions: [EventParticipantQuestion!]
  canViewerApplyToEvent: Boolean!
  isViewerEventParticipant: Boolean!
  viewerEventParticipant: EventParticipant
  participantCount: Int!
  maxNumberOfParticipants: Int
  isSoldOut: Boolean!
  primaryDescription: String
  secondaryDescription: String
  processDescription: String
  contactPerson: String
  contactPhoneNumber: String
  contactEmail: String
  isSuitableForPeopleWithMentalDisabilities: Boolean!
  isSuitableForPeopleWithWalkingDisabilities: Boolean!
  isSuitableForPeopleWithSpeechDisabilities: Boolean!
  isSuitableForPeopleWithLowVision: Boolean!
  isSuitableForPeopleWithHearingWeakness: Boolean!
  distanceToViewer: Float!
  archiveReason: String
  participationConfirmationToken: String
  openConfirmationParticipants(after: String, first: Int): EventParticipantConnection
  confirmationCodePdfFile: File
  eventStatistic: EventStatistic
}

type EventSeries implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  cover: Image!
  description: String
  owner: Actor!
  events: [Event!]
  eventStatistic: EventStatistic
}

type EventStatistic {
  eventCount: Int!
  participantTotalCount: Int!
  completedEventRatingCount: Int!
  questionWereYourQuestionsAnsweredAverageRating: Float!
  questionCouldYouImagineUndergoingTrainingAtTheCompanyRating: Float!
  questionHowDidYouLikeTheAppointmentRating: Float!
  questionWouldYouLikeToStayInContactWithTheCompanyPercent: Float!
}

"A connection to a list of items."
type EventParticipantConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [EventParticipantEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type EventParticipantEdge {
  "The item at the end of the edge."
  node: EventParticipant!

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

type EventParticipant implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  event: Event!
  user: User!
  processDescription: String
  questionAnswers: [EventParticipantQuestionAnswer!]
  status: EventParticipantStatusEnum!
  contactPerson: String
}

type EventParticipantQuestionAnswer implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  question: String!
  answer: String
}

enum EventParticipantStatusEnum {
  CONFIRMATION_PENDING
  PARTICIPATED
  NOT_PARTICIPATED
}

type EventParticipantQuestion implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  question: String!
  position: Int!
}

"A connection to a list of items."
type EventConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [EventEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type EventEdge {
  "The item at the end of the edge."
  node: Event!

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

type City implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  country: Country!
  postalCode: String!
  longitude: Float!
  latitude: Float!
}

"A connection to a list of items."
type EventFairConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [EventFairEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type EventFairEdge {
  "The item at the end of the edge."
  node: EventFair!

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

type EventFair implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  title: String!
  cover: Image!
  address: Address!
  description: String
  days: [EventFairDay!]
  exhibitors(after: String, first: Int, onlyWithEvents: Boolean = false): EventFairExhibitorConnection!
  viewerExhibitor: EventFairExhibitor
  isVisibleForUsersAt: DateTime!
  isViewerOwner: Boolean!
  isViewerExhibitor: Boolean!
  maxParticipantsCount: Int!
  participantCount: Int!
  availablePlacesCount: Int!
  distanceToViewer: Float!
  viewerParticipatingEvents(after: String, first: Int): EventConnection!
  isViewerParticipant: Boolean!
  eventStatistic: EventStatistic
}

type EventFairDay implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  eventFair: EventFair!
  name: String!
  startAt: DateTime!
  endAt: DateTime!
  isDeletable: Boolean!
  events(
    after: String
    first: Int

    "id of the eventFairExhibitor"
    exhibitorId: String!
  ): EventConnection!
  maxParticipantsCount: Int!
  maxParticipantsByExhibitorCount(
    "id of the eventFairExhibitor"
    exhibitorId: String!
  ): Int!
  participantCount: Int!
  participantByExhibitorCount(
    "id of the eventFairExhibitor"
    exhibitorId: String!
  ): Int!
  availablePlacesCount: Int!
  availablePlacesByExhibitorCount(
    "id of the eventFairExhibitor"
    exhibitorId: String!
  ): Int!
  viewerParticipatingEvents(after: String, first: Int): EventConnection!
  isViewerParticipant: Boolean!
  eventStatistic: EventStatistic
}

"A connection to a list of items."
type EventFairExhibitorConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [EventFairExhibitorEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type EventFairExhibitorEdge {
  "The item at the end of the edge."
  node: EventFairExhibitor!

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

type EventFairExhibitor implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  eventFair: EventFair!
  company: Company!
  boothInformation: String
  name: String!
  avatar: Image!
  startAt: DateTime!
  endAt: DateTime!
  events(
    after: String
    first: Int

    "id of the eventFairDay"
    dayId: String!
  ): EventConnection!
  maxParticipantsCount: Int!
  maxParticipantsByDayCount(
    "id of the eventFairDay"
    dayId: String!
  ): Int!
  participantCount: Int!
  participantByDayCount(
    "id of the eventFairDay"
    dayId: String!
  ): Int!
  availablePlacesCount: Int!
  availablePlacesByDayCount(
    "id of the eventFairDay"
    dayId: String!
  ): Int!
  eventStatistic: EventStatistic
  isDeletable: Boolean!
}

type CompanyInternshipStatus {
  company: Company!
  pendingInternshipRequests(after: String, first: Int, orderBy: RequestOrderByEnum = CREATED, orderDirection: RequestOrderDirectionEnum = ASC): InternshipRequestConnection
  rejectedInternshipRequests(after: String, first: Int, orderBy: RequestOrderByEnum = DECLINED, orderDirection: RequestOrderDirectionEnum = DESC): InternshipRequestConnection
  acceptedInternshipRequests(after: String, first: Int, orderBy: RequestOrderByEnum = ACCEPTED, orderDirection: RequestOrderDirectionEnum = ASC): InternshipRequestConnection
  canceledInternshipRequests(after: String, first: Int, orderBy: RequestOrderByEnum = DECLINED, orderDirection: RequestOrderDirectionEnum = ASC): InternshipRequestConnection
  declinedInternshipRequests(after: String, first: Int, orderBy: RequestOrderByEnum = CREATED, orderDirection: RequestOrderDirectionEnum = DESC): InternshipRequestConnection
}

enum RequestOrderByEnum {
  CREATED
  ACCEPTED
  DECLINED
  EXPIRED
}

enum RequestOrderDirectionEnum {
  ASC
  DESC
}

"A connection to a list of items."
type InternshipRequestConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [InternshipRequestEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type InternshipRequestEdge {
  "The item at the end of the edge."
  node: Request!

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

"A connection to a list of items."
type SchoolConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SchoolEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SchoolEdge {
  "The item at the end of the edge."
  node: School!

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

type SchoolGraduation implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  token: String!
}

type SchoolSubject implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  token: String!
}

type OccupationalField implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  token: String!
  name: String!
}

type QuestionSection implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  categories(after: String, first: Int): QuestionCategoryConnection
  category(id: String!): QuestionCategory
  unansweredQuestionCount: Int!
  answeredQuestionCount(userId: String): Int!
}

"A connection to a list of items."
type QuestionCategoryConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [QuestionCategoryEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type QuestionCategoryEdge {
  "The item at the end of the edge."
  node: QuestionCategory!

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

type QuestionCategory implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  unansweredQuestionCount: Int!
  section: QuestionSection!
  answeredQuestionCount(userId: String): Int!
  nextQuestion: Question
  answeredMainQuestion(userId: String): Question
  answeredMainQuestions(after: String, first: Int, userId: String): QuestionConnection
  answeredChildQuestions(after: String, first: Int, userId: String): QuestionConnection
  tags(after: String, first: Int): QuestionTagConnection
}

type Question implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  questionText: String!
  isMainQuestion: Boolean!
  answerValue: Int
}

"A connection to a list of items."
type QuestionConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [QuestionEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type QuestionEdge {
  "The item at the end of the edge."
  node: Question!

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

"A connection to a list of items."
type QuestionTagConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [QuestionTagEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type QuestionTagEdge {
  "The item at the end of the edge."
  node: QuestionTag!

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

type QuestionTag {
  name: String!
  token: String!
}

"A connection to a list of items."
type QuestionSectionConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [QuestionSectionEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type QuestionSectionEdge {
  "The item at the end of the edge."
  node: QuestionSection!

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

type UserLanguage implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  token: String!
  percent: Int!
  language: Language!
}

type Language implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  token: String!
}

enum UserProfileCompletenessEnum {
  boarding
  questions
  training_completed
  training_school
  training_interests
  training_language
}

"A connection to a list of items."
type UserTraitConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [UserTraitEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type UserTraitEdge {
  "The item at the end of the edge."
  node: UserTrait!

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

type UserTrait implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  token: String!
  user: User!
  points: Float!
  avgFactor: Float!
}

"A connection to a list of items."
type ParenthoodConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [ParenthoodEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type ParenthoodEdge {
  "The item at the end of the edge."
  node: Parenthood!

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

type Parenthood implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  token: String!
  parentUser: User!
  childUser: User!
  isActive: Boolean!
  isVisibleForCompanies: Boolean!
  isChildAllowedToParticipateInOccupationalExplorationEvents: Boolean!
  isChildAllowedToParticipateInInternships: Boolean!
  gdprExports(after: String, first: Int): GDPRExportConnection
}

"A connection to a list of items."
type GDPRExportConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [GDPRExportEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type GDPRExportEdge {
  "The item at the end of the edge."
  node: GDPRExport!

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

type GDPRExport implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  status: GDPRStatusEnum!
  parenthood: Parenthood
  downloadedAt: DateTime!
}

enum GDPRStatusEnum {
  pending
  processing
  completed
  downloaded
  failed
}

"A connection to a list of items."
type AchievementConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [AchievementEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type AchievementEdge {
  "The item at the end of the edge."
  node: Achievement!

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

type Achievement implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  type: AchievementTypeEnum!
  avatar: Image!
  text(locale: LocaleEnum = de): String!
  isViewerAchievementOwner: Boolean!
  isVisibleOnProfile: Boolean!
  pdfFile: File!
}

enum AchievementTypeEnum {
  OCCUPATIONAL_EXPLORATION_EVENT_PARTICIPATION
  EVENT_PARTICIPATION
}

enum LocaleEnum {
  de
  en
}

"A connection to a list of items."
type BookingConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [BookingEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type BookingEdge {
  "The item at the end of the edge."
  node: Booking!

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

type Booking {
  id: String
  student: User
  company: Company
  startAt: DateTime!
  endAt: DateTime!
  rrule: String
  contactPerson: String
  contactPhoneNumber: String
  startTime: String
  endTime: String
}

"A connection to a list of items."
type DistrictConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [DistrictEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type DistrictEdge {
  "The item at the end of the edge."
  node: District!

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

"A connection to a list of items."
type AssociationConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [AssociationEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type AssociationEdge {
  "The item at the end of the edge."
  node: Association!

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

type Association implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  address: Address!
  avatar: Image!
  cover: Image!
}

type System implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  mode: SystemModeEnum!
  productName: String!
  slogan: String
  slug: String!
  avatar: Image!
  email: String!
  serverVersion: String!
  isTestRun: Boolean!
  locales: [LocaleEnum!]
  googlePlacesKey: String!
  stripePublicKey: String!
  theme(variant: ThemeVariantEnum!): Theme!
  themeRepositoryHasUncommittedChanges: Boolean!
  themes(variant: ThemeVariantEnum!): [Theme!]
  schoolYears: [SchoolYear!]
  activeSchoolYear: SchoolYear!
  districts(after: String, first: Int, query: String, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): DistrictConnection
  countries(after: String, first: Int, query: String, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): CountryConnection
  cities(after: String, first: Int, query: String, sortBy: CitySortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): CityConnection
  companies(after: String, first: Int, status: DistrictCompanyStatusEnum = default, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC, distance: Int, companyIndustryIds: [String!] = [], companySizeIds: [String!] = [], companyPropertyIds: [String!] = [], companyTypeIds: [String!] = [], districtIds: [String!] = [], cityIds: [String!] = []): CompanyConnection
  companyCount(period: PeriodEnum): Int!
  companyIndustries(after: String, first: Int, query: String, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): CompanyIndustryConnection
  companyTypes(after: String, first: Int, query: String, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): CompanyTypeConnection
  companySizes(after: String, first: Int, query: String, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): CompanySizeConnection
  companyProperties(after: String, first: Int, query: String, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): CompanyPropertyConnection
  questionSections(after: String, first: Int): QuestionSectionConnection
  professionalTrainingCategories(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): ProfessionalTrainingCategoryConnection
  schoolGraduations(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): SchoolGraduationConnection
  schoolSubjects(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): SchoolSubjectConnection
  occupationalGroups(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): OccupationalGroupConnection
  occupationalFields(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): OccupationalFieldConnection
  languages(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): LanguageConnection
  blogs(after: String, first: Int): SystemBlogConnection
  schoolTypes(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): SchoolTypeConnection
  schoolProperties(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): SchoolPropertyConnection
  schoolFacilities(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): SchoolFacilityConnection
  schoolClassYearGroups(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): SchoolClassYearGroupConnection
  feedbackReasons(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): FeedbackReasonConnection
}

enum SystemModeEnum {
  active
  business_name
}

"A connection to a list of items."
type CountryConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [CountryEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type CountryEdge {
  "The item at the end of the edge."
  node: Country!

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

enum CitySortFieldEnum {
  name
  createdAt
}

"A connection to a list of items."
type CityConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [CityEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type CityEdge {
  "The item at the end of the edge."
  node: City!

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

"A connection to a list of items."
type CompanyIndustryConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [CompanyIndustryEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type CompanyIndustryEdge {
  "The item at the end of the edge."
  node: CompanyIndustry!

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

"A connection to a list of items."
type CompanyTypeConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [CompanyTypeEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type CompanyTypeEdge {
  "The item at the end of the edge."
  node: CompanyType!

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

"A connection to a list of items."
type CompanySizeConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [CompanySizeEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type CompanySizeEdge {
  "The item at the end of the edge."
  node: CompanySize!

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

"A connection to a list of items."
type CompanyPropertyConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [CompanyPropertyEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type CompanyPropertyEdge {
  "The item at the end of the edge."
  node: CompanyProperty!

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

"A connection to a list of items."
type SchoolGraduationConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SchoolGraduationEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SchoolGraduationEdge {
  "The item at the end of the edge."
  node: SchoolGraduation!

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

"A connection to a list of items."
type SchoolSubjectConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SchoolSubjectEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SchoolSubjectEdge {
  "The item at the end of the edge."
  node: SchoolSubject!

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

"A connection to a list of items."
type OccupationalGroupConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [OccupationalGroupEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type OccupationalGroupEdge {
  "The item at the end of the edge."
  node: OccupationalGroup!

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

"A connection to a list of items."
type OccupationalFieldConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [OccupationalFieldEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type OccupationalFieldEdge {
  "The item at the end of the edge."
  node: OccupationalField!

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

"A connection to a list of items."
type LanguageConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [LanguageEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type LanguageEdge {
  "The item at the end of the edge."
  node: Language!

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

"A connection to a list of items."
type SystemBlogConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SystemBlogEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SystemBlogEdge {
  "The item at the end of the edge."
  node: SystemBlog!

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

type SystemBlog implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  title: String!
  description: String!
  url: String!
  imageUrl: String!
  tags: [String!]
  primaryTag: String!
}

"A connection to a list of items."
type SchoolTypeConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SchoolTypeEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SchoolTypeEdge {
  "The item at the end of the edge."
  node: SchoolType!

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

"A connection to a list of items."
type SchoolPropertyConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SchoolPropertyEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SchoolPropertyEdge {
  "The item at the end of the edge."
  node: SchoolProperty!

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

type SchoolProperty implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  token: String!
}

"A connection to a list of items."
type SchoolFacilityConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SchoolFacilityEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SchoolFacilityEdge {
  "The item at the end of the edge."
  node: SchoolFacility!

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

"A connection to a list of items."
type SchoolClassYearGroupConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SchoolClassYearGroupEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SchoolClassYearGroupEdge {
  "The item at the end of the edge."
  node: SchoolClassYearGroup!

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

"A connection to a list of items."
type FeedbackReasonConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [FeedbackReasonEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type FeedbackReasonEdge {
  "The item at the end of the edge."
  node: FeedbackReason!

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

type FeedbackReason implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  token: String!
}

type Search {
  userSearch(after: String, first: Int, before: String, last: Int, districtId: String, schoolId: String, distance: Int, isAvailableForInternship: Boolean = true, isAvailableForTraining: Boolean = true, tags: [String!]): UserConnection
  unsplashImageSearch(query: String!, page: Int = 1, limit: Int = 24): UnsplashImageSearchResult!
  autocompleteCompanies(after: String, first: Int, query: String!, districtId: String): AutocompleteResultItemConnection
}

type UnsplashImageSearchResult {
  total: Int!
  totalPages: Int!
  images: [UnsplashImage!]
}

type UnsplashImage {
  id: String!
  url(type: UnsplashImageTypeEnum!): String!
  credits: String!
}

enum UnsplashImageTypeEnum {
  RAW
  FULL
  REGULAR
  SMALL
  THUMB
  SMALL_S3
}

"A connection to a list of items."
type AutocompleteResultItemConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [AutocompleteResultItemEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type AutocompleteResultItemEdge {
  "The item at the end of the edge."
  node: AutocompleteResultItem!

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

type AutocompleteResultItem {
  id: String!
  title: String!
  subTitle: String!
  entityId: String!
  entityType: String!
  entityToken: String!
  districtId: String
  avatarSmallUrl: String!
  avatarMiddleUrl: String!
  avatarLargeUrl: String!
}

type Validation {
  isUsernameAlreadyInUse(username: String!): Boolean!
  isEmailAlreadyInUse(email: String!): Boolean!
}

"This is you"
type Viewer implements EntityInterface & SearchResultInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  score: Float!
  shortId: String!
  name: String!
  viewerPrivacyPermission: UserPrivacyPermissionStatus!
  email: String!
  initials: String!
  avatar: Image!
  gender: GenderEnum
  age: Int
  accountType: String!
  hometown: String
  district: District
  company: Company
  school: School
  schoolClass: SchoolClass
  schoolGraduation: SchoolGraduation
  favoriteSchoolSubjects: [SchoolSubject!]
  professionalTrainings: [ProfessionalTraining!]
  hasProfessionalTrainings: Boolean!
  professionalTrainingInterests: [ProfessionalTraining!]
  professionalTrainingInternships: [ProfessionalTraining!]
  hasProfessionalTrainingInternships: Boolean!
  occupationalFieldInterests: [OccupationalField!]
  occupationalGroupInterests: [OccupationalGroup!]
  questionSection(id: String!): QuestionSection
  questionSections(after: String, first: Int): QuestionSectionConnection
  isViewerFollowing: Boolean!
  languages: [UserLanguage!]
  isCompanyOwner: Boolean!
  isDistrictOwner: Boolean!
  isSchoolOwner: Boolean!
  isCompanyManager: Boolean!
  isDistrictManager: Boolean!
  isSchoolManager: Boolean!
  isAdmin: Boolean!
  profileCompletenessInPercent(section: UserProfileCompletenessEnum): Int!
  distanceToViewer: Float!
  traits(after: String, first: Int): UserTraitConnection
  viewerHasViewedProfileAt: DateTime
  eventParticipantForOccupationalExplorationDay(occupationalExplorationDayId: String!): EventParticipant
  parenthoods(after: String, first: Int, isActive: Boolean = null): ParenthoodConnection
  isParenthoodRequired: Boolean!
  hasActiveParenthood: Boolean!
  isVisibleForCompanies: Boolean!
  isAllowedToParticipateInOccupationalExplorationEvents: Boolean!
  isAllowedToParticipateInInternships: Boolean!
  isAvailableForTraining: Boolean!
  isAvailableForInternship: Boolean!
  achievements(after: String, first: Int): AchievementConnection
  internshipBookings(after: String, first: Int, before: String, last: Int): BookingConnection
  internshipRequests(after: String, first: Int, before: String, last: Int): RequestConnection
  firstName: String!
  lastName: String!
  username: String!
  birthday: DateTime
  isEmailNotificationEnabled: Boolean!
  isMobileNotificationEnabled: Boolean!
  isEmailAddressConfirmed: Boolean!
  hasBoardingCompleted: Boolean!
  notifications(after: String, first: Int): NotificationConnection
  feed(after: String, first: Int): FeedItemConnection
  chatConversations(after: String, first: Int): ChatConversationConnection @deprecated(reason: "Moved to ManagedResource")
  chatConversation(id: String!): ChatConversation @deprecated(reason: "Moved to ManagedResource")
  unreadCount: UnreadCount!
  notification(id: String!): Notification
  nextMainQuestion: Question
  answeredQuestionCount: Int!
  storyDrafts(after: String, first: Int, context: StoryContextEnum!): StoryConnection
  feedbackKey: String!
  feedbackUrl: String!
  userFollowings(after: String, first: Int): UserConnection
  companiesWithProfileReadPermission(after: String, first: Int): CompanyConnection
  showOccupationalExplorationModule: Boolean!
  profileCompletenessFirstTimeAt: DateTime
  paymentMethod: PaymentMethod @deprecated(reason: "Moved to ManagedResource")
  membership: Membership! @deprecated(reason: "Moved to ManagedResource")
  hasSubscription: Boolean! @deprecated(reason: "Moved to ManagedResource")
  hasActiveSubscription: Boolean! @deprecated(reason: "Moved to ManagedResource")
  canChangeMembershipManual: Boolean! @deprecated(reason: "Moved to ManagedResource")
  canCancelMembershipManual: Boolean! @deprecated(reason: "Moved to ManagedResource")
  subscription: Subscription @deprecated(reason: "Moved to ManagedResource")
  subscriptionPaymentInterval: PaymentIntervalEnum! @deprecated(reason: "Moved to ManagedResource")
  availableMemberships: [Membership!] @deprecated(reason: "Moved to ManagedResource")
  isAllowedToChangeMembership: Boolean! @deprecated(reason: "Moved to ManagedResource")
  isAllowedToPayByInvoice: Boolean! @deprecated(reason: "Moved to ManagedResource")
  isAllowedToPayBySepa: Boolean! @deprecated(reason: "Moved to ManagedResource")
  billingAddress: Address @deprecated(reason: "Moved to ManagedResource")
  billingEmail: String! @deprecated(reason: "Moved to ManagedResource")
  invoices(after: String, first: Int): InvoiceConnection @deprecated(reason: "Moved to ManagedResource")
  gdprExports(after: String, first: Int): GDPRExportConnection @deprecated(reason: "Moved to ManagedResource")
  visitedUsers(after: String, first: Int): UserConnection
  visitorUsers(after: String, first: Int): UserConnection
  likedUsers(after: String, first: Int): UserConnection
  managedSchoolClasses(after: String, first: Int): SchoolClassConnection
  isVisibleForCompaniesStatus: UserVisibleForCompaniesStatusEnum!
  isAllowedToParticipateInTrainings: Boolean!
  hostedEventsWithOpenConfirmations(after: String, first: Int): EventConnection
  apiKeys(after: String, first: Int): ApiKeyConnection @deprecated(reason: "Moved to ManagedResource")
  upcomingHostedEventFairs(after: String, first: Int): EventFairConnection
  historicHostedEventFairs(after: String, first: Int): EventFairConnection
  upcomingEventFairExhibitions(after: String, first: Int): EventFairConnection
  historicEventFairExhibitions(after: String, first: Int): EventFairConnection
  upcomingEventFairs(after: String, first: Int, orderBy: UpcomingEventFairsOrderByEnum! = distance): EventFairConnection
  upcomingParticipatingEventFairs(after: String, first: Int, orderBy: UpcomingEventFairsOrderByEnum! = startAt): EventFairConnection
  upcomingSchoolClassInternships(after: String, first: Int): SchoolClassInternshipConnection
  internshipSuggestions(searchQuery: String, professionalCategoryIds: [String!], distance: DistanceEnum = DISTANCE_50): InternshipSuggestions
}

"A connection to a list of items."
type NotificationConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NotificationEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type NotificationEdge {
  "The item at the end of the edge."
  node: Notification!

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

type Notification implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  actor: Actor!
  activityId: String!
  isUnread: Boolean!
  isRead: Boolean!
  activityText: ActivityText!
  callToAction: CallToAction
}

type ActivityText {
  text(locale: LocaleEnum = null): String!
  template(locale: LocaleEnum = null): String!
  placeholders: [ActivityTextPlaceholder!]
}

type ActivityTextPlaceholder {
  keyWithDivider: String!
  key: String!
  value: String!
  entityType: String!
  entityId: String!
  deepLink: String
}

type CallToAction {
  deepLink: String!
  primaryActionType: String!
  primaryActionText: String!
  isPrimaryActionVisible: Boolean!
  isPrimaryActionDisabled: Boolean!
}

"A connection to a list of items."
type FeedItemConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [FeedItemEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type FeedItemEdge {
  "The item at the end of the edge."
  node: FeedItem!

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

type FeedItem implements EntityInterface & ActivityInterface {
  id: ID!
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  actor: Actor!
  activityId: String!
  content: FeedItemContent!
}

"A connection to a list of items."
type ChatConversationConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [ChatConversationEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type ChatConversationEdge {
  "The item at the end of the edge."
  node: ChatConversation!

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

type ChatConversation implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  membersKey: String!
  members: [ChatConversationMember!]
  lastMessage: ChatMessage
  lastMessageAt: DateTime
  unreadCount: Int!
  isArchived: Boolean!
  message(id: String!): ChatMessage
  messages(after: String, first: Int): ChatMessageConnection
}

type ChatConversationMember {
  id: ID
  entityType: String!
  isViewer: Boolean!
  deepLink: String!
  name: String!
  avatar: Image
}

type ChatMessage implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  type: String!
  message: String
  actor: ChatConversationMember!
  conversation: ChatConversation!
  position: Int
}

"A connection to a list of items."
type ChatMessageConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [ChatMessageEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type ChatMessageEdge {
  "The item at the end of the edge."
  node: ChatMessage!

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

type UnreadCount {
  notifications: Int!
  chat: Int!
  questions: Int!
  mainQuestions: Int!
}

"A connection to a list of items."
type StoryConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [StoryEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type StoryEdge {
  "The item at the end of the edge."
  node: Story!

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

type PaymentMethod {
  id: String!
  type: String!
  brand: String!
  last4: String!
  expiresMonth: Int
  expiresYear: Int
}

type Subscription {
  id: String!
  customer: Customer!
  status: SubscriptionStatusEnum!
  cancelAt: DateTime
  cancelAtPeriodEnd: Boolean!
  canceledAt: DateTime
  createdAt: DateTime!
  currentPeriodStartAt: DateTime!
  currentPeriodEndAt: DateTime!
  daysUntilDue: Int
  latestInvoice: Invoice!
}

type Customer {
  name: String!
  entityToken: String!
  address: Address!
  billingEmail: String!
  isAllowedToPayByInvoice: Boolean!
  primaryPaymentMethod: PaymentMethod
}

enum SubscriptionStatusEnum {
  active
  past_due
  unpaid
  canceled
  incomplete
  incomplete_expired
  trialing
}

type Invoice {
  number: String!
  status: String!
  hostedInvoiceUrl: String!
  total: Money!
  createdAt: DateTime
}

enum PaymentIntervalEnum {
  monthly
  annual
}

"A connection to a list of items."
type InvoiceConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [InvoiceEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type InvoiceEdge {
  "The item at the end of the edge."
  node: Invoice!

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

enum UserVisibleForCompaniesStatusEnum {
  OK
  OK_FOR_INTERNSHIP
  OK_FOR_TRAINING
  PROFILE_IS_DELETED
  PROFILE_IS_INCOMPLETE
  PARENT_INVITATION_REQUIRED
  DENIED_BY_PARENTHOOD
  DENIED_BY_USER_SETTINGS
  UNKNOWN
}

"A connection to a list of items."
type ApiKeyConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [ApiKeyEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type ApiKeyEdge {
  "The item at the end of the edge."
  node: ApiKey!

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

type ApiKey implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  email: String
  isIpWhitelistActive: Boolean!
  whitelistIps: [ApiKeyWhitelistIp!]
  requestLogs(after: String, first: Int): ApiKeyRequestLogConnection
}

type ApiKeyWhitelistIp implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  ip: String!
}

"A connection to a list of items."
type ApiKeyRequestLogConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [ApiKeyRequestLogEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type ApiKeyRequestLogEdge {
  "The item at the end of the edge."
  node: ApiKeyRequestLog!

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

type ApiKeyRequestLog implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  method: String!
  uri: String!
  query: String
  responseStatusCode: Int!
  responseTime: Int!
}

enum UpcomingEventFairsOrderByEnum {
  distance
  startAt
}

"This is your managed resource"
type ManagedResource implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  managerInvitations(after: String, first: Int): InvitationConnection
  managers(after: String, first: Int): ResourceManagerConnection
  isViewerOwner: Boolean!
  isViewerManager: Boolean!
  paymentMethod: PaymentMethod
}

"A connection to a list of items."
type InvitationConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [InvitationEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type InvitationEdge {
  "The item at the end of the edge."
  node: Invitation!

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

"A connection to a list of items."
type ResourceManagerConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [ResourceManagerEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type ResourceManagerEdge {
  "The item at the end of the edge."
  node: ResourceManager!

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

type ResourceManager implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  user: User!
  isOwner: Boolean!
  isViewer: Boolean!
}

type EventRating implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  event: Event!
  questionAnswers: [EventRatingQuestionAnswer!]
  isCompleted: Boolean!
}

type EventRatingQuestionAnswer implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  eventRating: EventRating!
  position: Int!
  questionType: EventRatingQuestionAnswerTypeEnum!
  questionText: String!
  isAnswered: Boolean!
  answerValue: Int
}

enum EventRatingQuestionAnswerTypeEnum {
  BOOLEAN
  RATING
}

type GooglePlace implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  street: String!
  streetNumber: String
  postalCode: String!
  city: String!
  district: String!
  state: String!
  country: String!
  isInDistrict(districtId: String!): Boolean!
}

type Mutation {
  achievementIsVisibleOnProfileMutation(input: AchievementIsVisibleOnProfileInput!): AchievementIsVisibleOnProfilePayload
  addressCreateMutation(input: AddressCreateInput!): AddressCreatePayload
  adminImpersonateUserMutation(input: AdminImpersonateUserInput!): AdminImpersonateUserPayload
  apiKeyArchiveMutation(input: ApiKeyArchiveInput!): ApiKeyArchivePayload
  associationCreateMutation(input: AssociationCreateMutationInput!): AssociationCreateMutationPayload
  associationManagerInvitationMutation(input: AssociationManagerInvitationMutationInput!): AssociationManagerInvitationMutationPayload
  companyActivityArchiveMutation(input: CompanyActivityArchiveInput!): CompanyActivityArchivePayload
  createRequestMutation(input: CreateRequestMutationInput!): CreateRequestMutationPayload
  deleteRequestMutation(input: DeleteRequestMutationInput!): DeleteRequestMutationPayload
  cancelRequestMutation(input: CancelRequestInput!): CancelRequestPayload
  rejectRequestMutation(input: RejectRequestInput!): RejectRequestPayload
  acceptRequestMutation(input: AcceptRequestInput!): AcceptRequestPayload
  apiKeyCreateMutation(input: ApiKeyCreateInput!): ApiKeyCreatePayload
  likeMutation(input: LikeMutationInput!): LikeMutationPayload
  associationManagerRemoveMutation(input: AssociationManagerRemoveMutationInput!): AssociationManagerRemoveMutationPayload
  unlikeMutation(input: UnlikeMutationInput!): UnlikeMutationPayload
  viewerArchiveChatConversationMutation(input: ViewerArchiveChatConversationInput!): ViewerArchiveChatConversationPayload
  viewerCreateChatTextMessageMutation(input: ViewerCreateChatTextMessageInput!): ViewerCreateChatTextMessagePayload
  viewerCreateSingleChatConversationMutation(input: ViewerCreateSingleChatConversationInput!): ViewerCreateSingleChatConversationPayload
  viewerMarkChatConversationAsReadMutation(input: ViewerMarkChatConversationAsReadMutationInput!): ViewerMarkChatConversationAsReadMutationPayload
  viewerRestoreChatConversationMutation(input: ViewerRestoreChatConversationInput!): ViewerRestoreChatConversationPayload
  companyAddressMutation(input: CompanyAddressInput!): CompanyAddressPayload
  companyApprenticeInviteMutation(input: CompanyApprenticeInviteInput!): CompanyApprenticeInvitePayload
  companyArchiveMutation(input: CompanyArchiveInput!): CompanyArchivePayload
  companyBenefitMutation(input: CompanyBenefitInput!): CompanyBenefitPayload
  companyChangeAvatarMutation(input: CompanyChangeAvatarInput!): CompanyChangeAvatarPayload
  companyChangeCoverMutation(input: CompanyChangeCoverInput!): CompanyChangeCoverPayload
  companyContactEmailMutation(input: CompanyContactEmailInput!): CompanyContactEmailPayload
  companyCreateMutation(input: CompanyCreateInput!): CompanyCreatePayload
  companyDescriptionMutation(input: CompanyDescriptionInput!): CompanyDescriptionPayload
  companyFoundingYearMutation(input: CompanyFoundingYearInput!): CompanyFoundingYearPayload
  companyHasBoardingCompletedMutation(input: CompanyHasBoardingCompletedInput!): CompanyHasBoardingCompletedPayload
  companyImageAddMutation(input: CompanyImageAddInput!): CompanyImageAddPayload
  companyImageRemoveMutation(input: CompanyImageRemoveInput!): CompanyImageRemovePayload
  companyImageUpdateMutation(input: CompanyImageUpdateInput!): CompanyImageUpdatePayload
  companyImageUpdateAllMutation(input: CompanyImageUpdateAllInput!): CompanyImageUpdateAllPayload
  companyIndustryMutation(input: CompanyIndustryInput!): CompanyIndustryPayload
  companyInternshipRequestAllowedMutation(input: CompanyInternshipRequestAllowedInput!): CompanyInternshipRequestAllowedPayload
  companyKlischeefreiMutation(input: CompanyKlischeefreiInput!): CompanyKlischeefreiPayload
  companyManagerInviteMutation(input: CompanyManagerInviteInput!): CompanyManagerInvitePayload
  companyManagerRemoveMutation(input: CompanyManagerRemoveInput!): CompanyManagerRemovePayload
  companyManagerTransferOwnershipMutation(input: CompanyManagerTransferOwnershipInput!): CompanyManagerTransferOwnershipPayload
  companyNameMutation(input: CompanyNameInput!): CompanyNamePayload
  companyPhoneNumberMutation(input: CompanyPhoneNumberInput!): CompanyPhoneNumberPayload
  companyPropertyAddMutation(input: CompanyPropertyAddInput!): CompanyPropertyAddPayload
  companyPropertyRemoveMutation(input: CompanyPropertyRemoveInput!): CompanyPropertyRemovePayload
  companySizeMutation(input: CompanySizeInput!): CompanySizePayload
  companySloganMutation(input: CompanySloganInput!): CompanySloganPayload
  companySocialMediaMutation(input: CompanySocialMediaInput!): CompanySocialMediaPayload
  companyStartVerificationMutation(input: CompanyStartVerificationMutationInput!): CompanyStartVerificationMutationPayload
  companyTrainingCreateMultipleMutation(input: CompanyTrainingCreateMultipleMutationInput!): CompanyTrainingCreateMultipleMutationPayload
  companyTrainingCreateMutation(input: CompanyTrainingCreateInput!): CompanyTrainingCreatePayload
  companyTrainingRemoveMutation(input: CompanyTrainingRemoveInput!): CompanyTrainingRemovePayload
  companyTypeMutation(input: CompanyTypeInput!): CompanyTypePayload
  companySubmitVerificationCodeMutation(input: CompanySubmitVerificationCodeMutationInput!): CompanySubmitVerificationCodeMutationPayload
  companyWebsiteMutation(input: CompanyWebsiteInput!): CompanyWebsitePayload
  districtAddressMutation(input: DistrictAddressInput!): DistrictAddressPayload
  districtChangeAvatarMutation(input: DistrictChangeAvatarInput!): DistrictChangeAvatarPayload
  districtChangeCoverMutation(input: DistrictChangeCoverInput!): DistrictChangeCoverPayload
  districtContactEmailMutation(input: DistrictContactEmailInput!): DistrictContactEmailPayload
  districtDescriptionMutation(input: DistrictDescriptionInput!): DistrictDescriptionPayload
  districtManagerInviteMutation(input: DistrictManagerInviteInput!): DistrictManagerInvitePayload
  districtManagerRemoveMutation(input: DistrictManagerRemoveInput!): DistrictManagerRemovePayload
  districtManagerTransferOwnershipMutation(input: DistrictManagerTransferOwnershipInput!): DistrictManagerTransferOwnershipPayload
  districtNameMutation(input: DistrictNameInput!): DistrictNamePayload
  districtPhoneNumberMutation(input: DistrictPhoneNumberInput!): DistrictPhoneNumberPayload
  districtWebsiteMutation(input: DistrictWebsiteInput!): DistrictWebsitePayload
  eventAddressMutation(input: EventAddressInput!): EventAddressPayload
  eventArchiveMutation(input: EventArchiveInput!): EventArchivePayload
  eventContactEmailMutation(input: EventContactEmailInput!): EventContactEmailPayload
  eventContactPersonMutation(input: EventContactPersonInput!): EventContactPersonPayload
  eventContactPhoneNumberMutation(input: EventContactPhoneNumberInput!): EventContactPhoneNumberPayload
  eventCoverMutation(input: EventCoverInput!): EventCoverPayload
  eventCustomQuestionsMutation(input: EventCustomQuestionsInput!): EventCustomQuestionsPayload
  eventDescriptionMutation(input: EventDescriptionInput!): EventDescriptionPayload
  eventInclusionMutation(input: EventInclusionInput!): EventInclusionPayload
  eventJoinMutation(input: EventJoinInput!): EventJoinPayload
  eventLeaveMutation(input: EventLeaveInput!): EventLeavePayload
  eventMaxNumberOfParticipantsMutation(input: EventMaxNumberOfParticipantsInput!): EventMaxNumberOfParticipantsPayload
  eventOccupationalGroupMutation(input: EventOccupationalGroupInput!): EventOccupationalGroupPayload
  eventParticipantConfirmMutation(input: EventParticipantConfirmInput!): EventParticipantConfirmPayload
  eventParticipantContactPersonMutation(input: EventParticipantContactPersonInput!): EventParticipantContactPersonPayload
  eventParticipantRemoveMutation(input: EventParticipantRemoveInput!): EventParticipantRemovePayload
  eventProcessDescriptionMutation(input: EventProcessDescriptionInput!): EventProcessDescriptionPayload
  eventTimeMutation(input: EventTimeInput!): EventTimePayload
  eventDescriptionsUpdateMutation(input: EventDescriptionsUpdateInput!): EventDescriptionsUpdatePayload
  eventTitleMutation(input: EventTitleInput!): EventTitlePayload
  eventFairAddressMutation(input: EventFairAddressInput!): EventFairAddressPayload
  eventFairCoverMutation(input: EventFairDetailsUpdateInput!): EventFairDetailsUpdatePayload
  eventDetailsUpdateMutation(input: EventDetailsUpdateInput!): EventDetailsUpdatePayload
  eventRatingQuestionAnswerMutation(input: EventRatingQuestionAnswerMutationInput!): EventRatingQuestionAnswerMutationPayload
  eventFairCreateMutation(input: EventFairCreateInput!): EventFairCreatePayload
  eventFairDayCreateMutation(input: EventFairDayCreateInput!): EventFairDayCreatePayload
  eventFairDayRemoveMutation(input: EventFairDayRemoveInput!): EventFairDayRemovePayload
  eventFairDayScheduleCreateMutation(input: EventFairDayScheduleCreateInput!): EventFairDayScheduleCreatePayload
  eventFairDescriptionMutation(input: EventFairDescriptionInput!): EventFairDescriptionPayload
  eventFairExhibitorBoothInformationMutation(input: EventFairExhibitorBoothInformationInput!): EventFairExhibitorBoothInformationPayload
  eventFairExhibitorCreateMutation(input: EventFairExhibitorCreateInput!): EventFairExhibitorCreatePayload
  contactRequestCreateByDistrictMutation(input: ContactRequestCreateByDistrictInput!): ContactRequestCreateByDistrictPayload
  eventFairExhibitorRemoveMutation(input: EventFairExhibitorRemoveInput!): EventFairExhibitorRemovePayload
  eventFairIsVisibleForUsersAtMutation(input: EventFairIsVisibleForUsersAtInput!): EventFairIsVisibleForUsersAtPayload
  eventFairTitleMutation(input: EventFairTitleInput!): EventFairTitlePayload
  feedbackCreateMutation(input: FeedbackCreateMutationInput!): FeedbackCreateMutationPayload
  reportCreateMutation(input: ReportCreateInput!): ReportCreatePayload
  fileDownloadTicketMutation(input: FileDownloadTicketMutationInput!): FileDownloadTicketMutationPayload
  imageUploadByUnsplashMutation(input: ImageUploadByUnsplashInput!): ImageUploadByUnsplashPayload
  imageUploadMutation(input: ImageUploadInput!): ImageUploadPayload
  occupationalExplorationChangeCoverMutation(input: OccupationalExplorationChangeCoverInput!): OccupationalExplorationChangeCoverPayload
  occupationalExplorationCreateMutation(input: OccupationalExplorationCreateInput!): OccupationalExplorationCreatePayload
  occupationalExplorationDayCreateMutation(input: OccupationalExplorationDayCreateInput!): OccupationalExplorationDayCreatePayload
  occupationalExplorationDayDeleteMutation(input: OccupationalExplorationDayDeleteInput!): OccupationalExplorationDayDeletePayload
  occupationalExplorationDayEventCreateMutation(input: OccupationalExplorationDayEventCreateInput!): OccupationalExplorationDayEventCreatePayload
  occupationalExplorationDayUpdateMutation(input: OccupationalExplorationDayUpdateInput!): OccupationalExplorationDayUpdatePayload
  viewerMarkNotificationsAsRead(input: ViewerMarkNotificationsAsReadInput!): ViewerMarkNotificationsAsReadPayload
  occupationalExplorationDescriptionMutation(input: OccupationalExplorationDescriptionInput!): OccupationalExplorationDescriptionPayload
  occupationalExplorationNumberOfEventsParticipatedByStudentMutation(input: OccupationalExplorationNumberOfEventsParticipatedByStudentInput!): OccupationalExplorationNumberOfEventsParticipatedByStudentPayload
  occupationalExplorationParticipationMustBeDifferentInOccupationalGroupsMutation(input: OccupationalExplorationParticipationMustBeDifferentInOccupationalGroupsInput!): OccupationalExplorationParticipationMustBeDifferentInOccupationalGroupsPayload
  occupationalExplorationVisibleForCompaniesAtMutation(input: OccupationalExplorationVisibleForCompaniesAtInput!): OccupationalExplorationVisibleForCompaniesAtPayload
  occupationalExplorationVisibleForStudentsAtMutation(input: OccupationalExplorationVisibleForStudentsAtInput!): OccupationalExplorationVisibleForStudentsAtPayload
  occupationalTrainingCreateMutation(input: OccupationalTrainingCreateInput!): OccupationalTrainingCreatePayload
  parenthoodCreateMutation(input: ParenthoodCreateMutationInput!): ParenthoodCreateMutationPayload
  parenthoodIsChildAllowedToParticipateInInternshipsMutation(input: ParenthoodIsChildAllowedToParticipateInInternshipsMutationInput!): ParenthoodIsChildAllowedToParticipateInInternshipsMutationPayload
  parenthoodIsChildAllowedToParticipateInOccupationalExplorationEventsMutation(input: ParenthoodIsChildAllowedToParticipateInOccupationalExplorationEventsMutationInput!): ParenthoodIsChildAllowedToParticipateInOccupationalExplorationEventsMutationPayload
  parenthoodIsVisibleForCompaniesMutation(input: ParenthoodIsVisibleForCompaniesMutationInput!): ParenthoodIsVisibleForCompaniesMutationPayload
  parenthoodRemoveMutation(input: ParenthoodRemoveMutationInput!): ParenthoodRemoveMutationPayload
  parenthoodRequestGDPRExportMutation(input: ParenthoodRequestGDPRExportMutationInput!): ParenthoodRequestGDPRExportMutationPayload
  questionAnswerMutation(input: ViewerQuestionAnswerInput!): ViewerQuestionAnswerPayload
  schoolAddressMutation(input: SchoolAddressInput!): SchoolAddressPayload
  schoolChangeAvatarMutation(input: SchoolChangeAvatarInput!): SchoolChangeAvatarPayload
  schoolContactEmailMutation(input: SchoolContactEmailInput!): SchoolContactEmailPayload
  schoolCoverMutation(input: SchoolCoverInput!): SchoolCoverPayload
  schoolCreateMutation(input: SchoolCreateInput!): SchoolCreatePayload
  schoolDescriptionMutation(input: SchoolDescriptionInput!): SchoolDescriptionPayload
  schoolFacilityAddMutation(input: SchoolFacilityAddInput!): SchoolFacilityAddPayload
  schoolFacilityRemoveMutation(input: SchoolFacilityRemoveInput!): SchoolFacilityRemovePayload
  schoolFacilityStoryMutation(input: SchoolFacilityStoryInput!): SchoolFacilityStoryPayload
  schoolFoundingYearMutation(input: SchoolFoundingYearInput!): SchoolFoundingYearPayload
  schoolHasBoardingCompletedMutation(input: SchoolHasBoardingCompletedInput!): SchoolHasBoardingCompletedPayload
  schoolManagerInviteMutation(input: SchoolManagerInviteInput!): SchoolManagerInvitePayload
  schoolManagerRemoveMutation(input: SchoolManagerRemoveInput!): SchoolManagerRemovePayload
  schoolNameMutation(input: SchoolNameInput!): SchoolNamePayload
  schoolPhoneNumberMutation(input: SchoolPhoneNumberInput!): SchoolPhoneNumberPayload
  schoolSloganMutation(input: SchoolSloganInput!): SchoolSloganPayload
  schoolClassCreateMutation(input: SchoolClassCreateInput!): SchoolClassCreatePayload
  schoolWebsiteMutation(input: SchoolWebsiteInput!): SchoolWebsitePayload
  schoolClassIsQualifiedForOccupationalExplorationMutation(input: SchoolClassIsQualifiedForOccupationalExplorationInput!): SchoolClassIsQualifiedForOccupationalExplorationPayload
  contactRequestCreateByViewerMutation(input: ContactRequestCreateByViewerInput!): ContactRequestCreateByViewerPayload
  schoolClassManagerAddMutation(input: SchoolClassManagerAddInput!): SchoolClassManagerAddPayload
  schoolClassManagerRemoveMutation(input: SchoolClassManagerRemoveInput!): SchoolClassManagerRemovePayload
  schoolClassNameMutation(input: SchoolClassNameInput!): SchoolClassNamePayload
  schoolClassUpdateAllMutation(input: SchoolClassUpdateAllInput!): SchoolClassUpdateAllPayload
  schoolClassYearGroupMutation(input: SchoolClassYearGroupInput!): SchoolClassYearGroupPayload
  studentInvitationMutation(input: StudentInvitationInput!): StudentInvitationPayload
  studentJoinSchoolClassMutation(input: StudentJoinSchoolClassInput!): StudentJoinSchoolClassPayload
  storyCreateDraftMutation(input: StoryCreateDraftInput!): StoryCreateDraftPayload
  studentLeaveSchoolClassMutation(input: StudentLeaveSchoolClassInput!): StudentLeaveSchoolClassPayload
  storyCreateFeedItemMutation(input: StoryCreateFeedItemInput!): StoryCreateFeedItemPayload
  storyItemImageMutation(input: StoryItemImageInput!): StoryItemImagePayload
  storyItemTextMutation(input: StoryItemTextInput!): StoryItemTextPayload
  storyTitleUpdateMutation(input: StoryTitleUpdateInput!): StoryTitleUpdatePayload
  systemImportThemeMutation(input: SystemImportThemeInput!): SystemImportThemePayload
  userCreateMutation(input: UserCreateInput!): UserCreatePayload
  userResetPasswordMutation(input: UserResetPasswordInput!): UserResetPasswordPayload
  userResetPasswordSubmitMutation(input: UserResetPasswordSubmitInput!): UserResetPasswordSubmitPayload
  viewerArchiveMutation(input: ViewerArchiveInput!): ViewerArchivePayload
  viewerBillingInformationMutation(input: ViewerBillingInformationInput!): ViewerBillingInformationPayload
  viewerBirthdayMutation(input: ViewerBirthdayInput!): ViewerBirthdayPayload
  viewerCancelSubscriptionMutation(input: ViewerCancelSubscriptionInput!): ViewerCancelSubscriptionPayload
  viewerChangeAvatarMutation(input: ViewerChangeAvatarInput!): ViewerChangeAvatarPayload
  viewerAddOccupationalGroupInterestsMutation(input: ViewerAddOccupationalGroupInterestsInput!): ViewerAddOccupationalGroupInterestsPayload
  viewerChangeEmailMutation(input: ViewerChangeEmailInput!): ViewerChangeEmailPayload
  viewerAddFavoriteSchoolSubjectsMutation(input: ViewerAddFavoriteSchoolSubjectsInput!): ViewerAddFavoriteSchoolSubjectsPayload
  viewerChangeGenderMutation(input: ViewerChangeGenderInput!): ViewerChangeGenderPayload
  viewerChangeNameMutation(input: ViewerChangeNameInput!): ViewerChangeNamePayload
  viewerChangePasswordMutation(input: ViewerChangePasswordInput!): ViewerChangePasswordPayload
  viewerContinueSubscriptionMutation(input: ViewerContinueSubscriptionInput!): ViewerContinueSubscriptionPayload
  viewerExpoPushTokenMutation(input: ViewerExpoPushTokenInput!): ViewerExpoPushTokenPayload
  viewerGDPRExportMutation(input: ViewerGDPRExportInput!): ViewerGDPRExportPayload
  viewerRemoveFavoriteSchoolSubjectsMutation(input: ViewerRemoveFavoriteSchoolSubjectsInput!): ViewerRemoveFavoriteSchoolSubjectsPayload
  deleteInternshipMutation(input: DeleteInternshipMutationInput!): DeleteInternshipMutationPayload
  viewerGrantCompanyProfileReadPermissionsMutation(input: ViewerGrantCompanyProfileReadPermissionsMutationInput!): ViewerGrantCompanyProfileReadPermissionsMutationPayload
  viewerHasBoardingCompletedMutation(input: ViewerHasBoardingCompletedInput!): ViewerHasBoardingCompletedPayload
  viewerAddLanguageMutation(input: ViewerAddLanguageInput!): ViewerAddLanguagePayload
  viewerAddOccupationalFieldInterestsMutation(input: ViewerAddOccupationalFieldInterestsInput!): ViewerAddOccupationalFieldInterestsPayload
  viewerHometownMutation(input: ViewerHometownInput!): ViewerHometownPayload
  viewerIsAvailableForInternshipMutation(input: ViewerIsAvailableForInternshipMutationInput!): ViewerIsAvailableForInternshipMutationPayload
  viewerIsAvailableForTrainingMutation(input: ViewerIsAvailableForTrainingMutationInput!): ViewerIsAvailableForTrainingMutationPayload
  viewerMembershipMutation(input: ViewerMembershipInput!): ViewerMembershipPayload
  viewerNotificationSettingsMutation(input: ViewerNotificationSettingsInput!): ViewerNotificationSettingsPayload
  viewerRemoveLanguageMutation(input: ViewerRemoveLanguageInput!): ViewerRemoveLanguagePayload
  viewerRemoveOccupationalFieldInterestsMutation(input: ViewerRemoveOccupationalFieldInterestsInput!): ViewerRemoveOccupationalFieldInterestsPayload
  viewerRemoveOccupationalGroupInterestsMutation(input: ViewerRemoveOccupationalGroupInterestsInput!): ViewerRemoveOccupationalGroupInterestsPayload
  viewerPaymentMethodMutation(input: ViewerPaymentMethodInput!): ViewerPaymentMethodPayload
  viewerAddProfessionalTrainingsMutation(input: ViewerAddProfessionalTrainingsInput!): ViewerAddProfessionalTrainingsPayload
  viewerRemoveProfessionalTrainingsMutation(input: ViewerRemoveProfessionalTrainingsInput!): ViewerRemoveProfessionalTrainingsPayload
  viewerResendConfirmationEmailMutation(input: ViewerResendConfirmationEmailInput!): ViewerResendConfirmationEmailPayload
  viewerSchoolGraduationMutation(input: ViewerSchoolGraduationInput!): ViewerSchoolGraduationPayload
  viewerVisitMutation(input: ViewerVisitMutationInput!): ViewerVisitMutationPayload
  createInternshipMutation(input: CreateInternshipMutationInput!): CreateInternshipMutationPayload
}

input AchievementIsVisibleOnProfileInput {
  achievementId: String!
  isVisibleOnProfile: Boolean!
  clientMutationId: String
}

type AchievementIsVisibleOnProfilePayload {
  achievement: Achievement!
  clientMutationId: String
}

input AddressCreateInput {
  googlePlaceId: String
  name: String
  street: String!
  streetNumber: String!
  additional: String
  postalCode: String!
  city: String!
  state: String
  districtAdministration: String
  latitude: Float
  longitude: Float
  countryId: String!
  countryDistrictId: String
  clientMutationId: String
}

type AddressCreatePayload {
  address: Address!
  clientMutationId: String
}

input AdminImpersonateUserInput {
  toImpersonateUserId: String!
  clientMutationId: String
}

type AdminImpersonateUserPayload {
  token: String!
  clientMutationId: String
}

input ApiKeyArchiveInput {
  apiKeyId: String!
  clientMutationId: String
}

type ApiKeyArchivePayload {
  result: Boolean!
  clientMutationId: String
}

input AssociationCreateMutationInput {
  googlePlaceId: String!
  associationName: String!
  firstName: String!
  lastName: String!
  email: String!
  password: String!
  clientMutationId: String
}

type AssociationCreateMutationPayload {
  association: Association!
  clientMutationId: String
}

input AssociationManagerInvitationMutationInput {
  email: String!
  clientMutationId: String
}

type AssociationManagerInvitationMutationPayload {
  invitation: Invitation!
  association: Association!
  clientMutationId: String
}

input CompanyActivityArchiveInput {
  companyId: String!
  activityId: String!
  clientMutationId: String
}

type CompanyActivityArchivePayload {
  company: Company!
  activity: Activity!
  clientMutationId: String
}

input CreateRequestMutationInput {
  student: String!
  company: String!
  internship: String!
  rrule: String!
  requestMessage: String
  companyTrainingId: String!
  clientMutationId: String
}

type CreateRequestMutationPayload {
  request: Request!
  clientMutationId: String
}

input DeleteRequestMutationInput {
  id: String!
  clientMutationId: String
}

type DeleteRequestMutationPayload {
  student: User!
  clientMutationId: String
}

input CancelRequestInput {
  id: String!
  message: String
  clientMutationId: String
}

type CancelRequestPayload {
  request: Request!
  company: Company!
  clientMutationId: String
}

input RejectRequestInput {
  id: String!
  message: String
  clientMutationId: String
}

type RejectRequestPayload {
  request: Request!
  company: Company!
  clientMutationId: String
}

input AcceptRequestInput {
  id: String!
  message: String
  contactPerson: String!
  contactPhoneNumber: String!
  startTime: String = "08:00"
  endTime: String = "16:00"
  clientMutationId: String
}

type AcceptRequestPayload {
  booking: Booking!
  company: Company!
  clientMutationId: String
}

input ApiKeyCreateInput {
  name: String!
  email: String
  whitelistIps: [String!]
  clientMutationId: String
}

type ApiKeyCreatePayload {
  apiKey: ApiKey!
  token: String!
  clientMutationId: String
}

input LikeMutationInput {
  objectToken: String!
  clientMutationId: String
}

type LikeMutationPayload {
  result: Boolean!
  viewer: Viewer!
  clientMutationId: String
}

input AssociationManagerRemoveMutationInput {
  userId: String!
  clientMutationId: String
}

type AssociationManagerRemoveMutationPayload {
  association: Association!
  user: User!
  clientMutationId: String
}

input UnlikeMutationInput {
  objectToken: String!
  clientMutationId: String
}

type UnlikeMutationPayload {
  result: Boolean!
  viewer: Viewer!
  clientMutationId: String
}

input ViewerArchiveChatConversationInput {
  chatConversationId: String!
  clientMutationId: String
}

type ViewerArchiveChatConversationPayload {
  chatConversation: ChatConversation!
  clientMutationId: String
}

input ViewerCreateChatTextMessageInput {
  chatConversationId: String!
  message: String!
  clientMutationId: String
}

type ViewerCreateChatTextMessagePayload {
  chatMessage: ChatMessage!
  clientMutationId: String
}

input ViewerCreateSingleChatConversationInput {
  conversationMemberEntityId: String!
  conversationMemberEntityType: String!
  clientMutationId: String
}

type ViewerCreateSingleChatConversationPayload {
  chatConversation: ChatConversation!
  clientMutationId: String
}

input ViewerMarkChatConversationAsReadMutationInput {
  chatConversationId: String!
  clientMutationId: String
}

type ViewerMarkChatConversationAsReadMutationPayload {
  chatConversation: ChatConversation!
  viewer: Viewer!
  clientMutationId: String
}

input ViewerRestoreChatConversationInput {
  chatConversationId: String!
  clientMutationId: String
}

type ViewerRestoreChatConversationPayload {
  chatConversation: ChatConversation!
  clientMutationId: String
}

input CompanyAddressInput {
  addressId: String!
  companyId: String!
  clientMutationId: String
}

type CompanyAddressPayload {
  company: Company!
  clientMutationId: String
}

input CompanyApprenticeInviteInput {
  occupationalTrainingYearId: String!
  email: String!
  clientMutationId: String
}

type CompanyApprenticeInvitePayload {
  invitation: Invitation!
  company: Company!
  clientMutationId: String
}

input CompanyArchiveInput {
  companyOwnerPassword: String!
  companyId: String!
  clientMutationId: String
}

type CompanyArchivePayload {
  company: Company!
  viewer: Viewer!
  clientMutationId: String
}

input CompanyBenefitInput {
  companyPropertyId: String!
  companyId: String!
  storyId: String!
  clientMutationId: String
}

type CompanyBenefitPayload {
  company: Company!
  clientMutationId: String
}

input CompanyChangeAvatarInput {
  imageId: String!
  companyId: String!
  clientMutationId: String
}

type CompanyChangeAvatarPayload {
  company: Company!
  clientMutationId: String
}

input CompanyChangeCoverInput {
  imageId: String!
  companyId: String!
  clientMutationId: String
}

type CompanyChangeCoverPayload {
  company: Company!
  clientMutationId: String
}

input CompanyContactEmailInput {
  contactEmail: String
  companyId: String!
  clientMutationId: String
}

type CompanyContactEmailPayload {
  company: Company!
  clientMutationId: String
}

input CompanyCreateInput {
  districtId: String!
  companyName: String
  googlePlaceId: String!
  firstName: String!
  lastName: String!
  email: String!
  password: String!
  clientMutationId: String
}

type CompanyCreatePayload {
  authToken: String!
  company: Company!
  clientMutationId: String
}

input CompanyDescriptionInput {
  description: String
  companyId: String!
  clientMutationId: String
}

type CompanyDescriptionPayload {
  company: Company!
  clientMutationId: String
}

input CompanyFoundingYearInput {
  foundingYear: Int
  companyId: String!
  clientMutationId: String
}

type CompanyFoundingYearPayload {
  company: Company!
  clientMutationId: String
}

input CompanyHasBoardingCompletedInput {
  hasBoardingCompleted: Boolean!
  companyId: String!
  clientMutationId: String
}

type CompanyHasBoardingCompletedPayload {
  company: Company!
  clientMutationId: String
}

input CompanyImageAddInput {
  imageId: String!
  companyId: String!
  clientMutationId: String
}

type CompanyImageAddPayload {
  company: Company!
  companyImage: CompanyImage!
  clientMutationId: String
}

input CompanyImageRemoveInput {
  companyImageId: String!
  clientMutationId: String
}

type CompanyImageRemovePayload {
  company: Company!
  companyImage: CompanyImage!
  clientMutationId: String
}

input CompanyImageUpdateInput {
  companyImageId: String!
  position: Int
  clientMutationId: String
}

type CompanyImageUpdatePayload {
  company: Company!
  companyImage: CompanyImage!
  clientMutationId: String
}

input CompanyImageUpdateAllInput {
  companyId: String!
  companyImages: [CompanyImageInput!]
  clientMutationId: String
}

input CompanyImageInput {
  id: String!
  position: Int!
}

type CompanyImageUpdateAllPayload {
  company: Company!
  images: CompanyImageConnection
  clientMutationId: String
}

input CompanyIndustryInput {
  companyIndustryId: String!
  companyId: String!
  clientMutationId: String
}

type CompanyIndustryPayload {
  company: Company!
  clientMutationId: String
}

input CompanyInternshipRequestAllowedInput {
  isInternshipRequestAllowed: Boolean!
  companyId: String!
  clientMutationId: String
}

type CompanyInternshipRequestAllowedPayload {
  company: Company!
  clientMutationId: String
}

input CompanyKlischeefreiInput {
  isMemberOfKlischeefrei: Boolean!
  companyId: String!
  clientMutationId: String
}

type CompanyKlischeefreiPayload {
  company: Company!
  clientMutationId: String
}

input CompanyManagerInviteInput {
  email: String!
  clientMutationId: String
}

type CompanyManagerInvitePayload {
  invitation: Invitation!
  company: Company!
  clientMutationId: String
}

input CompanyManagerRemoveInput {
  userId: String!
  clientMutationId: String
}

type CompanyManagerRemovePayload {
  company: Company!
  user: User!
  clientMutationId: String
}

input CompanyManagerTransferOwnershipInput {
  userId: String!
  viewerPassword: String!
  clientMutationId: String
}

type CompanyManagerTransferOwnershipPayload {
  company: Company!
  clientMutationId: String
}

input CompanyNameInput {
  name: String!
  companyId: String!
  clientMutationId: String
}

type CompanyNamePayload {
  company: Company!
  clientMutationId: String
}

input CompanyPhoneNumberInput {
  phoneNumber: String
  companyId: String!
  clientMutationId: String
}

type CompanyPhoneNumberPayload {
  company: Company!
  clientMutationId: String
}

input CompanyPropertyAddInput {
  companyPropertyId: String!
  companyId: String!
  clientMutationId: String
}

type CompanyPropertyAddPayload {
  company: Company!
  clientMutationId: String
}

input CompanyPropertyRemoveInput {
  companyPropertyId: String!
  companyId: String!
  clientMutationId: String
}

type CompanyPropertyRemovePayload {
  company: Company!
  clientMutationId: String
}

input CompanySizeInput {
  companySizeId: String!
  companyId: String!
  clientMutationId: String
}

type CompanySizePayload {
  company: Company!
  clientMutationId: String
}

input CompanySloganInput {
  slogan: String
  companyId: String!
  clientMutationId: String
}

type CompanySloganPayload {
  company: Company!
  clientMutationId: String
}

input CompanySocialMediaInput {
  companyId: String!
  socialMediaLinkedInUrl: String
  socialMediaFacebookUrl: String
  socialMediaXingUrl: String
  socialMediaYoutubeUrl: String
  socialMediaInstagramUrl: String
  socialMediaTwitterUrl: String
  socialMediaTikTokUrl: String
  socialMediaSnapchatUrl: String
  clientMutationId: String
}

type CompanySocialMediaPayload {
  company: Company!
  clientMutationId: String
}

input CompanyStartVerificationMutationInput {
  companyId: String!
  clientMutationId: String
}

type CompanyStartVerificationMutationPayload {
  company: Company!
  clientMutationId: String
}

input CompanyTrainingCreateMultipleMutationInput {
  professionalTrainingIds: [String!]!
  companyId: String!
  clientMutationId: String
}

type CompanyTrainingCreateMultipleMutationPayload {
  company: Company
  clientMutationId: String
}

input CompanyTrainingCreateInput {
  professionalTrainingId: String!
  companyId: String!
  clientMutationId: String
}

type CompanyTrainingCreatePayload {
  companyTraining: CompanyTraining!
  clientMutationId: String
}

input CompanyTrainingRemoveInput {
  companyTrainingId: String!
  clientMutationId: String
}

type CompanyTrainingRemovePayload {
  company: Company!
  clientMutationId: String
}

input CompanyTypeInput {
  companyTypeId: String!
  companyId: String!
  clientMutationId: String
}

type CompanyTypePayload {
  company: Company!
  clientMutationId: String
}

input CompanySubmitVerificationCodeMutationInput {
  companyId: String!
  code: String!
  clientMutationId: String
}

type CompanySubmitVerificationCodeMutationPayload {
  company: Company!
  result: VerificationSubmitResultEnum!
  clientMutationId: String
}

enum VerificationSubmitResultEnum {
  VERIFICATION_RETRY_LIMIT_REACHED
  VERIFICATION_INVALID_CODE
  VERIFICATION_SUCCESS
}

input CompanyWebsiteInput {
  website: String
  companyId: String!
  clientMutationId: String
}

type CompanyWebsitePayload {
  company: Company!
  clientMutationId: String
}

input DistrictAddressInput {
  addressId: String!
  districtId: String!
  clientMutationId: String
}

type DistrictAddressPayload {
  district: District!
  clientMutationId: String
}

input DistrictChangeAvatarInput {
  imageId: String!
  districtId: String!
  clientMutationId: String
}

type DistrictChangeAvatarPayload {
  district: District!
  clientMutationId: String
}

input DistrictChangeCoverInput {
  imageId: String!
  districtId: String!
  clientMutationId: String
}

type DistrictChangeCoverPayload {
  district: District!
  clientMutationId: String
}

input DistrictContactEmailInput {
  contactEmail: String
  districtId: String!
  clientMutationId: String
}

type DistrictContactEmailPayload {
  district: District!
  clientMutationId: String
}

input DistrictDescriptionInput {
  description: String
  districtId: String!
  clientMutationId: String
}

type DistrictDescriptionPayload {
  district: District!
  clientMutationId: String
}

input DistrictManagerInviteInput {
  email: String!
  clientMutationId: String
}

type DistrictManagerInvitePayload {
  invitation: Invitation!
  district: District!
  clientMutationId: String
}

input DistrictManagerRemoveInput {
  userId: String!
  clientMutationId: String
}

type DistrictManagerRemovePayload {
  district: District!
  user: User!
  clientMutationId: String
}

input DistrictManagerTransferOwnershipInput {
  userId: String!
  viewerPassword: String!
  clientMutationId: String
}

type DistrictManagerTransferOwnershipPayload {
  district: District!
  clientMutationId: String
}

input DistrictNameInput {
  name: String!
  districtId: String!
  clientMutationId: String
}

type DistrictNamePayload {
  district: District!
  clientMutationId: String
}

input DistrictPhoneNumberInput {
  phoneNumber: String
  districtId: String!
  clientMutationId: String
}

type DistrictPhoneNumberPayload {
  district: District!
  clientMutationId: String
}

input DistrictWebsiteInput {
  website: String
  districtId: String!
  clientMutationId: String
}

type DistrictWebsitePayload {
  district: District!
  clientMutationId: String
}

input EventAddressInput {
  eventId: String!
  addressId: String!
  clientMutationId: String
}

type EventAddressPayload {
  event: Event!
  clientMutationId: String
}

input EventArchiveInput {
  eventId: String!
  archiveReason: String!
  clientMutationId: String
}

type EventArchivePayload {
  event: Event!
  clientMutationId: String
}

input EventContactEmailInput {
  eventId: String!
  contactEmail: String!
  clientMutationId: String
}

type EventContactEmailPayload {
  event: Event!
  clientMutationId: String
}

input EventContactPersonInput {
  eventId: String!
  contactPerson: String!
  clientMutationId: String
}

type EventContactPersonPayload {
  event: Event!
  clientMutationId: String
}

input EventContactPhoneNumberInput {
  eventId: String!
  contactPhoneNumber: String!
  clientMutationId: String
}

type EventContactPhoneNumberPayload {
  event: Event!
  clientMutationId: String
}

input EventCoverInput {
  eventId: String!
  imageId: String!
  clientMutationId: String
}

type EventCoverPayload {
  event: Event!
  clientMutationId: String
}

input EventCustomQuestionsInput {
  eventId: String!
  customQuestions: [String!]
  clientMutationId: String
}

type EventCustomQuestionsPayload {
  event: Event!
  clientMutationId: String
}

input EventDescriptionInput {
  eventId: String!
  secondaryDescription: String!
  clientMutationId: String
}

type EventDescriptionPayload {
  event: Event!
  clientMutationId: String
}

input EventInclusionInput {
  eventId: String!
  isSuitableForPeopleWithMentalDisabilities: Boolean!
  isSuitableForPeopleWithWalkingDisabilities: Boolean!
  isSuitableForPeopleWithSpeechDisabilities: Boolean!
  isSuitableForPeopleWithLowVision: Boolean!
  isSuitableForPeopleWithHearingWeakness: Boolean!
  clientMutationId: String
}

type EventInclusionPayload {
  event: Event!
  clientMutationId: String
}

input EventJoinInput {
  eventId: String!
  questionsAnswers: [EventParticipationQuestionAnswerInput!]
  clientMutationId: String
}

input EventParticipationQuestionAnswerInput {
  id: String!
  answer: String!
}

type EventJoinPayload {
  eventParticipant: EventParticipant
  event: Event!
  viewer: Viewer!
  clientMutationId: String
}

input EventLeaveInput {
  eventId: String!
  clientMutationId: String
}

type EventLeavePayload {
  event: Event!
  viewer: Viewer!
  clientMutationId: String
}

input EventMaxNumberOfParticipantsInput {
  eventId: String!
  maxNumberOfParticipants: Int!
  clientMutationId: String
}

type EventMaxNumberOfParticipantsPayload {
  event: Event!
  clientMutationId: String
}

input EventOccupationalGroupInput {
  eventId: String!
  occupationalGroupId: String!
  clientMutationId: String
}

type EventOccupationalGroupPayload {
  event: Event!
  clientMutationId: String
}

input EventParticipantConfirmInput {
  eventParticipantId: String!
  eventParticipationConfirmationToken: String!
  status: EventParticipantStatusEnum!
  clientMutationId: String
}

type EventParticipantConfirmPayload {
  eventParticipant: EventParticipant
  error: EventParticipantConfirmMutationErrorEnum
  clientMutationId: String
}

enum EventParticipantConfirmMutationErrorEnum {
  ACCESS_DENIED
  INVALID_TOKEN
  INVALID_DAY
  ALREADY_CONFIRMED
}

input EventParticipantContactPersonInput {
  eventParticipantId: String!
  contactPerson: String
  clientMutationId: String
}

type EventParticipantContactPersonPayload {
  eventParticipant: EventParticipant
  clientMutationId: String
}

input EventParticipantRemoveInput {
  eventParticipantId: String!
  clientMutationId: String
}

type EventParticipantRemovePayload {
  event: Event!
  clientMutationId: String
}

input EventProcessDescriptionInput {
  eventId: String!
  processDescription: String!
  clientMutationId: String
}

type EventProcessDescriptionPayload {
  event: Event!
  clientMutationId: String
}

input EventTimeInput {
  eventId: String!
  startTime: String!
  endTime: String!
  clientMutationId: String
}

type EventTimePayload {
  event: Event!
  clientMutationId: String
}

input EventDescriptionsUpdateInput {
  eventId: String!
  processDescription: String!
  secondaryDescription: String!
  clientMutationId: String
}

type EventDescriptionsUpdatePayload {
  event: Event!
  clientMutationId: String
}

input EventTitleInput {
  eventId: String!
  title: String!
  clientMutationId: String
}

type EventTitlePayload {
  event: Event!
  clientMutationId: String
}

input EventFairAddressInput {
  eventFairId: String!
  addressId: String!
  clientMutationId: String
}

type EventFairAddressPayload {
  eventFair: EventFair!
  clientMutationId: String
}

input EventFairDetailsUpdateInput {
  eventFairId: String!
  imageId: String!
  title: String!
  visibleForUsersAt: DateTime!
  clientMutationId: String
}

type EventFairDetailsUpdatePayload {
  eventFair: EventFair!
  clientMutationId: String
}

input EventDetailsUpdateInput {
  eventId: String!
  imageId: String!
  name: String
  occupationalGroupId: String!
  isSuitableForPeopleWithMentalDisabilities: Boolean!
  isSuitableForPeopleWithWalkingDisabilities: Boolean!
  isSuitableForPeopleWithSpeechDisabilities: Boolean!
  isSuitableForPeopleWithLowVision: Boolean!
  isSuitableForPeopleWithHearingWeakness: Boolean!
  contactPerson: String!
  contactPhoneNumber: String!
  startTime: String!
  endTime: String!
  maxNumberOfParticipants: Int!
  clientMutationId: String
}

type EventDetailsUpdatePayload {
  event: Event!
  clientMutationId: String
}

input EventRatingQuestionAnswerMutationInput {
  eventRatingQuestionAnswerId: String!
  answerValue: Int!
  clientMutationId: String
}

type EventRatingQuestionAnswerMutationPayload {
  eventRating: EventRating!
  eventRatingQuestionAnswer: EventRatingQuestionAnswer!
  clientMutationId: String
}

input EventFairCreateInput {
  addressId: String!
  name: String!
  isVisibleForUsersAt: DateTime!
  clientMutationId: String
}

type EventFairCreatePayload {
  eventFair: EventFair!
  clientMutationId: String
}

input EventFairDayCreateInput {
  eventFairId: String!
  startAt: DateTime!
  endAt: DateTime!
  clientMutationId: String
}

type EventFairDayCreatePayload {
  eventFairDay: EventFairDay!
  clientMutationId: String
}

input EventFairDayRemoveInput {
  eventFairDayId: String!
  clientMutationId: String
}

type EventFairDayRemovePayload {
  eventFair: EventFair!
  clientMutationId: String
}

input EventFairDayScheduleCreateInput {
  eventFairDayId: String!
  eventFairExhibitorId: String!
  intervalMinutes: Int!
  maxNumberOfParticipants: Int!
  customQuestions: [String!]
  clientMutationId: String
}

type EventFairDayScheduleCreatePayload {
  eventFairDay: EventFairDay!
  eventFairExhibitor: EventFairExhibitor!
  clientMutationId: String
}

input EventFairDescriptionInput {
  eventFairId: String!
  description: String
  clientMutationId: String
}

type EventFairDescriptionPayload {
  eventFair: EventFair!
  clientMutationId: String
}

input EventFairExhibitorBoothInformationInput {
  eventFairExhibitorId: String!
  boothInformation: String
  clientMutationId: String
}

type EventFairExhibitorBoothInformationPayload {
  eventFairExhibitor: EventFairExhibitor!
  clientMutationId: String
}

input EventFairExhibitorCreateInput {
  eventFairId: String!
  companyId: String!
  clientMutationId: String
}

type EventFairExhibitorCreatePayload {
  eventFairExhibitor: EventFairExhibitor!
  clientMutationId: String
}

input ContactRequestCreateByDistrictInput {
  districtId: String!
  name: String!
  accountType: String!
  email: String!
  message: String!
  clientMutationId: String
}

type ContactRequestCreateByDistrictPayload {
  result: Boolean!
  id: String!
  clientMutationId: String
}

input EventFairExhibitorRemoveInput {
  eventFairExhibitorId: String!
  clientMutationId: String
}

type EventFairExhibitorRemovePayload {
  eventFair: EventFair!
  clientMutationId: String
}

input EventFairIsVisibleForUsersAtInput {
  eventFairId: String!
  isVisibleForUsersAt: DateTime!
  clientMutationId: String
}

type EventFairIsVisibleForUsersAtPayload {
  eventFair: EventFair!
  clientMutationId: String
}

input EventFairTitleInput {
  eventFairId: String!
  title: String!
  clientMutationId: String
}

type EventFairTitlePayload {
  eventFair: EventFair!
  clientMutationId: String
}

input FeedbackCreateMutationInput {
  feedbackReasonId: String!
  name: String = "Anonymer Benutzer"
  email: String!
  message: String!
  districtId: String
  schoolId: String
  clientMutationId: String
}

type FeedbackCreateMutationPayload {
  feedback: Feedback!
  clientMutationId: String
}

type Feedback implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String
  email: String!
  message: String
  reason: FeedbackReason!
  user: User
  district: District
  school: School
}

input ReportCreateInput {
  entityToken: String!
  reason: String!
  message: String
  clientMutationId: String
}

type ReportCreatePayload {
  result: Boolean!
  clientMutationId: String
}

input FileDownloadTicketMutationInput {
  fileId: String!
  clientMutationId: String
}

type FileDownloadTicketMutationPayload {
  fileDownloadTicket: FileDownloadTicket!
  clientMutationId: String
}

type FileDownloadTicket implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  downloadLink: String!
  isExpired: Boolean!
  isViewerAllowedToDownloadFile: Boolean!
}

input ImageUploadByUnsplashInput {
  unsplashImageId: String!
  clientMutationId: String
}

type ImageUploadByUnsplashPayload {
  image: Image!
  clientMutationId: String
}

input ImageUploadInput {
  files: [String]
  clientMutationId: String
}

type ImageUploadPayload {
  image: Image!
  clientMutationId: String
}

input OccupationalExplorationChangeCoverInput {
  imageId: String!
  occupationalExplorationId: String!
  clientMutationId: String
}

type OccupationalExplorationChangeCoverPayload {
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input OccupationalExplorationCreateInput {
  schoolYearId: String!
  numberOfEventsParticipatedByStudent: Int!
  participationMustBeDifferentInOccupationalGroups: Boolean!
  days: [String!]
  companyStartAt: DateTime
  studentStartAt: DateTime
  clientMutationId: String
}

type OccupationalExplorationCreatePayload {
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input OccupationalExplorationDayCreateInput {
  occupationalExplorationId: String!
  day: String!
  schoolIds: [String!]
  clientMutationId: String
}

type OccupationalExplorationDayCreatePayload {
  occupationalExplorationDay: OccupationalExplorationDay!
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input OccupationalExplorationDayDeleteInput {
  occupationalExplorationDayId: String!
  clientMutationId: String
}

type OccupationalExplorationDayDeletePayload {
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input OccupationalExplorationDayEventCreateInput {
  explorationDays: [OccupationalExplorationDayEventCreateDayInput!]
  occupationalGroupId: String!
  addressId: String!
  description: String!
  processDescription: String!
  contactPerson: String!
  contactPhoneNumber: String!
  contactEmail: String!
  isSuitableForPeopleWithMentalDisabilities: Boolean!
  isSuitableForPeopleWithWalkingDisabilities: Boolean!
  isSuitableForPeopleWithSpeechDisabilities: Boolean!
  isSuitableForPeopleWithLowVision: Boolean!
  isSuitableForPeopleWithHearingWeakness: Boolean!
  customQuestions: [String!]
  imageId: String!
  title: String
  clientMutationId: String
}

input OccupationalExplorationDayEventCreateDayInput {
  id: String!
  startTime: String!
  endTime: String!
  participantCount: Int!
}

type OccupationalExplorationDayEventCreatePayload {
  events: [Event!]
  company: Company!
  viewer: Viewer!
  clientMutationId: String
}

input OccupationalExplorationDayUpdateInput {
  oldOccupationalExplorationDayId: String!
  newDay: String!
  schoolIds: [String!]
  clientMutationId: String
}

type OccupationalExplorationDayUpdatePayload {
  occupationalExplorationDay: OccupationalExplorationDay!
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input ViewerMarkNotificationsAsReadInput {
  markAsRead: Boolean
  clientMutationId: String
}

type ViewerMarkNotificationsAsReadPayload {
  viewer: Viewer!
  clientMutationId: String
}

input OccupationalExplorationDescriptionInput {
  description: String!
  occupationalExplorationId: String!
  clientMutationId: String
}

type OccupationalExplorationDescriptionPayload {
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input OccupationalExplorationNumberOfEventsParticipatedByStudentInput {
  numberOfEventsParticipatedByStudent: Int!
  occupationalExplorationId: String!
  clientMutationId: String
}

type OccupationalExplorationNumberOfEventsParticipatedByStudentPayload {
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input OccupationalExplorationParticipationMustBeDifferentInOccupationalGroupsInput {
  participationMustBeDifferentInOccupationalGroups: Boolean!
  occupationalExplorationId: String!
  clientMutationId: String
}

type OccupationalExplorationParticipationMustBeDifferentInOccupationalGroupsPayload {
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input OccupationalExplorationVisibleForCompaniesAtInput {
  isVisibleForCompaniesAt: DateTime!
  occupationalExplorationId: String!
  clientMutationId: String
}

type OccupationalExplorationVisibleForCompaniesAtPayload {
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input OccupationalExplorationVisibleForStudentsAtInput {
  isVisibleForStudentsAt: DateTime!
  occupationalExplorationId: String!
  clientMutationId: String
}

type OccupationalExplorationVisibleForStudentsAtPayload {
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input OccupationalTrainingCreateInput {
  professionalTrainingId: String!
  name: String!
  yearCount: Int!
  clientMutationId: String
}

type OccupationalTrainingCreatePayload {
  occupationalTraining: OccupationalTraining!
  clientMutationId: String
}

type OccupationalTraining implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  professionalTrainingId: String!
  ownerToken: String!
  ownerId: String!
  ownerType: String!
  years(after: String, first: Int): OccupationalTrainingConnection
  yearsCount: Int!
}

"A connection to a list of items."
type OccupationalTrainingConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [OccupationalTrainingEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type OccupationalTrainingEdge {
  "The item at the end of the edge."
  node: OccupationalTraining!

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

input ParenthoodCreateMutationInput {
  userId: String!
  email: String!
  firstName: String!
  lastName: String!
  clientMutationId: String
}

type ParenthoodCreateMutationPayload {
  parenthood: Parenthood!
  viewer: Viewer!
  user: User!
  clientMutationId: String
}

input ParenthoodIsChildAllowedToParticipateInInternshipsMutationInput {
  parenthoodId: String!
  userId: String
  isChildAllowedToParticipateInInternships: Boolean!
  comment: String
  clientMutationId: String
}

type ParenthoodIsChildAllowedToParticipateInInternshipsMutationPayload {
  parenthood: Parenthood!
  clientMutationId: String
}

input ParenthoodIsChildAllowedToParticipateInOccupationalExplorationEventsMutationInput {
  parenthoodId: String!
  userId: String
  isChildAllowedToParticipateInOccupationalExplorationEvents: Boolean!
  comment: String
  clientMutationId: String
}

type ParenthoodIsChildAllowedToParticipateInOccupationalExplorationEventsMutationPayload {
  parenthood: Parenthood!
  clientMutationId: String
}

input ParenthoodIsVisibleForCompaniesMutationInput {
  parenthoodId: String!
  userId: String
  isVisibleForCompanies: Boolean!
  comment: String
  clientMutationId: String
}

type ParenthoodIsVisibleForCompaniesMutationPayload {
  parenthood: Parenthood!
  clientMutationId: String
}

input ParenthoodRemoveMutationInput {
  parenthoodId: String!
  clientMutationId: String
}

type ParenthoodRemoveMutationPayload {
  viewer: Viewer!
  user: User!
  clientMutationId: String
}

input ParenthoodRequestGDPRExportMutationInput {
  parenthoodId: String!
  clientMutationId: String
}

type ParenthoodRequestGDPRExportMutationPayload {
  parenthood: Parenthood!
  gdprExport: GDPRExport!
  clientMutationId: String
}

input ViewerQuestionAnswerInput {
  id: String!
  answer: Int!
  clientMutationId: String
}

type ViewerQuestionAnswerPayload {
  nextMainQuestion: Question
  nextQuestionForCategory: Question
  category: QuestionCategory!
  question: Question!
  viewer: Viewer!
  clientMutationId: String
}

input SchoolAddressInput {
  schoolId: String!
  addressId: String!
  clientMutationId: String
}

type SchoolAddressPayload {
  school: School!
  clientMutationId: String
}

input SchoolChangeAvatarInput {
  imageId: String!
  schoolId: String!
  clientMutationId: String
}

type SchoolChangeAvatarPayload {
  school: School!
  clientMutationId: String
}

input SchoolContactEmailInput {
  schoolId: String!
  contactEmail: String
  clientMutationId: String
}

type SchoolContactEmailPayload {
  school: School!
  clientMutationId: String
}

input SchoolCoverInput {
  schoolId: String!
  imageId: String!
  clientMutationId: String
}

type SchoolCoverPayload {
  school: School!
  clientMutationId: String
}

input SchoolCreateInput {
  districtId: String!
  googlePlaceId: String!
  schoolTypeId: String!
  clientMutationId: String
}

type SchoolCreatePayload {
  school: School!
  clientMutationId: String
}

input SchoolDescriptionInput {
  schoolId: String!
  description: String
  clientMutationId: String
}

type SchoolDescriptionPayload {
  school: School!
  clientMutationId: String
}

input SchoolFacilityAddInput {
  schoolFacilityId: String!
  schoolId: String!
  clientMutationId: String
}

type SchoolFacilityAddPayload {
  school: School!
  clientMutationId: String
}

input SchoolFacilityRemoveInput {
  schoolFacilityId: String!
  schoolId: String!
  clientMutationId: String
}

type SchoolFacilityRemovePayload {
  school: School!
  clientMutationId: String
}

input SchoolFacilityStoryInput {
  schoolFacilityId: String!
  schoolId: String!
  storyId: String!
  clientMutationId: String
}

type SchoolFacilityStoryPayload {
  school: School!
  clientMutationId: String
}

input SchoolFoundingYearInput {
  schoolId: String!
  foundingYear: Int
  clientMutationId: String
}

type SchoolFoundingYearPayload {
  school: School!
  clientMutationId: String
}

input SchoolHasBoardingCompletedInput {
  hasBoardingCompleted: Boolean!
  schoolId: String!
  clientMutationId: String
}

type SchoolHasBoardingCompletedPayload {
  school: School!
  clientMutationId: String
}

input SchoolManagerInviteInput {
  schoolId: String!
  email: String!
  clientMutationId: String
}

type SchoolManagerInvitePayload {
  invitation: Invitation!
  school: School!
  clientMutationId: String
}

input SchoolManagerRemoveInput {
  userId: String!
  schoolId: String!
  clientMutationId: String
}

type SchoolManagerRemovePayload {
  school: School!
  user: User!
  clientMutationId: String
}

input SchoolNameInput {
  schoolId: String!
  name: String
  clientMutationId: String
}

type SchoolNamePayload {
  school: School!
  clientMutationId: String
}

input SchoolPhoneNumberInput {
  schoolId: String!
  phoneNumber: String
  clientMutationId: String
}

type SchoolPhoneNumberPayload {
  school: School!
  clientMutationId: String
}

input SchoolSloganInput {
  schoolId: String!
  slogan: String
  clientMutationId: String
}

type SchoolSloganPayload {
  school: School!
  clientMutationId: String
}

input SchoolClassCreateInput {
  schoolId: String!
  schoolYearGroupId: String!
  name: String!
  primaryManagerUserId: String
  isQualifiedForOccupationalExploration: Boolean
  clientMutationId: String
}

type SchoolClassCreatePayload {
  schoolClass: SchoolClass!
  clientMutationId: String
}

input SchoolWebsiteInput {
  schoolId: String!
  website: String
  clientMutationId: String
}

type SchoolWebsitePayload {
  school: School!
  clientMutationId: String
}

input SchoolClassIsQualifiedForOccupationalExplorationInput {
  schoolClassId: String!
  isQualifiedForOccupationalExploration: Boolean!
  clientMutationId: String
}

type SchoolClassIsQualifiedForOccupationalExplorationPayload {
  schoolClass: SchoolClass!
  clientMutationId: String
}

input ContactRequestCreateByViewerInput {
  message: String!
  clientMutationId: String
}

type ContactRequestCreateByViewerPayload {
  result: Boolean!
  id: String!
  clientMutationId: String
}

input SchoolClassManagerAddInput {
  schoolClassId: String!
  userId: String!
  clientMutationId: String
}

type SchoolClassManagerAddPayload {
  schoolClass: SchoolClass!
  viewer: Viewer!
  clientMutationId: String
}

input SchoolClassManagerRemoveInput {
  schoolClassId: String!
  userId: String!
  clientMutationId: String
}

type SchoolClassManagerRemovePayload {
  schoolClass: SchoolClass!
  clientMutationId: String
}

input SchoolClassNameInput {
  schoolClassId: String!
  name: String!
  clientMutationId: String
}

type SchoolClassNamePayload {
  schoolClass: SchoolClass!
  clientMutationId: String
}

input SchoolClassUpdateAllInput {
  schoolClassId: String!
  schoolYearGroupId: String!
  name: String!
  schoolClassManagerUserIds: [String!]!
  clientMutationId: String
}

type SchoolClassUpdateAllPayload {
  schoolClass: SchoolClass!
  clientMutationId: String
}

input SchoolClassYearGroupInput {
  schoolClassId: String!
  yearGroupId: String!
  clientMutationId: String
}

type SchoolClassYearGroupPayload {
  schoolClass: SchoolClass!
  clientMutationId: String
}

input StudentInvitationInput {
  schoolClassId: String!
  email: String!
  clientMutationId: String
}

type StudentInvitationPayload {
  invitation: Invitation!
  schoolClass: SchoolClass!
  clientMutationId: String
}

input StudentJoinSchoolClassInput {
  invitationId: String!
  clientMutationId: String
}

type StudentJoinSchoolClassPayload {
  viewer: Viewer!
  clientMutationId: String
}

input StoryCreateDraftInput {
  imageId: String!
  context: StoryContextEnum!
  clientMutationId: String
}

type StoryCreateDraftPayload {
  story: Story!
  clientMutationId: String
}

input StudentLeaveSchoolClassInput {
  schoolClassId: String!
  userId: String!
  clientMutationId: String
}

type StudentLeaveSchoolClassPayload {
  schoolClass: SchoolClass!
  viewer: Viewer!
  clientMutationId: String
}

input StoryCreateFeedItemInput {
  storyId: String!
  clientMutationId: String
}

type StoryCreateFeedItemPayload {
  activityId: String!
  clientMutationId: String
}

input StoryItemImageInput {
  storyId: String!
  storyItemId: String!
  imageId: String!
  clientMutationId: String
}

type StoryItemImagePayload {
  storyItem: StoryItem!
  clientMutationId: String
}

input StoryItemTextInput {
  storyId: String!
  storyItemId: String!
  text: String!
  clientMutationId: String
}

type StoryItemTextPayload {
  storyItem: StoryItem!
  clientMutationId: String
}

input StoryTitleUpdateInput {
  storyId: String!
  title: String!
  clientMutationId: String
}

type StoryTitleUpdatePayload {
  story: Story!
  clientMutationId: String
}

input SystemImportThemeInput {
  result: String
  clientMutationId: String
}

type SystemImportThemePayload {
  system: System!
  clientMutationId: String
}

input UserCreateInput {
  districtId: String!
  invitationId: String
  firstName: String!
  lastName: String!
  email: String!
  password: String!
  clientMutationId: String
}

type UserCreatePayload {
  authToken: String!
  viewer: Viewer!
  clientMutationId: String
}

input UserResetPasswordInput {
  email: String!
  clientMutationId: String
}

type UserResetPasswordPayload {
  result: Boolean!
  clientMutationId: String
}

input UserResetPasswordSubmitInput {
  token: String!
  newPassword: String!
  clientMutationId: String
}

type UserResetPasswordSubmitPayload {
  result: Boolean!
  clientMutationId: String
}

input ViewerArchiveInput {
  password: String!
  clientMutationId: String
}

type ViewerArchivePayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerBillingInformationInput {
  billingAddressId: String
  billingEmail: String
  clientMutationId: String
}

type ViewerBillingInformationPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerBirthdayInput {
  birthday: Date!
  clientMutationId: String
}

scalar Date

type ViewerBirthdayPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerCancelSubscriptionInput {
  subscriptionId: String!
  clientMutationId: String
}

type ViewerCancelSubscriptionPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerChangeAvatarInput {
  imageId: String!
  clientMutationId: String
}

type ViewerChangeAvatarPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerAddOccupationalGroupInterestsInput {
  occupationalGroupIds: [String!]
  clientMutationId: String
}

type ViewerAddOccupationalGroupInterestsPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerChangeEmailInput {
  newEmail: String!
  clientMutationId: String
}

type ViewerChangeEmailPayload {
  authToken: String!
  viewer: Viewer!
  clientMutationId: String
}

input ViewerAddFavoriteSchoolSubjectsInput {
  schoolSubjectIds: [String!]
  clientMutationId: String
}

type ViewerAddFavoriteSchoolSubjectsPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerChangeGenderInput {
  gender: GenderEnum!
  clientMutationId: String
}

type ViewerChangeGenderPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerChangeNameInput {
  firstName: String!
  lastName: String!
  clientMutationId: String
}

type ViewerChangeNamePayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerChangePasswordInput {
  oldPassword: String!
  newPassword: String!
  clientMutationId: String
}

type ViewerChangePasswordPayload {
  result: Boolean!
  reason: PasswordChangeReasonEnum!
  clientMutationId: String
}

enum PasswordChangeReasonEnum {
  access_denied
  invalid_password
  email_address_needs_confirmation
  success
}

input ViewerContinueSubscriptionInput {
  subscriptionId: String!
  clientMutationId: String
}

type ViewerContinueSubscriptionPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerExpoPushTokenInput {
  districtId: String!
  expoToken: String!
  permissionStatus: String!
  clientMutationId: String
}

type ViewerExpoPushTokenPayload {
  expoPushToken: ExpoPushToken!
  clientMutationId: String
}

type ExpoPushToken implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  token: String!
}

input ViewerGDPRExportInput {
  sendEmail: Boolean
  clientMutationId: String
}

type ViewerGDPRExportPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerRemoveFavoriteSchoolSubjectsInput {
  schoolSubjectIds: [String!]
  clientMutationId: String
}

type ViewerRemoveFavoriteSchoolSubjectsPayload {
  viewer: Viewer!
  clientMutationId: String
}

input DeleteInternshipMutationInput {
  schoolClassInternshipId: String!
  clientMutationId: String
}

type DeleteInternshipMutationPayload {
  schoolClass: SchoolClass!
  clientMutationId: String
}

input ViewerGrantCompanyProfileReadPermissionsMutationInput {
  companyId: String!
  name: Boolean!
  avatar: Boolean!
  birthday: Boolean!
  schoolGraduation: Boolean = true
  gender: Boolean!
  clientMutationId: String
}

type ViewerGrantCompanyProfileReadPermissionsMutationPayload {
  company: Company!
  viewer: Viewer!
  clientMutationId: String
}

input ViewerHasBoardingCompletedInput {
  hasBoardingCompleted: Boolean!
  clientMutationId: String
}

type ViewerHasBoardingCompletedPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerAddLanguageInput {
  languageId: String!
  percent: Int!
  clientMutationId: String
}

type ViewerAddLanguagePayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerAddOccupationalFieldInterestsInput {
  occupationalFieldIds: [String!]
  clientMutationId: String
}

type ViewerAddOccupationalFieldInterestsPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerHometownInput {
  googlePlaceId: String!
  clientMutationId: String
}

type ViewerHometownPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerIsAvailableForInternshipMutationInput {
  isAvailableForInternship: Boolean!
  clientMutationId: String
}

type ViewerIsAvailableForInternshipMutationPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerIsAvailableForTrainingMutationInput {
  isAvailableForTraining: Boolean!
  clientMutationId: String
}

type ViewerIsAvailableForTrainingMutationPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerMembershipInput {
  membershipId: String!
  paymentInterval: PaymentIntervalEnum!
  clientMutationId: String
}

type ViewerMembershipPayload {
  viewer: Viewer!
  subscription: Subscription!
  clientMutationId: String
}

input ViewerNotificationSettingsInput {
  isEmailNotificationEnabled: Boolean
  isMobileNotificationEnabled: Boolean
  clientMutationId: String
}

type ViewerNotificationSettingsPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerRemoveLanguageInput {
  languageId: String!
  clientMutationId: String
}

type ViewerRemoveLanguagePayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerRemoveOccupationalFieldInterestsInput {
  occupationalFieldIds: [String!]
  clientMutationId: String
}

type ViewerRemoveOccupationalFieldInterestsPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerRemoveOccupationalGroupInterestsInput {
  occupationalGroupIds: [String!]
  clientMutationId: String
}

type ViewerRemoveOccupationalGroupInterestsPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerPaymentMethodInput {
  stripePaymentMethodId: String
  clientMutationId: String
}

type ViewerPaymentMethodPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerAddProfessionalTrainingsInput {
  professionalTrainingIds: [String!]
  section: ProfessionalTrainingSectionEnum!
  clientMutationId: String
}

enum ProfessionalTrainingSectionEnum {
  completed
  interests
  internships
}

type ViewerAddProfessionalTrainingsPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerRemoveProfessionalTrainingsInput {
  professionalTrainingIds: [String!]
  section: ProfessionalTrainingSectionEnum!
  clientMutationId: String
}

type ViewerRemoveProfessionalTrainingsPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerResendConfirmationEmailInput {
  resendConfirmationEmail: Boolean!
  clientMutationId: String
}

type ViewerResendConfirmationEmailPayload {
  result: Boolean!
  clientMutationId: String
}

input ViewerSchoolGraduationInput {
  schoolGraduationId: String!
  clientMutationId: String
}

type ViewerSchoolGraduationPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerVisitMutationInput {
  targetToken: String!
  clientMutationId: String
}

type ViewerVisitMutationPayload {
  result: Boolean!
  viewer: Viewer!
  clientMutationId: String
}

input CreateInternshipMutationInput {
  schoolClassId: String!
  rrule: String!
  visibleForStudentsAt: DateTime!
  description: String
  clientMutationId: String
}

type CreateInternshipMutationPayload {
  internship: Internship!
  clientMutationId: String
}

Schema: guest

schema {
  query: Query
  mutation: Mutation
}

"The beAzubi GraphQL Query Interface"
type Query {
  admin: Admin
  system: System
  search: Search
  validation: Validation
  invitation(
    "code of the invitation"
    code: String!

    "Deprecated Field"
    districtId: String
  ): Invitation

  "Authorization required"
  occupationalExploration(
    "id of the occupationalExploration"
    id: String!
  ): OccupationalExploration

  "Authorization required"
  occupationalExplorationDay(
    "id of the occupationalExplorationDay"
    id: String!
  ): OccupationalExplorationDay

  "Authorization required"
  company(
    "id of the company"
    id: String!
  ): Company

  "Authorization required"
  question(
    "id of the question"
    id: String!
  ): Question

  "Authorization required"
  story(
    "id of the story"
    id: String!
  ): Story

  school(
    "id of the school"
    id: String!
  ): School

  "Authorization required"
  schoolClass(
    "id of the schoolClass"
    id: String!
  ): SchoolClass

  "Authorization required"
  viewer: Viewer

  "Authorization required"
  managedResource: ManagedResource

  user(
    "id of the user"
    id: String!
  ): User
  event(
    "id of the event"
    id: String!
  ): Event
  eventRating(
    "id of the eventRating"
    id: String!
  ): EventRating
  eventFair(
    "id of the eventFair"
    id: String!
  ): EventFair
  eventFairDay(
    "id of the eventFairDay"
    id: String!
  ): EventFairDay
  eventFairExhibitor(
    "id of the eventFairExhibitor"
    id: String!
  ): EventFairExhibitor
  googlePlace(
    "placeId"
    id: String!
  ): GooglePlace
  district(url: String, slug: String, id: String): District
  country(code: String, id: String): Country
  city(id: String): City
  countryAdministration(url: String, slug: String, id: String): CountryAdministration
  parenthood(id: String!): Parenthood
  achievement(id: String!): Achievement
  apiKey(id: String!): ApiKey
  internship(id: String!): Internship
  request(id: String!): Request
  booking(id: String!): Booking
}

type Admin {
  hasPermission: Boolean!
  users(after: String, first: Int, query: String = "", accountTypes: [AccountTypeEnum!] = []): UserConnection
  districts(after: String, first: Int, query: String = ""): DistrictConnection
  associations(after: String, first: Int, query: String = ""): AssociationConnection
  schools(after: String, first: Int, query: String = ""): SchoolConnection
  companies(after: String, first: Int, query: String = ""): CompanyConnection
}

enum AccountTypeEnum {
  SYSTEM_MANAGER
  COMPANY_MANAGER
  DISTRICT_MANAGER
  SCHOOL_MANAGER
  STUDENT
  USER
}

"A connection to a list of items."
type UserConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [UserEdge]

  "TotalCount to aid in pagination."
  totalCount: 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
}

"An edge in a connection."
type UserEdge {
  "The item at the end of the edge."
  node: User!

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

type User implements EntityInterface & SearchResultInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  score: Float!
  shortId: String!
  name: String!
  viewerPrivacyPermission: UserPrivacyPermissionStatus!
  email: String
  initials: String!
  avatar: Image!
  gender: GenderEnum
  age: Int
  accountType: String!
  hometown: String
  district: District
  company: Company
  school: School
  schoolClass: SchoolClass
  schoolGraduation: SchoolGraduation
  favoriteSchoolSubjects: [SchoolSubject!]
  professionalTrainings: [ProfessionalTraining!]
  hasProfessionalTrainings: Boolean!
  professionalTrainingInterests: [ProfessionalTraining!]
  professionalTrainingInternships: [ProfessionalTraining!]
  hasProfessionalTrainingInternships: Boolean!
  occupationalFieldInterests: [OccupationalField!]
  occupationalGroupInterests: [OccupationalGroup!]
  questionSection(id: String!): QuestionSection
  questionSections(after: String, first: Int): QuestionSectionConnection
  isViewerFollowing: Boolean!
  languages: [UserLanguage!]
  isCompanyOwner: Boolean!
  isDistrictOwner: Boolean!
  isSchoolOwner: Boolean!
  isCompanyManager: Boolean!
  isDistrictManager: Boolean!
  isSchoolManager: Boolean!
  isAdmin: Boolean!
  profileCompletenessInPercent(section: UserProfileCompletenessEnum): Int!
  distanceToViewer: Float!
  traits(after: String, first: Int): UserTraitConnection
  viewerHasViewedProfileAt: DateTime
  eventParticipantForOccupationalExplorationDay(occupationalExplorationDayId: String!): EventParticipant
  parenthoods(after: String, first: Int, isActive: Boolean = null): ParenthoodConnection
  isParenthoodRequired: Boolean!
  hasActiveParenthood: Boolean!
  isVisibleForCompanies: Boolean!
  isAllowedToParticipateInOccupationalExplorationEvents: Boolean!
  isAllowedToParticipateInInternships: Boolean!
  isAvailableForTraining: Boolean!
  isAvailableForInternship: Boolean!
  achievements(after: String, first: Int): AchievementConnection
  internshipBookings(after: String, first: Int, before: String, last: Int): BookingConnection
  internshipRequests(after: String, first: Int, before: String, last: Int): RequestConnection
}

interface EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
}

scalar DateTime

interface SearchResultInterface {
  score: Float!
}

type UserPrivacyPermissionStatus {
  avatar: Boolean!
  name: Boolean!
  gender: Boolean!
  birthday: Boolean!
  schoolGraduation: Boolean!
}

type Image implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  url(width: Int = 500, height: Int = 500, quality: Int = 87): String!
  context: String!
  isDefaultImage: Boolean!
  unsplashImageId: String
  credits: String
}

enum GenderEnum {
  male
  female
  xyz
}

type District implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  productName: String!
  address: Address!
  slogan: String
  slug: String!
  isAllowedToCreateOccupationalExploration: Boolean!
  isViewerDistrictManager: Boolean!
  avatar: Image!
  cover: Image!
  description: String
  companyCount(period: PeriodEnum): Int!
  companyInDistrictCount: Int!
  activeStudentsCount(period: PeriodEnum): Int!
  activeUsersCount(period: PeriodEnum): Int!
  schoolCount: Int!
  schoolManagerCount: Int!
  schoolClassCount: Int!
  managers: [DistrictManager!]
  managerInvitations: [Invitation!]
  website: String
  phoneNumber: String
  contactEmail: String
  theme(variant: ThemeVariantEnum!): Theme!
  hasBoardingCompleted: Boolean!
  companies(after: String, first: Int, status: DistrictCompanyStatusEnum = default, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC, distance: Int, companyIndustryIds: [String!] = [], companySizeIds: [String!] = [], companyPropertyIds: [String!] = [], companyTypeIds: [String!] = []): CompanyConnection
  schools(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): SchoolConnection
  users(after: String, first: Int, query: String = null, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): UserConnection
  occupationalExplorations(after: String, first: Int): OccupationalExplorationConnection
  schoolClassInternships(after: String, first: Int): SchoolClassInternshipConnection
  schoolClassInternshipsForSchoolYear(after: String, first: Int, schoolYearId: String): SchoolClassInternshipConnection
}

type Address implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String
  street: String
  streetNumber: String
  additional: String
  postalCode: String
  city: String
  state: String
  country: Country!
  latitude: String
  longitude: String
  addressLine1: String!
  addressLine2: String
}

type Country implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  code: String!
  countryAdministrations: [CountryAdministration!]
}

type CountryAdministration implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  productName: String!
  slogan: String
  slug: String!
  token: String!
  theme: Theme!
  districts: [District!]
  districtCount: Int!
}

type Theme {
  id: String!
  name: String!
  isDefault: Boolean!
  colors: [Color!]
  graphics: [ThemeGraphic!]
}

type Color {
  key: String!
  value: String!
}

type ThemeGraphic {
  fileName: String!
  publicUrl: String!
  mimeType: String!
  fileSize: Int!
}

enum PeriodEnum {
  this_week
  last_week
  this_month
  last_month
  all_time
}

type DistrictManager implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  user: User!
  isOwner: Boolean!
  isViewer: Boolean!
}

type Invitation implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  district: District!
  isExpired: Boolean!
  code: String!
  url: String!
  accountType: String!
  invitationTarget: InvitationTarget!
  isRestrictedToEmailDomain: Boolean!
  isRestrictedToEmailAddress: Boolean!
  email: String
  emailDomain: String
  pdfPublicUrl: String
  qrCodeUrl(size: Int = 320): String!
  qrCode(size: Int = 320): QrCode!
}

type InvitationTarget implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  type: String!
  name: String!
  parentName: String!
}

type QrCode {
  base64Image: String!
}

enum ThemeVariantEnum {
  light
  dark
}

enum DistrictCompanyStatusEnum {
  default
  pending
  accepted
  denied
}

enum DistrictSortFieldEnum {
  name
  distance
  createdAt
}

enum SortDirectionEnum {
  ASC
  DESC
}

"A connection to a list of items."
type CompanyConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [CompanyEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type CompanyEdge {
  "The item at the end of the edge."
  node: Company!

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

type Company implements EntityInterface & VerifiableInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  isVerified: Boolean!
  verifiedAt: DateTime
  isVerificationProcessStarted: Boolean!
  verificationRetryCount: Int!
  verificationRetryCountLimit: Int!
  name: String!
  isCompanyPlus: Boolean!
  address: Address!
  avatar: Image!
  cover: Image!
  website: String
  phoneNumber: String
  contactEmail: String
  description: String
  slogan: String
  foundingYear: Int
  type: CompanyType
  size: CompanySize
  industry: CompanyIndustry
  properties: [CompanyProperty!]
  images(after: String, first: Int): CompanyImageConnection
  hasBoardingCompleted: Boolean!
  isViewerFollowing: Boolean!
  profileCompletenessInPercent: Int!
  distanceToViewer: Float!
  isViewerCompanyManager: Boolean!
  isViewerCompanyOwner: Boolean!
  managers: [CompanyManager!] @deprecated(reason: "Moved to ManagedResource")
  managerInvitations: [Invitation!] @deprecated(reason: "Moved to ManagedResource")
  viewerPrivacyPermissionStatus: UserPrivacyPermissionStatus!
  socialMediaLinkedInUrl: String
  socialMediaFacebookUrl: String
  socialMediaXingUrl: String
  socialMediaYoutubeUrl: String
  socialMediaInstagramUrl: String
  socialMediaTwitterUrl: String
  activities(after: String, first: Int): ActivityConnection
  availableOccupationalExplorationsForSchoolYear(after: String, first: Int, schoolYearId: String): OccupationalExplorationConnection
  isMemberOfKlischeefrei: Boolean!
  city: City
  upcomingEventFairExhibitions(after: String, first: Int): EventFairConnection
  historicEventFairExhibitions(after: String, first: Int): EventFairConnection
  trainings(after: String, first: Int): CompanyTrainingConnection
  isInternshipRequestAllowed: Boolean!
  internshipStatus: CompanyInternshipStatus
}

interface VerifiableInterface {
  isVerified: Boolean!
  verifiedAt: DateTime
  isVerificationProcessStarted: Boolean!
  verificationRetryCount: Int!
  verificationRetryCountLimit: Int!
}

type CompanyType implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
}

type CompanySize implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  token: String!
  size: Int!
  membership: Membership!
}

type Membership implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  type: MembershipTypeEnum!
  token: String!
  subscriptionPrice: SubscriptionPrice!
}

enum MembershipTypeEnum {
  district
  company
  school
  user
}

type SubscriptionPrice {
  priceAnnualTotal: Money!
  priceAnnualPerMonth: Money!
  priceMonthly: Money!
  taxRate: TaxRate!
}

type Money {
  currency: String!
  currencySymbol: String!
  formattedValueWithCurrencySign: String!
  formattedValue: String!
}

type TaxRate {
  name: String!
  percentage: Float!
  country: Country!
}

type CompanyIndustry implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  companyCount: Int!
}

type CompanyProperty implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  companyBenefit(companyId: String!): CompanyBenefit
}

type CompanyBenefit implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  company: Company!
  companyProperty: CompanyProperty!
  story: Story!
}

type Story implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  isReadyToPublish: Boolean!
  owner: Actor!
  status: StoryStatusEnum!
  context: StoryContextEnum!
  image: Image!
  title: String
  text: String
  primaryItem: StoryItem
  item(id: String!): StoryItem
  items(after: String, first: Int): StoryItemConnection
}

type Actor implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  avatar: Image!
  accountType: String!
}

enum StoryStatusEnum {
  DRAFT
  ACTIVE
  DELETED
}

enum StoryContextEnum {
  ACTIVITY
  JOB_DESCRIPTION
  COMPANY_BENEFIT
  SCHOOL_FACILITY
}

type StoryItem implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  story: Story!
  type: StoryItemTypeEnum!
  position: Int!
  image: Image
  text: String
}

enum StoryItemTypeEnum {
  IMAGE
  IMAGE_TEXT
  VIDEO
  LINK
  TEXT
}

"A connection to a list of items."
type StoryItemConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [StoryItemEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type StoryItemEdge {
  "The item at the end of the edge."
  node: StoryItem!

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

"A connection to a list of items."
type CompanyImageConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [CompanyImageEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type CompanyImageEdge {
  "The item at the end of the edge."
  node: CompanyImage!

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

type CompanyImage implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  image: Image!
  position: Int!
  description: String
}

type CompanyManager implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  user: User!
  isOwner: Boolean!
  isViewer: Boolean!
}

"A connection to a list of items."
type ActivityConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [ActivityEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type ActivityEdge {
  "The item at the end of the edge."
  node: Activity!

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

type Activity implements EntityInterface & ActivityInterface {
  id: ID!
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  actor: Actor!
  activityId: String!
  content: FeedItemContent!
}

interface ActivityInterface {
  id: ID!
  createdAt: DateTime!
  actor: Actor!
  activityId: String!
  deepLink: String
  content: FeedItemContent!
}

type FeedItemContent implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  image: Image!
  title: String
  text: String
}

"A connection to a list of items."
type OccupationalExplorationConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [OccupationalExplorationEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type OccupationalExplorationEdge {
  "The item at the end of the edge."
  node: OccupationalExploration!

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

type OccupationalExploration implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  district: District!
  cover: Image!
  description: String
  numberOfEventsParticipatedByStudent: Int!
  studentCount: Int!
  participationMustBeDifferentInOccupationalGroups: Boolean!
  schoolYear: SchoolYear!
  days: [OccupationalExplorationDay!]
  dayCount: Int!
  day(dayId: String!): OccupationalExplorationDay
  maxNumberOfParticipants: Int!
  participantCount: Int!
  participatingCompaniesCount: Int!
  participatingCompanies: [Company!]
  qualifiedSchoolClasses: [SchoolClass!]
  qualifiedSchoolClassesCount: Int!
  occupationalGroups: [OccupationalGroup!]
  eventCount: Int!
  isVisibleForStudentsAt: DateTime!
  isVisibleForCompaniesAt: DateTime!
  eventsByCompany(after: String, first: Int, companyId: String!): EventConnection
  eventStatistic: EventStatistic
}

type SchoolYear implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  startAt: DateTime!
  endAt: DateTime!
  isActive: Boolean!
}

type OccupationalExplorationDay implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  occupationalExploration: OccupationalExploration!
  date: DateTime!
  maxNumberOfParticipants: Int!
  participantCount(schoolClassId: String): Int!
  participatingCompaniesCount: Int!
  participatingCompanies: [Company!]
  countAvailablePlaces: Int!
  occupationalGroups: [OccupationalGroup!]
  isDeletable: Boolean!
  schools: [School!]
  qualifiedSchoolClasses: [SchoolClass!]
  qualifiedSchoolClassesCount: Int!
  events: [Event!]
  eventCount: Int!
  eventsAvailableForViewer(after: String, first: Int): EventConnection
  eventParticipantForViewer: EventParticipant
}

type OccupationalGroup implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  token: String!
  name: String!
  occupationalExplorationEventCount: Int!
  occupationalExplorationMaxNumberOfParticipantsCount: Int!
  occupationalExplorationParticipantCount: Int!
}

type School implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  avatar: Image!
  district: District!
  type: SchoolType!
  hasBoardingCompleted: Boolean!
  schoolClasses(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = DESC): SchoolClassConnection
  address: Address!
  cover: Image
  website: String
  phoneNumber: String
  contactEmail: String
  description: String
  slogan: String
  foundingYear: Int
  studentCount: Int!
  schoolManagerCount: Int!
  schoolClassCount: Int!
  isViewerSchoolManager: Boolean!
  isViewerSchoolOwner: Boolean!
  managers: [SchoolManager!]
  managerInvitations: [Invitation!]
  facilities: [SchoolFacility!]
  yearGroups: [SchoolClassYearGroup!]
  occupationalExplorationDaysForSchoolYear(after: String, first: Int, schoolYearId: String): OccupationalExplorationDayConnection
  schoolClassInternships(after: String, first: Int): SchoolClassInternshipConnection
  schoolClassInternshipsForSchoolYear(after: String, first: Int, schoolYearId: String): SchoolClassInternshipConnection
}

type SchoolType implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  token: String!
}

"A connection to a list of items."
type SchoolClassConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SchoolClassEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SchoolClassEdge {
  "The item at the end of the edge."
  node: SchoolClass!

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

type SchoolClass implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  type: SchoolClassTypeEnum!
  school: School!
  avatar: Image!
  studentCount(filter: SchoolClassStudentFilterEnum! = ALL): Int!
  activeSchoolYear: SchoolYear!
  yearGroup: SchoolClassYearGroup!
  occupationalExplorationDaysForActiveSchoolYear: [OccupationalExplorationDay!]
  occupationalExplorationDayForActiveSchoolYear(id: String!): OccupationalExplorationDay
  primaryManager: User
  managers(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = DESC): UserConnection
  primaryInvitation: Invitation!
  studentInvitations: [Invitation!]
  isQualifiedForOccupationalExploration: Boolean!
  students(after: String, first: Int, filter: SchoolClassStudentFilterEnum = COMPLETE, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = DESC): UserConnection
  occupationalExplorationAchievementCollections(after: String, first: Int): OccupationalExplorationSchoolClassAchievementCollectionConnection
  isDeletable: Boolean!
  isGraduatingClass: Boolean!
  internships(after: String, first: Int): SchoolClassInternshipConnection
  internshipsForSchoolYear(after: String, first: Int, schoolYearId: String): SchoolClassInternshipConnection
}

enum SchoolClassTypeEnum {
  SECONDARY_SEK1
  SECONDARY_SEK2
}

enum SchoolClassStudentFilterEnum {
  COMPLETE
  INCOMPLETE
  ALL
}

type SchoolClassYearGroup implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  groupNumber: Int!
  isQualifiedForOccupationalExploration: Boolean!
  schoolClasses(schoolId: String!): [SchoolClass!]
  isGraduatingSchoolYear: Boolean!
}

"A connection to a list of items."
type OccupationalExplorationSchoolClassAchievementCollectionConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [OccupationalExplorationSchoolClassAchievementCollectionEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type OccupationalExplorationSchoolClassAchievementCollectionEdge {
  "The item at the end of the edge."
  node: OccupationalExplorationSchoolClassAchievementCollection!

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

type OccupationalExplorationSchoolClassAchievementCollection implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  fileCount: Int!
  zipFile: File!
  isViewerAllowedToDownloadZipFile: Boolean!
}

type File implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  mimeType: String!
  isViewerAllowedToDownloadFile: Boolean!
}

"A connection to a list of items."
type SchoolClassInternshipConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SchoolClassInternshipEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SchoolClassInternshipEdge {
  "The item at the end of the edge."
  node: Internship!

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

type Internship {
  id: String!
  schoolClass: SchoolClass!
  schoolYear: SchoolYear!
  startAt: DateTime!
  rrule: String!
  endAt: DateTime!
  interval: Interval!
  isOver: Boolean!
  visibleForStudentsAt: DateTime!
  isVisibleForStudents: Boolean!
  isActive: Boolean!
  isDeletable: Boolean!
  description: String
  internshipSuggestions(searchQuery: String, professionalCategoryIds: [String!], distance: DistanceEnum = DISTANCE_50): InternshipSuggestions
  activeViewerInternshipRequest: Request
  requests(after: String, first: Int): RequestConnection
}

type Interval {
  startDate: DateTime!
  endDate: DateTime!
  dates: [DateTime!]
  rrule: String!
  weekdays: [String!]
}

enum DistanceEnum {
  DISTANCE_10
  DISTANCE_25
  DISTANCE_50
  DISTANCE_100
  DISTANCE_250
  DISTANCE_500
}

type InternshipSuggestions {
  id: ID
  companies(after: String, first: Int): CompanyConnection
  companyTrainings(after: String, first: Int): CompanyTrainingConnection
}

"A connection to a list of items."
type CompanyTrainingConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [CompanyTrainingEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type CompanyTrainingEdge {
  "The item at the end of the edge."
  node: CompanyTraining!

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

type CompanyTraining implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  company: Company!
  professionalTraining: ProfessionalTraining!
  isInternshipRequestAllowed: Boolean!
  isDeletable: Boolean!
}

type ProfessionalTraining implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  token: String!
  name: String!
  type: ProfessionalTrainingType!
  category: ProfessionalTrainingCategory!
  categories: [ProfessionalTrainingCategory!]
  isForPeopleWithDisabilities: Boolean!
}

type ProfessionalTrainingType implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  token: String!
  name: String!
}

type ProfessionalTrainingCategory implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  token: String!
  name: String!
  isParent: Boolean!
  isChild: Boolean!
  parent: ProfessionalTrainingCategory
  children(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): ProfessionalTrainingCategoryConnection
  professionalTrainings(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): ProfessionalTrainingConnection
}

"A connection to a list of items."
type ProfessionalTrainingCategoryConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [ProfessionalTrainingCategoryEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type ProfessionalTrainingCategoryEdge {
  "The item at the end of the edge."
  node: ProfessionalTrainingCategory!

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

"A connection to a list of items."
type ProfessionalTrainingConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [ProfessionalTrainingEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type ProfessionalTrainingEdge {
  "The item at the end of the edge."
  node: ProfessionalTraining!

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

type Request {
  id: String!
  student: User!
  company: Company!
  createdAt: DateTime!
  updatedAt: DateTime!
  internship: Internship
  startAt: DateTime!
  endAt: DateTime!
  expiresAt: DateTime!
  rrule: String!
  status: String!
  statusUpdatedAt: DateTime
  requestMessage: String
  responseMessage: String
  expiresAtInSeconds: Int
  interval: Interval
  schoolClass: SchoolClass
  companyTraining: CompanyTraining!
}

"A connection to a list of items."
type RequestConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [RequestEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type RequestEdge {
  "The item at the end of the edge."
  node: Request!

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

type SchoolManager implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  user: User!
  isOwner: Boolean!
  isViewer: Boolean!
}

type SchoolFacility implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  token: String!
  story(schoolId: String!): Story
}

"A connection to a list of items."
type OccupationalExplorationDayConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [OccupationalExplorationDayEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type OccupationalExplorationDayEdge {
  "The item at the end of the edge."
  node: OccupationalExplorationDay!

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

type Event implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  host: Actor!
  eventSeries: EventSeries!
  name: String!
  title: String!
  cover: Image!
  occupationalGroup: OccupationalGroup
  isOccupationalExplorationEvent: Boolean!
  isViewerEventHost: Boolean!
  occupationalExploration: OccupationalExploration
  address: Address!
  startAt: DateTime!
  endAt: DateTime!
  isOver: Boolean!
  isPublic: Boolean!
  participants(after: String, first: Int): EventParticipantConnection
  participantQuestions: [EventParticipantQuestion!]
  canViewerApplyToEvent: Boolean!
  isViewerEventParticipant: Boolean!
  viewerEventParticipant: EventParticipant
  participantCount: Int!
  maxNumberOfParticipants: Int
  isSoldOut: Boolean!
  primaryDescription: String
  secondaryDescription: String
  processDescription: String
  contactPerson: String
  contactPhoneNumber: String
  contactEmail: String
  isSuitableForPeopleWithMentalDisabilities: Boolean!
  isSuitableForPeopleWithWalkingDisabilities: Boolean!
  isSuitableForPeopleWithSpeechDisabilities: Boolean!
  isSuitableForPeopleWithLowVision: Boolean!
  isSuitableForPeopleWithHearingWeakness: Boolean!
  distanceToViewer: Float!
  archiveReason: String
  participationConfirmationToken: String
  openConfirmationParticipants(after: String, first: Int): EventParticipantConnection
  confirmationCodePdfFile: File
  eventStatistic: EventStatistic
}

type EventSeries implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  cover: Image!
  description: String
  owner: Actor!
  events: [Event!]
  eventStatistic: EventStatistic
}

type EventStatistic {
  eventCount: Int!
  participantTotalCount: Int!
  completedEventRatingCount: Int!
  questionWereYourQuestionsAnsweredAverageRating: Float!
  questionCouldYouImagineUndergoingTrainingAtTheCompanyRating: Float!
  questionHowDidYouLikeTheAppointmentRating: Float!
  questionWouldYouLikeToStayInContactWithTheCompanyPercent: Float!
}

"A connection to a list of items."
type EventParticipantConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [EventParticipantEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type EventParticipantEdge {
  "The item at the end of the edge."
  node: EventParticipant!

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

type EventParticipant implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  event: Event!
  user: User!
  processDescription: String
  questionAnswers: [EventParticipantQuestionAnswer!]
  status: EventParticipantStatusEnum!
  contactPerson: String
}

type EventParticipantQuestionAnswer implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  question: String!
  answer: String
}

enum EventParticipantStatusEnum {
  CONFIRMATION_PENDING
  PARTICIPATED
  NOT_PARTICIPATED
}

type EventParticipantQuestion implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  question: String!
  position: Int!
}

"A connection to a list of items."
type EventConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [EventEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type EventEdge {
  "The item at the end of the edge."
  node: Event!

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

type City implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  country: Country!
  postalCode: String!
  longitude: Float!
  latitude: Float!
}

"A connection to a list of items."
type EventFairConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [EventFairEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type EventFairEdge {
  "The item at the end of the edge."
  node: EventFair!

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

type EventFair implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  title: String!
  cover: Image!
  address: Address!
  description: String
  days: [EventFairDay!]
  exhibitors(after: String, first: Int, onlyWithEvents: Boolean = false): EventFairExhibitorConnection!
  viewerExhibitor: EventFairExhibitor
  isVisibleForUsersAt: DateTime!
  isViewerOwner: Boolean!
  isViewerExhibitor: Boolean!
  maxParticipantsCount: Int!
  participantCount: Int!
  availablePlacesCount: Int!
  distanceToViewer: Float!
  viewerParticipatingEvents(after: String, first: Int): EventConnection!
  isViewerParticipant: Boolean!
  eventStatistic: EventStatistic
}

type EventFairDay implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  eventFair: EventFair!
  name: String!
  startAt: DateTime!
  endAt: DateTime!
  isDeletable: Boolean!
  events(
    after: String
    first: Int

    "id of the eventFairExhibitor"
    exhibitorId: String!
  ): EventConnection!
  maxParticipantsCount: Int!
  maxParticipantsByExhibitorCount(
    "id of the eventFairExhibitor"
    exhibitorId: String!
  ): Int!
  participantCount: Int!
  participantByExhibitorCount(
    "id of the eventFairExhibitor"
    exhibitorId: String!
  ): Int!
  availablePlacesCount: Int!
  availablePlacesByExhibitorCount(
    "id of the eventFairExhibitor"
    exhibitorId: String!
  ): Int!
  viewerParticipatingEvents(after: String, first: Int): EventConnection!
  isViewerParticipant: Boolean!
  eventStatistic: EventStatistic
}

"A connection to a list of items."
type EventFairExhibitorConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [EventFairExhibitorEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type EventFairExhibitorEdge {
  "The item at the end of the edge."
  node: EventFairExhibitor!

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

type EventFairExhibitor implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  eventFair: EventFair!
  company: Company!
  boothInformation: String
  name: String!
  avatar: Image!
  startAt: DateTime!
  endAt: DateTime!
  events(
    after: String
    first: Int

    "id of the eventFairDay"
    dayId: String!
  ): EventConnection!
  maxParticipantsCount: Int!
  maxParticipantsByDayCount(
    "id of the eventFairDay"
    dayId: String!
  ): Int!
  participantCount: Int!
  participantByDayCount(
    "id of the eventFairDay"
    dayId: String!
  ): Int!
  availablePlacesCount: Int!
  availablePlacesByDayCount(
    "id of the eventFairDay"
    dayId: String!
  ): Int!
  eventStatistic: EventStatistic
  isDeletable: Boolean!
}

type CompanyInternshipStatus {
  company: Company!
  pendingInternshipRequests(after: String, first: Int, orderBy: RequestOrderByEnum = CREATED, orderDirection: RequestOrderDirectionEnum = ASC): InternshipRequestConnection
  rejectedInternshipRequests(after: String, first: Int, orderBy: RequestOrderByEnum = DECLINED, orderDirection: RequestOrderDirectionEnum = DESC): InternshipRequestConnection
  acceptedInternshipRequests(after: String, first: Int, orderBy: RequestOrderByEnum = ACCEPTED, orderDirection: RequestOrderDirectionEnum = ASC): InternshipRequestConnection
  canceledInternshipRequests(after: String, first: Int, orderBy: RequestOrderByEnum = DECLINED, orderDirection: RequestOrderDirectionEnum = ASC): InternshipRequestConnection
  declinedInternshipRequests(after: String, first: Int, orderBy: RequestOrderByEnum = CREATED, orderDirection: RequestOrderDirectionEnum = DESC): InternshipRequestConnection
}

enum RequestOrderByEnum {
  CREATED
  ACCEPTED
  DECLINED
  EXPIRED
}

enum RequestOrderDirectionEnum {
  ASC
  DESC
}

"A connection to a list of items."
type InternshipRequestConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [InternshipRequestEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type InternshipRequestEdge {
  "The item at the end of the edge."
  node: Request!

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

"A connection to a list of items."
type SchoolConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SchoolEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SchoolEdge {
  "The item at the end of the edge."
  node: School!

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

type SchoolGraduation implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  token: String!
}

type SchoolSubject implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  token: String!
}

type OccupationalField implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  token: String!
  name: String!
}

type QuestionSection implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  categories(after: String, first: Int): QuestionCategoryConnection
  category(id: String!): QuestionCategory
  unansweredQuestionCount: Int!
  answeredQuestionCount(userId: String): Int!
}

"A connection to a list of items."
type QuestionCategoryConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [QuestionCategoryEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type QuestionCategoryEdge {
  "The item at the end of the edge."
  node: QuestionCategory!

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

type QuestionCategory implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  unansweredQuestionCount: Int!
  section: QuestionSection!
  answeredQuestionCount(userId: String): Int!
  nextQuestion: Question
  answeredMainQuestion(userId: String): Question
  answeredMainQuestions(after: String, first: Int, userId: String): QuestionConnection
  answeredChildQuestions(after: String, first: Int, userId: String): QuestionConnection
  tags(after: String, first: Int): QuestionTagConnection
}

type Question implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  questionText: String!
  isMainQuestion: Boolean!
  answerValue: Int
}

"A connection to a list of items."
type QuestionConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [QuestionEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type QuestionEdge {
  "The item at the end of the edge."
  node: Question!

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

"A connection to a list of items."
type QuestionTagConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [QuestionTagEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type QuestionTagEdge {
  "The item at the end of the edge."
  node: QuestionTag!

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

type QuestionTag {
  name: String!
  token: String!
}

"A connection to a list of items."
type QuestionSectionConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [QuestionSectionEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type QuestionSectionEdge {
  "The item at the end of the edge."
  node: QuestionSection!

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

type UserLanguage implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  token: String!
  percent: Int!
  language: Language!
}

type Language implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  token: String!
}

enum UserProfileCompletenessEnum {
  boarding
  questions
  training_completed
  training_school
  training_interests
  training_language
}

"A connection to a list of items."
type UserTraitConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [UserTraitEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type UserTraitEdge {
  "The item at the end of the edge."
  node: UserTrait!

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

type UserTrait implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  token: String!
  user: User!
  points: Float!
  avgFactor: Float!
}

"A connection to a list of items."
type ParenthoodConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [ParenthoodEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type ParenthoodEdge {
  "The item at the end of the edge."
  node: Parenthood!

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

type Parenthood implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  token: String!
  parentUser: User!
  childUser: User!
  isActive: Boolean!
  isVisibleForCompanies: Boolean!
  isChildAllowedToParticipateInOccupationalExplorationEvents: Boolean!
  isChildAllowedToParticipateInInternships: Boolean!
  gdprExports(after: String, first: Int): GDPRExportConnection
}

"A connection to a list of items."
type GDPRExportConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [GDPRExportEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type GDPRExportEdge {
  "The item at the end of the edge."
  node: GDPRExport!

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

type GDPRExport implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  status: GDPRStatusEnum!
  parenthood: Parenthood
  downloadedAt: DateTime!
}

enum GDPRStatusEnum {
  pending
  processing
  completed
  downloaded
  failed
}

"A connection to a list of items."
type AchievementConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [AchievementEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type AchievementEdge {
  "The item at the end of the edge."
  node: Achievement!

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

type Achievement implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  type: AchievementTypeEnum!
  avatar: Image!
  text(locale: LocaleEnum = de): String!
  isViewerAchievementOwner: Boolean!
  isVisibleOnProfile: Boolean!
  pdfFile: File!
}

enum AchievementTypeEnum {
  OCCUPATIONAL_EXPLORATION_EVENT_PARTICIPATION
  EVENT_PARTICIPATION
}

enum LocaleEnum {
  de
  en
}

"A connection to a list of items."
type BookingConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [BookingEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type BookingEdge {
  "The item at the end of the edge."
  node: Booking!

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

type Booking {
  id: String
  student: User
  company: Company
  startAt: DateTime!
  endAt: DateTime!
  rrule: String
  contactPerson: String
  contactPhoneNumber: String
  startTime: String
  endTime: String
}

"A connection to a list of items."
type DistrictConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [DistrictEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type DistrictEdge {
  "The item at the end of the edge."
  node: District!

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

"A connection to a list of items."
type AssociationConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [AssociationEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type AssociationEdge {
  "The item at the end of the edge."
  node: Association!

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

type Association implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  address: Address!
  avatar: Image!
  cover: Image!
}

type System implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  mode: SystemModeEnum!
  productName: String!
  slogan: String
  slug: String!
  avatar: Image!
  email: String!
  serverVersion: String!
  isTestRun: Boolean!
  locales: [LocaleEnum!]
  googlePlacesKey: String!
  stripePublicKey: String!
  theme(variant: ThemeVariantEnum!): Theme!
  themeRepositoryHasUncommittedChanges: Boolean!
  themes(variant: ThemeVariantEnum!): [Theme!]
  schoolYears: [SchoolYear!]
  activeSchoolYear: SchoolYear!
  districts(after: String, first: Int, query: String, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): DistrictConnection
  countries(after: String, first: Int, query: String, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): CountryConnection
  cities(after: String, first: Int, query: String, sortBy: CitySortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): CityConnection
  companies(after: String, first: Int, status: DistrictCompanyStatusEnum = default, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC, distance: Int, companyIndustryIds: [String!] = [], companySizeIds: [String!] = [], companyPropertyIds: [String!] = [], companyTypeIds: [String!] = [], districtIds: [String!] = [], cityIds: [String!] = []): CompanyConnection
  companyCount(period: PeriodEnum): Int!
  companyIndustries(after: String, first: Int, query: String, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): CompanyIndustryConnection
  companyTypes(after: String, first: Int, query: String, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): CompanyTypeConnection
  companySizes(after: String, first: Int, query: String, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): CompanySizeConnection
  companyProperties(after: String, first: Int, query: String, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): CompanyPropertyConnection
  questionSections(after: String, first: Int): QuestionSectionConnection
  professionalTrainingCategories(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): ProfessionalTrainingCategoryConnection
  schoolGraduations(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): SchoolGraduationConnection
  schoolSubjects(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): SchoolSubjectConnection
  occupationalGroups(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): OccupationalGroupConnection
  occupationalFields(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): OccupationalFieldConnection
  languages(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): LanguageConnection
  blogs(after: String, first: Int): SystemBlogConnection
  schoolTypes(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): SchoolTypeConnection
  schoolProperties(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): SchoolPropertyConnection
  schoolFacilities(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): SchoolFacilityConnection
  schoolClassYearGroups(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): SchoolClassYearGroupConnection
  feedbackReasons(after: String, first: Int, sortBy: DistrictSortFieldEnum = name, sortDirection: SortDirectionEnum = ASC): FeedbackReasonConnection
}

enum SystemModeEnum {
  active
  business_name
}

"A connection to a list of items."
type CountryConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [CountryEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type CountryEdge {
  "The item at the end of the edge."
  node: Country!

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

enum CitySortFieldEnum {
  name
  createdAt
}

"A connection to a list of items."
type CityConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [CityEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type CityEdge {
  "The item at the end of the edge."
  node: City!

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

"A connection to a list of items."
type CompanyIndustryConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [CompanyIndustryEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type CompanyIndustryEdge {
  "The item at the end of the edge."
  node: CompanyIndustry!

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

"A connection to a list of items."
type CompanyTypeConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [CompanyTypeEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type CompanyTypeEdge {
  "The item at the end of the edge."
  node: CompanyType!

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

"A connection to a list of items."
type CompanySizeConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [CompanySizeEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type CompanySizeEdge {
  "The item at the end of the edge."
  node: CompanySize!

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

"A connection to a list of items."
type CompanyPropertyConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [CompanyPropertyEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type CompanyPropertyEdge {
  "The item at the end of the edge."
  node: CompanyProperty!

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

"A connection to a list of items."
type SchoolGraduationConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SchoolGraduationEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SchoolGraduationEdge {
  "The item at the end of the edge."
  node: SchoolGraduation!

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

"A connection to a list of items."
type SchoolSubjectConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SchoolSubjectEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SchoolSubjectEdge {
  "The item at the end of the edge."
  node: SchoolSubject!

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

"A connection to a list of items."
type OccupationalGroupConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [OccupationalGroupEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type OccupationalGroupEdge {
  "The item at the end of the edge."
  node: OccupationalGroup!

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

"A connection to a list of items."
type OccupationalFieldConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [OccupationalFieldEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type OccupationalFieldEdge {
  "The item at the end of the edge."
  node: OccupationalField!

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

"A connection to a list of items."
type LanguageConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [LanguageEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type LanguageEdge {
  "The item at the end of the edge."
  node: Language!

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

"A connection to a list of items."
type SystemBlogConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SystemBlogEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SystemBlogEdge {
  "The item at the end of the edge."
  node: SystemBlog!

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

type SystemBlog implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  title: String!
  description: String!
  url: String!
  imageUrl: String!
  tags: [String!]
  primaryTag: String!
}

"A connection to a list of items."
type SchoolTypeConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SchoolTypeEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SchoolTypeEdge {
  "The item at the end of the edge."
  node: SchoolType!

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

"A connection to a list of items."
type SchoolPropertyConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SchoolPropertyEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SchoolPropertyEdge {
  "The item at the end of the edge."
  node: SchoolProperty!

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

type SchoolProperty implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  token: String!
}

"A connection to a list of items."
type SchoolFacilityConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SchoolFacilityEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SchoolFacilityEdge {
  "The item at the end of the edge."
  node: SchoolFacility!

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

"A connection to a list of items."
type SchoolClassYearGroupConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [SchoolClassYearGroupEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type SchoolClassYearGroupEdge {
  "The item at the end of the edge."
  node: SchoolClassYearGroup!

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

"A connection to a list of items."
type FeedbackReasonConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [FeedbackReasonEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type FeedbackReasonEdge {
  "The item at the end of the edge."
  node: FeedbackReason!

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

type FeedbackReason implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  token: String!
}

type Search {
  userSearch(after: String, first: Int, before: String, last: Int, districtId: String, schoolId: String, distance: Int, isAvailableForInternship: Boolean = true, isAvailableForTraining: Boolean = true, tags: [String!]): UserConnection
  unsplashImageSearch(query: String!, page: Int = 1, limit: Int = 24): UnsplashImageSearchResult!
  autocompleteCompanies(after: String, first: Int, query: String!, districtId: String): AutocompleteResultItemConnection
}

type UnsplashImageSearchResult {
  total: Int!
  totalPages: Int!
  images: [UnsplashImage!]
}

type UnsplashImage {
  id: String!
  url(type: UnsplashImageTypeEnum!): String!
  credits: String!
}

enum UnsplashImageTypeEnum {
  RAW
  FULL
  REGULAR
  SMALL
  THUMB
  SMALL_S3
}

"A connection to a list of items."
type AutocompleteResultItemConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [AutocompleteResultItemEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type AutocompleteResultItemEdge {
  "The item at the end of the edge."
  node: AutocompleteResultItem!

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

type AutocompleteResultItem {
  id: String!
  title: String!
  subTitle: String!
  entityId: String!
  entityType: String!
  entityToken: String!
  districtId: String
  avatarSmallUrl: String!
  avatarMiddleUrl: String!
  avatarLargeUrl: String!
}

type Validation {
  isUsernameAlreadyInUse(username: String!): Boolean!
  isEmailAlreadyInUse(email: String!): Boolean!
}

"This is you"
type Viewer implements EntityInterface & SearchResultInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  score: Float!
  shortId: String!
  name: String!
  viewerPrivacyPermission: UserPrivacyPermissionStatus!
  email: String!
  initials: String!
  avatar: Image!
  gender: GenderEnum
  age: Int
  accountType: String!
  hometown: String
  district: District
  company: Company
  school: School
  schoolClass: SchoolClass
  schoolGraduation: SchoolGraduation
  favoriteSchoolSubjects: [SchoolSubject!]
  professionalTrainings: [ProfessionalTraining!]
  hasProfessionalTrainings: Boolean!
  professionalTrainingInterests: [ProfessionalTraining!]
  professionalTrainingInternships: [ProfessionalTraining!]
  hasProfessionalTrainingInternships: Boolean!
  occupationalFieldInterests: [OccupationalField!]
  occupationalGroupInterests: [OccupationalGroup!]
  questionSection(id: String!): QuestionSection
  questionSections(after: String, first: Int): QuestionSectionConnection
  isViewerFollowing: Boolean!
  languages: [UserLanguage!]
  isCompanyOwner: Boolean!
  isDistrictOwner: Boolean!
  isSchoolOwner: Boolean!
  isCompanyManager: Boolean!
  isDistrictManager: Boolean!
  isSchoolManager: Boolean!
  isAdmin: Boolean!
  profileCompletenessInPercent(section: UserProfileCompletenessEnum): Int!
  distanceToViewer: Float!
  traits(after: String, first: Int): UserTraitConnection
  viewerHasViewedProfileAt: DateTime
  eventParticipantForOccupationalExplorationDay(occupationalExplorationDayId: String!): EventParticipant
  parenthoods(after: String, first: Int, isActive: Boolean = null): ParenthoodConnection
  isParenthoodRequired: Boolean!
  hasActiveParenthood: Boolean!
  isVisibleForCompanies: Boolean!
  isAllowedToParticipateInOccupationalExplorationEvents: Boolean!
  isAllowedToParticipateInInternships: Boolean!
  isAvailableForTraining: Boolean!
  isAvailableForInternship: Boolean!
  achievements(after: String, first: Int): AchievementConnection
  internshipBookings(after: String, first: Int, before: String, last: Int): BookingConnection
  internshipRequests(after: String, first: Int, before: String, last: Int): RequestConnection
  firstName: String!
  lastName: String!
  username: String!
  birthday: DateTime
  isEmailNotificationEnabled: Boolean!
  isMobileNotificationEnabled: Boolean!
  isEmailAddressConfirmed: Boolean!
  hasBoardingCompleted: Boolean!
  notifications(after: String, first: Int): NotificationConnection
  feed(after: String, first: Int): FeedItemConnection
  chatConversations(after: String, first: Int): ChatConversationConnection @deprecated(reason: "Moved to ManagedResource")
  chatConversation(id: String!): ChatConversation @deprecated(reason: "Moved to ManagedResource")
  unreadCount: UnreadCount!
  notification(id: String!): Notification
  nextMainQuestion: Question
  answeredQuestionCount: Int!
  storyDrafts(after: String, first: Int, context: StoryContextEnum!): StoryConnection
  feedbackKey: String!
  feedbackUrl: String!
  userFollowings(after: String, first: Int): UserConnection
  companiesWithProfileReadPermission(after: String, first: Int): CompanyConnection
  showOccupationalExplorationModule: Boolean!
  profileCompletenessFirstTimeAt: DateTime
  paymentMethod: PaymentMethod @deprecated(reason: "Moved to ManagedResource")
  membership: Membership! @deprecated(reason: "Moved to ManagedResource")
  hasSubscription: Boolean! @deprecated(reason: "Moved to ManagedResource")
  hasActiveSubscription: Boolean! @deprecated(reason: "Moved to ManagedResource")
  canChangeMembershipManual: Boolean! @deprecated(reason: "Moved to ManagedResource")
  canCancelMembershipManual: Boolean! @deprecated(reason: "Moved to ManagedResource")
  subscription: Subscription @deprecated(reason: "Moved to ManagedResource")
  subscriptionPaymentInterval: PaymentIntervalEnum! @deprecated(reason: "Moved to ManagedResource")
  availableMemberships: [Membership!] @deprecated(reason: "Moved to ManagedResource")
  isAllowedToChangeMembership: Boolean! @deprecated(reason: "Moved to ManagedResource")
  isAllowedToPayByInvoice: Boolean! @deprecated(reason: "Moved to ManagedResource")
  isAllowedToPayBySepa: Boolean! @deprecated(reason: "Moved to ManagedResource")
  billingAddress: Address @deprecated(reason: "Moved to ManagedResource")
  billingEmail: String! @deprecated(reason: "Moved to ManagedResource")
  invoices(after: String, first: Int): InvoiceConnection @deprecated(reason: "Moved to ManagedResource")
  gdprExports(after: String, first: Int): GDPRExportConnection @deprecated(reason: "Moved to ManagedResource")
  visitedUsers(after: String, first: Int): UserConnection
  visitorUsers(after: String, first: Int): UserConnection
  likedUsers(after: String, first: Int): UserConnection
  managedSchoolClasses(after: String, first: Int): SchoolClassConnection
  isVisibleForCompaniesStatus: UserVisibleForCompaniesStatusEnum!
  isAllowedToParticipateInTrainings: Boolean!
  hostedEventsWithOpenConfirmations(after: String, first: Int): EventConnection
  apiKeys(after: String, first: Int): ApiKeyConnection @deprecated(reason: "Moved to ManagedResource")
  upcomingHostedEventFairs(after: String, first: Int): EventFairConnection
  historicHostedEventFairs(after: String, first: Int): EventFairConnection
  upcomingEventFairExhibitions(after: String, first: Int): EventFairConnection
  historicEventFairExhibitions(after: String, first: Int): EventFairConnection
  upcomingEventFairs(after: String, first: Int, orderBy: UpcomingEventFairsOrderByEnum! = distance): EventFairConnection
  upcomingParticipatingEventFairs(after: String, first: Int, orderBy: UpcomingEventFairsOrderByEnum! = startAt): EventFairConnection
  upcomingSchoolClassInternships(after: String, first: Int): SchoolClassInternshipConnection
  internshipSuggestions(searchQuery: String, professionalCategoryIds: [String!], distance: DistanceEnum = DISTANCE_50): InternshipSuggestions
}

"A connection to a list of items."
type NotificationConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [NotificationEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type NotificationEdge {
  "The item at the end of the edge."
  node: Notification!

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

type Notification implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  actor: Actor!
  activityId: String!
  isUnread: Boolean!
  isRead: Boolean!
  activityText: ActivityText!
  callToAction: CallToAction
}

type ActivityText {
  text(locale: LocaleEnum = null): String!
  template(locale: LocaleEnum = null): String!
  placeholders: [ActivityTextPlaceholder!]
}

type ActivityTextPlaceholder {
  keyWithDivider: String!
  key: String!
  value: String!
  entityType: String!
  entityId: String!
  deepLink: String
}

type CallToAction {
  deepLink: String!
  primaryActionType: String!
  primaryActionText: String!
  isPrimaryActionVisible: Boolean!
  isPrimaryActionDisabled: Boolean!
}

"A connection to a list of items."
type FeedItemConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [FeedItemEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type FeedItemEdge {
  "The item at the end of the edge."
  node: FeedItem!

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

type FeedItem implements EntityInterface & ActivityInterface {
  id: ID!
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  actor: Actor!
  activityId: String!
  content: FeedItemContent!
}

"A connection to a list of items."
type ChatConversationConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [ChatConversationEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type ChatConversationEdge {
  "The item at the end of the edge."
  node: ChatConversation!

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

type ChatConversation implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  membersKey: String!
  members: [ChatConversationMember!]
  lastMessage: ChatMessage
  lastMessageAt: DateTime
  unreadCount: Int!
  isArchived: Boolean!
  message(id: String!): ChatMessage
  messages(after: String, first: Int): ChatMessageConnection
}

type ChatConversationMember {
  id: ID
  entityType: String!
  isViewer: Boolean!
  deepLink: String!
  name: String!
  avatar: Image
}

type ChatMessage implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  type: String!
  message: String
  actor: ChatConversationMember!
  conversation: ChatConversation!
  position: Int
}

"A connection to a list of items."
type ChatMessageConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [ChatMessageEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type ChatMessageEdge {
  "The item at the end of the edge."
  node: ChatMessage!

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

type UnreadCount {
  notifications: Int!
  chat: Int!
  questions: Int!
  mainQuestions: Int!
}

"A connection to a list of items."
type StoryConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [StoryEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type StoryEdge {
  "The item at the end of the edge."
  node: Story!

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

type PaymentMethod {
  id: String!
  type: String!
  brand: String!
  last4: String!
  expiresMonth: Int
  expiresYear: Int
}

type Subscription {
  id: String!
  customer: Customer!
  status: SubscriptionStatusEnum!
  cancelAt: DateTime
  cancelAtPeriodEnd: Boolean!
  canceledAt: DateTime
  createdAt: DateTime!
  currentPeriodStartAt: DateTime!
  currentPeriodEndAt: DateTime!
  daysUntilDue: Int
  latestInvoice: Invoice!
}

type Customer {
  name: String!
  entityToken: String!
  address: Address!
  billingEmail: String!
  isAllowedToPayByInvoice: Boolean!
  primaryPaymentMethod: PaymentMethod
}

enum SubscriptionStatusEnum {
  active
  past_due
  unpaid
  canceled
  incomplete
  incomplete_expired
  trialing
}

type Invoice {
  number: String!
  status: String!
  hostedInvoiceUrl: String!
  total: Money!
  createdAt: DateTime
}

enum PaymentIntervalEnum {
  monthly
  annual
}

"A connection to a list of items."
type InvoiceConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [InvoiceEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type InvoiceEdge {
  "The item at the end of the edge."
  node: Invoice!

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

enum UserVisibleForCompaniesStatusEnum {
  OK
  OK_FOR_INTERNSHIP
  OK_FOR_TRAINING
  PROFILE_IS_DELETED
  PROFILE_IS_INCOMPLETE
  PARENT_INVITATION_REQUIRED
  DENIED_BY_PARENTHOOD
  DENIED_BY_USER_SETTINGS
  UNKNOWN
}

"A connection to a list of items."
type ApiKeyConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [ApiKeyEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type ApiKeyEdge {
  "The item at the end of the edge."
  node: ApiKey!

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

type ApiKey implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  email: String
  isIpWhitelistActive: Boolean!
  whitelistIps: [ApiKeyWhitelistIp!]
  requestLogs(after: String, first: Int): ApiKeyRequestLogConnection
}

type ApiKeyWhitelistIp implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  ip: String!
}

"A connection to a list of items."
type ApiKeyRequestLogConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [ApiKeyRequestLogEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type ApiKeyRequestLogEdge {
  "The item at the end of the edge."
  node: ApiKeyRequestLog!

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

type ApiKeyRequestLog implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  method: String!
  uri: String!
  query: String
  responseStatusCode: Int!
  responseTime: Int!
}

enum UpcomingEventFairsOrderByEnum {
  distance
  startAt
}

"This is your managed resource"
type ManagedResource implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  managerInvitations(after: String, first: Int): InvitationConnection
  managers(after: String, first: Int): ResourceManagerConnection
  isViewerOwner: Boolean!
  isViewerManager: Boolean!
  paymentMethod: PaymentMethod
}

"A connection to a list of items."
type InvitationConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [InvitationEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type InvitationEdge {
  "The item at the end of the edge."
  node: Invitation!

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

"A connection to a list of items."
type ResourceManagerConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [ResourceManagerEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type ResourceManagerEdge {
  "The item at the end of the edge."
  node: ResourceManager!

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

type ResourceManager implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  user: User!
  isOwner: Boolean!
  isViewer: Boolean!
}

type EventRating implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  event: Event!
  questionAnswers: [EventRatingQuestionAnswer!]
  isCompleted: Boolean!
}

type EventRatingQuestionAnswer implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  eventRating: EventRating!
  position: Int!
  questionType: EventRatingQuestionAnswerTypeEnum!
  questionText: String!
  isAnswered: Boolean!
  answerValue: Int
}

enum EventRatingQuestionAnswerTypeEnum {
  BOOLEAN
  RATING
}

type GooglePlace implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  street: String!
  streetNumber: String
  postalCode: String!
  city: String!
  district: String!
  state: String!
  country: String!
  isInDistrict(districtId: String!): Boolean!
}

type Mutation {
  achievementIsVisibleOnProfileMutation(input: AchievementIsVisibleOnProfileInput!): AchievementIsVisibleOnProfilePayload
  addressCreateMutation(input: AddressCreateInput!): AddressCreatePayload
  adminImpersonateUserMutation(input: AdminImpersonateUserInput!): AdminImpersonateUserPayload
  apiKeyArchiveMutation(input: ApiKeyArchiveInput!): ApiKeyArchivePayload
  associationCreateMutation(input: AssociationCreateMutationInput!): AssociationCreateMutationPayload
  associationManagerInvitationMutation(input: AssociationManagerInvitationMutationInput!): AssociationManagerInvitationMutationPayload
  companyActivityArchiveMutation(input: CompanyActivityArchiveInput!): CompanyActivityArchivePayload
  createRequestMutation(input: CreateRequestMutationInput!): CreateRequestMutationPayload
  deleteRequestMutation(input: DeleteRequestMutationInput!): DeleteRequestMutationPayload
  cancelRequestMutation(input: CancelRequestInput!): CancelRequestPayload
  rejectRequestMutation(input: RejectRequestInput!): RejectRequestPayload
  acceptRequestMutation(input: AcceptRequestInput!): AcceptRequestPayload
  apiKeyCreateMutation(input: ApiKeyCreateInput!): ApiKeyCreatePayload
  likeMutation(input: LikeMutationInput!): LikeMutationPayload
  associationManagerRemoveMutation(input: AssociationManagerRemoveMutationInput!): AssociationManagerRemoveMutationPayload
  unlikeMutation(input: UnlikeMutationInput!): UnlikeMutationPayload
  viewerArchiveChatConversationMutation(input: ViewerArchiveChatConversationInput!): ViewerArchiveChatConversationPayload
  viewerCreateChatTextMessageMutation(input: ViewerCreateChatTextMessageInput!): ViewerCreateChatTextMessagePayload
  viewerCreateSingleChatConversationMutation(input: ViewerCreateSingleChatConversationInput!): ViewerCreateSingleChatConversationPayload
  viewerMarkChatConversationAsReadMutation(input: ViewerMarkChatConversationAsReadMutationInput!): ViewerMarkChatConversationAsReadMutationPayload
  viewerRestoreChatConversationMutation(input: ViewerRestoreChatConversationInput!): ViewerRestoreChatConversationPayload
  companyAddressMutation(input: CompanyAddressInput!): CompanyAddressPayload
  companyApprenticeInviteMutation(input: CompanyApprenticeInviteInput!): CompanyApprenticeInvitePayload
  companyArchiveMutation(input: CompanyArchiveInput!): CompanyArchivePayload
  companyBenefitMutation(input: CompanyBenefitInput!): CompanyBenefitPayload
  companyChangeAvatarMutation(input: CompanyChangeAvatarInput!): CompanyChangeAvatarPayload
  companyChangeCoverMutation(input: CompanyChangeCoverInput!): CompanyChangeCoverPayload
  companyContactEmailMutation(input: CompanyContactEmailInput!): CompanyContactEmailPayload
  companyCreateMutation(input: CompanyCreateInput!): CompanyCreatePayload
  companyDescriptionMutation(input: CompanyDescriptionInput!): CompanyDescriptionPayload
  companyFoundingYearMutation(input: CompanyFoundingYearInput!): CompanyFoundingYearPayload
  companyHasBoardingCompletedMutation(input: CompanyHasBoardingCompletedInput!): CompanyHasBoardingCompletedPayload
  companyImageAddMutation(input: CompanyImageAddInput!): CompanyImageAddPayload
  companyImageRemoveMutation(input: CompanyImageRemoveInput!): CompanyImageRemovePayload
  companyImageUpdateMutation(input: CompanyImageUpdateInput!): CompanyImageUpdatePayload
  companyImageUpdateAllMutation(input: CompanyImageUpdateAllInput!): CompanyImageUpdateAllPayload
  companyIndustryMutation(input: CompanyIndustryInput!): CompanyIndustryPayload
  companyInternshipRequestAllowedMutation(input: CompanyInternshipRequestAllowedInput!): CompanyInternshipRequestAllowedPayload
  companyKlischeefreiMutation(input: CompanyKlischeefreiInput!): CompanyKlischeefreiPayload
  companyManagerInviteMutation(input: CompanyManagerInviteInput!): CompanyManagerInvitePayload
  companyManagerRemoveMutation(input: CompanyManagerRemoveInput!): CompanyManagerRemovePayload
  companyManagerTransferOwnershipMutation(input: CompanyManagerTransferOwnershipInput!): CompanyManagerTransferOwnershipPayload
  companyNameMutation(input: CompanyNameInput!): CompanyNamePayload
  companyPhoneNumberMutation(input: CompanyPhoneNumberInput!): CompanyPhoneNumberPayload
  companyPropertyAddMutation(input: CompanyPropertyAddInput!): CompanyPropertyAddPayload
  companyPropertyRemoveMutation(input: CompanyPropertyRemoveInput!): CompanyPropertyRemovePayload
  companySizeMutation(input: CompanySizeInput!): CompanySizePayload
  companySloganMutation(input: CompanySloganInput!): CompanySloganPayload
  companySocialMediaMutation(input: CompanySocialMediaInput!): CompanySocialMediaPayload
  companyStartVerificationMutation(input: CompanyStartVerificationMutationInput!): CompanyStartVerificationMutationPayload
  companyTrainingCreateMultipleMutation(input: CompanyTrainingCreateMultipleMutationInput!): CompanyTrainingCreateMultipleMutationPayload
  companyTrainingCreateMutation(input: CompanyTrainingCreateInput!): CompanyTrainingCreatePayload
  companyTrainingRemoveMutation(input: CompanyTrainingRemoveInput!): CompanyTrainingRemovePayload
  companyTypeMutation(input: CompanyTypeInput!): CompanyTypePayload
  companySubmitVerificationCodeMutation(input: CompanySubmitVerificationCodeMutationInput!): CompanySubmitVerificationCodeMutationPayload
  companyWebsiteMutation(input: CompanyWebsiteInput!): CompanyWebsitePayload
  districtAddressMutation(input: DistrictAddressInput!): DistrictAddressPayload
  districtChangeAvatarMutation(input: DistrictChangeAvatarInput!): DistrictChangeAvatarPayload
  districtChangeCoverMutation(input: DistrictChangeCoverInput!): DistrictChangeCoverPayload
  districtContactEmailMutation(input: DistrictContactEmailInput!): DistrictContactEmailPayload
  districtDescriptionMutation(input: DistrictDescriptionInput!): DistrictDescriptionPayload
  districtManagerInviteMutation(input: DistrictManagerInviteInput!): DistrictManagerInvitePayload
  districtManagerRemoveMutation(input: DistrictManagerRemoveInput!): DistrictManagerRemovePayload
  districtManagerTransferOwnershipMutation(input: DistrictManagerTransferOwnershipInput!): DistrictManagerTransferOwnershipPayload
  districtNameMutation(input: DistrictNameInput!): DistrictNamePayload
  districtPhoneNumberMutation(input: DistrictPhoneNumberInput!): DistrictPhoneNumberPayload
  districtWebsiteMutation(input: DistrictWebsiteInput!): DistrictWebsitePayload
  eventAddressMutation(input: EventAddressInput!): EventAddressPayload
  eventArchiveMutation(input: EventArchiveInput!): EventArchivePayload
  eventContactEmailMutation(input: EventContactEmailInput!): EventContactEmailPayload
  eventContactPersonMutation(input: EventContactPersonInput!): EventContactPersonPayload
  eventContactPhoneNumberMutation(input: EventContactPhoneNumberInput!): EventContactPhoneNumberPayload
  eventCoverMutation(input: EventCoverInput!): EventCoverPayload
  eventCustomQuestionsMutation(input: EventCustomQuestionsInput!): EventCustomQuestionsPayload
  eventDescriptionMutation(input: EventDescriptionInput!): EventDescriptionPayload
  eventInclusionMutation(input: EventInclusionInput!): EventInclusionPayload
  eventJoinMutation(input: EventJoinInput!): EventJoinPayload
  eventLeaveMutation(input: EventLeaveInput!): EventLeavePayload
  eventMaxNumberOfParticipantsMutation(input: EventMaxNumberOfParticipantsInput!): EventMaxNumberOfParticipantsPayload
  eventOccupationalGroupMutation(input: EventOccupationalGroupInput!): EventOccupationalGroupPayload
  eventParticipantConfirmMutation(input: EventParticipantConfirmInput!): EventParticipantConfirmPayload
  eventParticipantContactPersonMutation(input: EventParticipantContactPersonInput!): EventParticipantContactPersonPayload
  eventParticipantRemoveMutation(input: EventParticipantRemoveInput!): EventParticipantRemovePayload
  eventProcessDescriptionMutation(input: EventProcessDescriptionInput!): EventProcessDescriptionPayload
  eventTimeMutation(input: EventTimeInput!): EventTimePayload
  eventDescriptionsUpdateMutation(input: EventDescriptionsUpdateInput!): EventDescriptionsUpdatePayload
  eventTitleMutation(input: EventTitleInput!): EventTitlePayload
  eventFairAddressMutation(input: EventFairAddressInput!): EventFairAddressPayload
  eventFairCoverMutation(input: EventFairDetailsUpdateInput!): EventFairDetailsUpdatePayload
  eventDetailsUpdateMutation(input: EventDetailsUpdateInput!): EventDetailsUpdatePayload
  eventRatingQuestionAnswerMutation(input: EventRatingQuestionAnswerMutationInput!): EventRatingQuestionAnswerMutationPayload
  eventFairCreateMutation(input: EventFairCreateInput!): EventFairCreatePayload
  eventFairDayCreateMutation(input: EventFairDayCreateInput!): EventFairDayCreatePayload
  eventFairDayRemoveMutation(input: EventFairDayRemoveInput!): EventFairDayRemovePayload
  eventFairDayScheduleCreateMutation(input: EventFairDayScheduleCreateInput!): EventFairDayScheduleCreatePayload
  eventFairDescriptionMutation(input: EventFairDescriptionInput!): EventFairDescriptionPayload
  eventFairExhibitorBoothInformationMutation(input: EventFairExhibitorBoothInformationInput!): EventFairExhibitorBoothInformationPayload
  eventFairExhibitorCreateMutation(input: EventFairExhibitorCreateInput!): EventFairExhibitorCreatePayload
  contactRequestCreateByDistrictMutation(input: ContactRequestCreateByDistrictInput!): ContactRequestCreateByDistrictPayload
  eventFairExhibitorRemoveMutation(input: EventFairExhibitorRemoveInput!): EventFairExhibitorRemovePayload
  eventFairIsVisibleForUsersAtMutation(input: EventFairIsVisibleForUsersAtInput!): EventFairIsVisibleForUsersAtPayload
  eventFairTitleMutation(input: EventFairTitleInput!): EventFairTitlePayload
  feedbackCreateMutation(input: FeedbackCreateMutationInput!): FeedbackCreateMutationPayload
  reportCreateMutation(input: ReportCreateInput!): ReportCreatePayload
  fileDownloadTicketMutation(input: FileDownloadTicketMutationInput!): FileDownloadTicketMutationPayload
  imageUploadByUnsplashMutation(input: ImageUploadByUnsplashInput!): ImageUploadByUnsplashPayload
  imageUploadMutation(input: ImageUploadInput!): ImageUploadPayload
  occupationalExplorationChangeCoverMutation(input: OccupationalExplorationChangeCoverInput!): OccupationalExplorationChangeCoverPayload
  occupationalExplorationCreateMutation(input: OccupationalExplorationCreateInput!): OccupationalExplorationCreatePayload
  occupationalExplorationDayCreateMutation(input: OccupationalExplorationDayCreateInput!): OccupationalExplorationDayCreatePayload
  occupationalExplorationDayDeleteMutation(input: OccupationalExplorationDayDeleteInput!): OccupationalExplorationDayDeletePayload
  occupationalExplorationDayEventCreateMutation(input: OccupationalExplorationDayEventCreateInput!): OccupationalExplorationDayEventCreatePayload
  occupationalExplorationDayUpdateMutation(input: OccupationalExplorationDayUpdateInput!): OccupationalExplorationDayUpdatePayload
  viewerMarkNotificationsAsRead(input: ViewerMarkNotificationsAsReadInput!): ViewerMarkNotificationsAsReadPayload
  occupationalExplorationDescriptionMutation(input: OccupationalExplorationDescriptionInput!): OccupationalExplorationDescriptionPayload
  occupationalExplorationNumberOfEventsParticipatedByStudentMutation(input: OccupationalExplorationNumberOfEventsParticipatedByStudentInput!): OccupationalExplorationNumberOfEventsParticipatedByStudentPayload
  occupationalExplorationParticipationMustBeDifferentInOccupationalGroupsMutation(input: OccupationalExplorationParticipationMustBeDifferentInOccupationalGroupsInput!): OccupationalExplorationParticipationMustBeDifferentInOccupationalGroupsPayload
  occupationalExplorationVisibleForCompaniesAtMutation(input: OccupationalExplorationVisibleForCompaniesAtInput!): OccupationalExplorationVisibleForCompaniesAtPayload
  occupationalExplorationVisibleForStudentsAtMutation(input: OccupationalExplorationVisibleForStudentsAtInput!): OccupationalExplorationVisibleForStudentsAtPayload
  occupationalTrainingCreateMutation(input: OccupationalTrainingCreateInput!): OccupationalTrainingCreatePayload
  parenthoodCreateMutation(input: ParenthoodCreateMutationInput!): ParenthoodCreateMutationPayload
  parenthoodIsChildAllowedToParticipateInInternshipsMutation(input: ParenthoodIsChildAllowedToParticipateInInternshipsMutationInput!): ParenthoodIsChildAllowedToParticipateInInternshipsMutationPayload
  parenthoodIsChildAllowedToParticipateInOccupationalExplorationEventsMutation(input: ParenthoodIsChildAllowedToParticipateInOccupationalExplorationEventsMutationInput!): ParenthoodIsChildAllowedToParticipateInOccupationalExplorationEventsMutationPayload
  parenthoodIsVisibleForCompaniesMutation(input: ParenthoodIsVisibleForCompaniesMutationInput!): ParenthoodIsVisibleForCompaniesMutationPayload
  parenthoodRemoveMutation(input: ParenthoodRemoveMutationInput!): ParenthoodRemoveMutationPayload
  parenthoodRequestGDPRExportMutation(input: ParenthoodRequestGDPRExportMutationInput!): ParenthoodRequestGDPRExportMutationPayload
  questionAnswerMutation(input: ViewerQuestionAnswerInput!): ViewerQuestionAnswerPayload
  schoolAddressMutation(input: SchoolAddressInput!): SchoolAddressPayload
  schoolChangeAvatarMutation(input: SchoolChangeAvatarInput!): SchoolChangeAvatarPayload
  schoolContactEmailMutation(input: SchoolContactEmailInput!): SchoolContactEmailPayload
  schoolCoverMutation(input: SchoolCoverInput!): SchoolCoverPayload
  schoolCreateMutation(input: SchoolCreateInput!): SchoolCreatePayload
  schoolDescriptionMutation(input: SchoolDescriptionInput!): SchoolDescriptionPayload
  schoolFacilityAddMutation(input: SchoolFacilityAddInput!): SchoolFacilityAddPayload
  schoolFacilityRemoveMutation(input: SchoolFacilityRemoveInput!): SchoolFacilityRemovePayload
  schoolFacilityStoryMutation(input: SchoolFacilityStoryInput!): SchoolFacilityStoryPayload
  schoolFoundingYearMutation(input: SchoolFoundingYearInput!): SchoolFoundingYearPayload
  schoolHasBoardingCompletedMutation(input: SchoolHasBoardingCompletedInput!): SchoolHasBoardingCompletedPayload
  schoolManagerInviteMutation(input: SchoolManagerInviteInput!): SchoolManagerInvitePayload
  schoolManagerRemoveMutation(input: SchoolManagerRemoveInput!): SchoolManagerRemovePayload
  schoolNameMutation(input: SchoolNameInput!): SchoolNamePayload
  schoolPhoneNumberMutation(input: SchoolPhoneNumberInput!): SchoolPhoneNumberPayload
  schoolSloganMutation(input: SchoolSloganInput!): SchoolSloganPayload
  schoolClassCreateMutation(input: SchoolClassCreateInput!): SchoolClassCreatePayload
  schoolWebsiteMutation(input: SchoolWebsiteInput!): SchoolWebsitePayload
  schoolClassIsQualifiedForOccupationalExplorationMutation(input: SchoolClassIsQualifiedForOccupationalExplorationInput!): SchoolClassIsQualifiedForOccupationalExplorationPayload
  contactRequestCreateByViewerMutation(input: ContactRequestCreateByViewerInput!): ContactRequestCreateByViewerPayload
  schoolClassManagerAddMutation(input: SchoolClassManagerAddInput!): SchoolClassManagerAddPayload
  schoolClassManagerRemoveMutation(input: SchoolClassManagerRemoveInput!): SchoolClassManagerRemovePayload
  schoolClassNameMutation(input: SchoolClassNameInput!): SchoolClassNamePayload
  schoolClassUpdateAllMutation(input: SchoolClassUpdateAllInput!): SchoolClassUpdateAllPayload
  schoolClassYearGroupMutation(input: SchoolClassYearGroupInput!): SchoolClassYearGroupPayload
  studentInvitationMutation(input: StudentInvitationInput!): StudentInvitationPayload
  studentJoinSchoolClassMutation(input: StudentJoinSchoolClassInput!): StudentJoinSchoolClassPayload
  storyCreateDraftMutation(input: StoryCreateDraftInput!): StoryCreateDraftPayload
  studentLeaveSchoolClassMutation(input: StudentLeaveSchoolClassInput!): StudentLeaveSchoolClassPayload
  storyCreateFeedItemMutation(input: StoryCreateFeedItemInput!): StoryCreateFeedItemPayload
  storyItemImageMutation(input: StoryItemImageInput!): StoryItemImagePayload
  storyItemTextMutation(input: StoryItemTextInput!): StoryItemTextPayload
  storyTitleUpdateMutation(input: StoryTitleUpdateInput!): StoryTitleUpdatePayload
  systemImportThemeMutation(input: SystemImportThemeInput!): SystemImportThemePayload
  userCreateMutation(input: UserCreateInput!): UserCreatePayload
  userResetPasswordMutation(input: UserResetPasswordInput!): UserResetPasswordPayload
  userResetPasswordSubmitMutation(input: UserResetPasswordSubmitInput!): UserResetPasswordSubmitPayload
  viewerArchiveMutation(input: ViewerArchiveInput!): ViewerArchivePayload
  viewerBillingInformationMutation(input: ViewerBillingInformationInput!): ViewerBillingInformationPayload
  viewerBirthdayMutation(input: ViewerBirthdayInput!): ViewerBirthdayPayload
  viewerCancelSubscriptionMutation(input: ViewerCancelSubscriptionInput!): ViewerCancelSubscriptionPayload
  viewerChangeAvatarMutation(input: ViewerChangeAvatarInput!): ViewerChangeAvatarPayload
  viewerAddOccupationalGroupInterestsMutation(input: ViewerAddOccupationalGroupInterestsInput!): ViewerAddOccupationalGroupInterestsPayload
  viewerChangeEmailMutation(input: ViewerChangeEmailInput!): ViewerChangeEmailPayload
  viewerAddFavoriteSchoolSubjectsMutation(input: ViewerAddFavoriteSchoolSubjectsInput!): ViewerAddFavoriteSchoolSubjectsPayload
  viewerChangeGenderMutation(input: ViewerChangeGenderInput!): ViewerChangeGenderPayload
  viewerChangeNameMutation(input: ViewerChangeNameInput!): ViewerChangeNamePayload
  viewerChangePasswordMutation(input: ViewerChangePasswordInput!): ViewerChangePasswordPayload
  viewerContinueSubscriptionMutation(input: ViewerContinueSubscriptionInput!): ViewerContinueSubscriptionPayload
  viewerExpoPushTokenMutation(input: ViewerExpoPushTokenInput!): ViewerExpoPushTokenPayload
  viewerGDPRExportMutation(input: ViewerGDPRExportInput!): ViewerGDPRExportPayload
  viewerRemoveFavoriteSchoolSubjectsMutation(input: ViewerRemoveFavoriteSchoolSubjectsInput!): ViewerRemoveFavoriteSchoolSubjectsPayload
  deleteInternshipMutation(input: DeleteInternshipMutationInput!): DeleteInternshipMutationPayload
  viewerGrantCompanyProfileReadPermissionsMutation(input: ViewerGrantCompanyProfileReadPermissionsMutationInput!): ViewerGrantCompanyProfileReadPermissionsMutationPayload
  viewerHasBoardingCompletedMutation(input: ViewerHasBoardingCompletedInput!): ViewerHasBoardingCompletedPayload
  viewerAddLanguageMutation(input: ViewerAddLanguageInput!): ViewerAddLanguagePayload
  viewerAddOccupationalFieldInterestsMutation(input: ViewerAddOccupationalFieldInterestsInput!): ViewerAddOccupationalFieldInterestsPayload
  viewerHometownMutation(input: ViewerHometownInput!): ViewerHometownPayload
  viewerIsAvailableForInternshipMutation(input: ViewerIsAvailableForInternshipMutationInput!): ViewerIsAvailableForInternshipMutationPayload
  viewerIsAvailableForTrainingMutation(input: ViewerIsAvailableForTrainingMutationInput!): ViewerIsAvailableForTrainingMutationPayload
  viewerMembershipMutation(input: ViewerMembershipInput!): ViewerMembershipPayload
  viewerNotificationSettingsMutation(input: ViewerNotificationSettingsInput!): ViewerNotificationSettingsPayload
  viewerRemoveLanguageMutation(input: ViewerRemoveLanguageInput!): ViewerRemoveLanguagePayload
  viewerRemoveOccupationalFieldInterestsMutation(input: ViewerRemoveOccupationalFieldInterestsInput!): ViewerRemoveOccupationalFieldInterestsPayload
  viewerRemoveOccupationalGroupInterestsMutation(input: ViewerRemoveOccupationalGroupInterestsInput!): ViewerRemoveOccupationalGroupInterestsPayload
  viewerPaymentMethodMutation(input: ViewerPaymentMethodInput!): ViewerPaymentMethodPayload
  viewerAddProfessionalTrainingsMutation(input: ViewerAddProfessionalTrainingsInput!): ViewerAddProfessionalTrainingsPayload
  viewerRemoveProfessionalTrainingsMutation(input: ViewerRemoveProfessionalTrainingsInput!): ViewerRemoveProfessionalTrainingsPayload
  viewerResendConfirmationEmailMutation(input: ViewerResendConfirmationEmailInput!): ViewerResendConfirmationEmailPayload
  viewerSchoolGraduationMutation(input: ViewerSchoolGraduationInput!): ViewerSchoolGraduationPayload
  viewerVisitMutation(input: ViewerVisitMutationInput!): ViewerVisitMutationPayload
  createInternshipMutation(input: CreateInternshipMutationInput!): CreateInternshipMutationPayload
}

input AchievementIsVisibleOnProfileInput {
  achievementId: String!
  isVisibleOnProfile: Boolean!
  clientMutationId: String
}

type AchievementIsVisibleOnProfilePayload {
  achievement: Achievement!
  clientMutationId: String
}

input AddressCreateInput {
  googlePlaceId: String
  name: String
  street: String!
  streetNumber: String!
  additional: String
  postalCode: String!
  city: String!
  state: String
  districtAdministration: String
  latitude: Float
  longitude: Float
  countryId: String!
  countryDistrictId: String
  clientMutationId: String
}

type AddressCreatePayload {
  address: Address!
  clientMutationId: String
}

input AdminImpersonateUserInput {
  toImpersonateUserId: String!
  clientMutationId: String
}

type AdminImpersonateUserPayload {
  token: String!
  clientMutationId: String
}

input ApiKeyArchiveInput {
  apiKeyId: String!
  clientMutationId: String
}

type ApiKeyArchivePayload {
  result: Boolean!
  clientMutationId: String
}

input AssociationCreateMutationInput {
  googlePlaceId: String!
  associationName: String!
  firstName: String!
  lastName: String!
  email: String!
  password: String!
  clientMutationId: String
}

type AssociationCreateMutationPayload {
  association: Association!
  clientMutationId: String
}

input AssociationManagerInvitationMutationInput {
  email: String!
  clientMutationId: String
}

type AssociationManagerInvitationMutationPayload {
  invitation: Invitation!
  association: Association!
  clientMutationId: String
}

input CompanyActivityArchiveInput {
  companyId: String!
  activityId: String!
  clientMutationId: String
}

type CompanyActivityArchivePayload {
  company: Company!
  activity: Activity!
  clientMutationId: String
}

input CreateRequestMutationInput {
  student: String!
  company: String!
  internship: String!
  rrule: String!
  requestMessage: String
  companyTrainingId: String!
  clientMutationId: String
}

type CreateRequestMutationPayload {
  request: Request!
  clientMutationId: String
}

input DeleteRequestMutationInput {
  id: String!
  clientMutationId: String
}

type DeleteRequestMutationPayload {
  student: User!
  clientMutationId: String
}

input CancelRequestInput {
  id: String!
  message: String
  clientMutationId: String
}

type CancelRequestPayload {
  request: Request!
  company: Company!
  clientMutationId: String
}

input RejectRequestInput {
  id: String!
  message: String
  clientMutationId: String
}

type RejectRequestPayload {
  request: Request!
  company: Company!
  clientMutationId: String
}

input AcceptRequestInput {
  id: String!
  message: String
  contactPerson: String!
  contactPhoneNumber: String!
  startTime: String = "08:00"
  endTime: String = "16:00"
  clientMutationId: String
}

type AcceptRequestPayload {
  booking: Booking!
  company: Company!
  clientMutationId: String
}

input ApiKeyCreateInput {
  name: String!
  email: String
  whitelistIps: [String!]
  clientMutationId: String
}

type ApiKeyCreatePayload {
  apiKey: ApiKey!
  token: String!
  clientMutationId: String
}

input LikeMutationInput {
  objectToken: String!
  clientMutationId: String
}

type LikeMutationPayload {
  result: Boolean!
  viewer: Viewer!
  clientMutationId: String
}

input AssociationManagerRemoveMutationInput {
  userId: String!
  clientMutationId: String
}

type AssociationManagerRemoveMutationPayload {
  association: Association!
  user: User!
  clientMutationId: String
}

input UnlikeMutationInput {
  objectToken: String!
  clientMutationId: String
}

type UnlikeMutationPayload {
  result: Boolean!
  viewer: Viewer!
  clientMutationId: String
}

input ViewerArchiveChatConversationInput {
  chatConversationId: String!
  clientMutationId: String
}

type ViewerArchiveChatConversationPayload {
  chatConversation: ChatConversation!
  clientMutationId: String
}

input ViewerCreateChatTextMessageInput {
  chatConversationId: String!
  message: String!
  clientMutationId: String
}

type ViewerCreateChatTextMessagePayload {
  chatMessage: ChatMessage!
  clientMutationId: String
}

input ViewerCreateSingleChatConversationInput {
  conversationMemberEntityId: String!
  conversationMemberEntityType: String!
  clientMutationId: String
}

type ViewerCreateSingleChatConversationPayload {
  chatConversation: ChatConversation!
  clientMutationId: String
}

input ViewerMarkChatConversationAsReadMutationInput {
  chatConversationId: String!
  clientMutationId: String
}

type ViewerMarkChatConversationAsReadMutationPayload {
  chatConversation: ChatConversation!
  viewer: Viewer!
  clientMutationId: String
}

input ViewerRestoreChatConversationInput {
  chatConversationId: String!
  clientMutationId: String
}

type ViewerRestoreChatConversationPayload {
  chatConversation: ChatConversation!
  clientMutationId: String
}

input CompanyAddressInput {
  addressId: String!
  companyId: String!
  clientMutationId: String
}

type CompanyAddressPayload {
  company: Company!
  clientMutationId: String
}

input CompanyApprenticeInviteInput {
  occupationalTrainingYearId: String!
  email: String!
  clientMutationId: String
}

type CompanyApprenticeInvitePayload {
  invitation: Invitation!
  company: Company!
  clientMutationId: String
}

input CompanyArchiveInput {
  companyOwnerPassword: String!
  companyId: String!
  clientMutationId: String
}

type CompanyArchivePayload {
  company: Company!
  viewer: Viewer!
  clientMutationId: String
}

input CompanyBenefitInput {
  companyPropertyId: String!
  companyId: String!
  storyId: String!
  clientMutationId: String
}

type CompanyBenefitPayload {
  company: Company!
  clientMutationId: String
}

input CompanyChangeAvatarInput {
  imageId: String!
  companyId: String!
  clientMutationId: String
}

type CompanyChangeAvatarPayload {
  company: Company!
  clientMutationId: String
}

input CompanyChangeCoverInput {
  imageId: String!
  companyId: String!
  clientMutationId: String
}

type CompanyChangeCoverPayload {
  company: Company!
  clientMutationId: String
}

input CompanyContactEmailInput {
  contactEmail: String
  companyId: String!
  clientMutationId: String
}

type CompanyContactEmailPayload {
  company: Company!
  clientMutationId: String
}

input CompanyCreateInput {
  districtId: String!
  companyName: String
  googlePlaceId: String!
  firstName: String!
  lastName: String!
  email: String!
  password: String!
  clientMutationId: String
}

type CompanyCreatePayload {
  authToken: String!
  company: Company!
  clientMutationId: String
}

input CompanyDescriptionInput {
  description: String
  companyId: String!
  clientMutationId: String
}

type CompanyDescriptionPayload {
  company: Company!
  clientMutationId: String
}

input CompanyFoundingYearInput {
  foundingYear: Int
  companyId: String!
  clientMutationId: String
}

type CompanyFoundingYearPayload {
  company: Company!
  clientMutationId: String
}

input CompanyHasBoardingCompletedInput {
  hasBoardingCompleted: Boolean!
  companyId: String!
  clientMutationId: String
}

type CompanyHasBoardingCompletedPayload {
  company: Company!
  clientMutationId: String
}

input CompanyImageAddInput {
  imageId: String!
  companyId: String!
  clientMutationId: String
}

type CompanyImageAddPayload {
  company: Company!
  companyImage: CompanyImage!
  clientMutationId: String
}

input CompanyImageRemoveInput {
  companyImageId: String!
  clientMutationId: String
}

type CompanyImageRemovePayload {
  company: Company!
  companyImage: CompanyImage!
  clientMutationId: String
}

input CompanyImageUpdateInput {
  companyImageId: String!
  position: Int
  clientMutationId: String
}

type CompanyImageUpdatePayload {
  company: Company!
  companyImage: CompanyImage!
  clientMutationId: String
}

input CompanyImageUpdateAllInput {
  companyId: String!
  companyImages: [CompanyImageInput!]
  clientMutationId: String
}

input CompanyImageInput {
  id: String!
  position: Int!
}

type CompanyImageUpdateAllPayload {
  company: Company!
  images: CompanyImageConnection
  clientMutationId: String
}

input CompanyIndustryInput {
  companyIndustryId: String!
  companyId: String!
  clientMutationId: String
}

type CompanyIndustryPayload {
  company: Company!
  clientMutationId: String
}

input CompanyInternshipRequestAllowedInput {
  isInternshipRequestAllowed: Boolean!
  companyId: String!
  clientMutationId: String
}

type CompanyInternshipRequestAllowedPayload {
  company: Company!
  clientMutationId: String
}

input CompanyKlischeefreiInput {
  isMemberOfKlischeefrei: Boolean!
  companyId: String!
  clientMutationId: String
}

type CompanyKlischeefreiPayload {
  company: Company!
  clientMutationId: String
}

input CompanyManagerInviteInput {
  email: String!
  clientMutationId: String
}

type CompanyManagerInvitePayload {
  invitation: Invitation!
  company: Company!
  clientMutationId: String
}

input CompanyManagerRemoveInput {
  userId: String!
  clientMutationId: String
}

type CompanyManagerRemovePayload {
  company: Company!
  user: User!
  clientMutationId: String
}

input CompanyManagerTransferOwnershipInput {
  userId: String!
  viewerPassword: String!
  clientMutationId: String
}

type CompanyManagerTransferOwnershipPayload {
  company: Company!
  clientMutationId: String
}

input CompanyNameInput {
  name: String!
  companyId: String!
  clientMutationId: String
}

type CompanyNamePayload {
  company: Company!
  clientMutationId: String
}

input CompanyPhoneNumberInput {
  phoneNumber: String
  companyId: String!
  clientMutationId: String
}

type CompanyPhoneNumberPayload {
  company: Company!
  clientMutationId: String
}

input CompanyPropertyAddInput {
  companyPropertyId: String!
  companyId: String!
  clientMutationId: String
}

type CompanyPropertyAddPayload {
  company: Company!
  clientMutationId: String
}

input CompanyPropertyRemoveInput {
  companyPropertyId: String!
  companyId: String!
  clientMutationId: String
}

type CompanyPropertyRemovePayload {
  company: Company!
  clientMutationId: String
}

input CompanySizeInput {
  companySizeId: String!
  companyId: String!
  clientMutationId: String
}

type CompanySizePayload {
  company: Company!
  clientMutationId: String
}

input CompanySloganInput {
  slogan: String
  companyId: String!
  clientMutationId: String
}

type CompanySloganPayload {
  company: Company!
  clientMutationId: String
}

input CompanySocialMediaInput {
  companyId: String!
  socialMediaLinkedInUrl: String
  socialMediaFacebookUrl: String
  socialMediaXingUrl: String
  socialMediaYoutubeUrl: String
  socialMediaInstagramUrl: String
  socialMediaTwitterUrl: String
  socialMediaTikTokUrl: String
  socialMediaSnapchatUrl: String
  clientMutationId: String
}

type CompanySocialMediaPayload {
  company: Company!
  clientMutationId: String
}

input CompanyStartVerificationMutationInput {
  companyId: String!
  clientMutationId: String
}

type CompanyStartVerificationMutationPayload {
  company: Company!
  clientMutationId: String
}

input CompanyTrainingCreateMultipleMutationInput {
  professionalTrainingIds: [String!]!
  companyId: String!
  clientMutationId: String
}

type CompanyTrainingCreateMultipleMutationPayload {
  company: Company
  clientMutationId: String
}

input CompanyTrainingCreateInput {
  professionalTrainingId: String!
  companyId: String!
  clientMutationId: String
}

type CompanyTrainingCreatePayload {
  companyTraining: CompanyTraining!
  clientMutationId: String
}

input CompanyTrainingRemoveInput {
  companyTrainingId: String!
  clientMutationId: String
}

type CompanyTrainingRemovePayload {
  company: Company!
  clientMutationId: String
}

input CompanyTypeInput {
  companyTypeId: String!
  companyId: String!
  clientMutationId: String
}

type CompanyTypePayload {
  company: Company!
  clientMutationId: String
}

input CompanySubmitVerificationCodeMutationInput {
  companyId: String!
  code: String!
  clientMutationId: String
}

type CompanySubmitVerificationCodeMutationPayload {
  company: Company!
  result: VerificationSubmitResultEnum!
  clientMutationId: String
}

enum VerificationSubmitResultEnum {
  VERIFICATION_RETRY_LIMIT_REACHED
  VERIFICATION_INVALID_CODE
  VERIFICATION_SUCCESS
}

input CompanyWebsiteInput {
  website: String
  companyId: String!
  clientMutationId: String
}

type CompanyWebsitePayload {
  company: Company!
  clientMutationId: String
}

input DistrictAddressInput {
  addressId: String!
  districtId: String!
  clientMutationId: String
}

type DistrictAddressPayload {
  district: District!
  clientMutationId: String
}

input DistrictChangeAvatarInput {
  imageId: String!
  districtId: String!
  clientMutationId: String
}

type DistrictChangeAvatarPayload {
  district: District!
  clientMutationId: String
}

input DistrictChangeCoverInput {
  imageId: String!
  districtId: String!
  clientMutationId: String
}

type DistrictChangeCoverPayload {
  district: District!
  clientMutationId: String
}

input DistrictContactEmailInput {
  contactEmail: String
  districtId: String!
  clientMutationId: String
}

type DistrictContactEmailPayload {
  district: District!
  clientMutationId: String
}

input DistrictDescriptionInput {
  description: String
  districtId: String!
  clientMutationId: String
}

type DistrictDescriptionPayload {
  district: District!
  clientMutationId: String
}

input DistrictManagerInviteInput {
  email: String!
  clientMutationId: String
}

type DistrictManagerInvitePayload {
  invitation: Invitation!
  district: District!
  clientMutationId: String
}

input DistrictManagerRemoveInput {
  userId: String!
  clientMutationId: String
}

type DistrictManagerRemovePayload {
  district: District!
  user: User!
  clientMutationId: String
}

input DistrictManagerTransferOwnershipInput {
  userId: String!
  viewerPassword: String!
  clientMutationId: String
}

type DistrictManagerTransferOwnershipPayload {
  district: District!
  clientMutationId: String
}

input DistrictNameInput {
  name: String!
  districtId: String!
  clientMutationId: String
}

type DistrictNamePayload {
  district: District!
  clientMutationId: String
}

input DistrictPhoneNumberInput {
  phoneNumber: String
  districtId: String!
  clientMutationId: String
}

type DistrictPhoneNumberPayload {
  district: District!
  clientMutationId: String
}

input DistrictWebsiteInput {
  website: String
  districtId: String!
  clientMutationId: String
}

type DistrictWebsitePayload {
  district: District!
  clientMutationId: String
}

input EventAddressInput {
  eventId: String!
  addressId: String!
  clientMutationId: String
}

type EventAddressPayload {
  event: Event!
  clientMutationId: String
}

input EventArchiveInput {
  eventId: String!
  archiveReason: String!
  clientMutationId: String
}

type EventArchivePayload {
  event: Event!
  clientMutationId: String
}

input EventContactEmailInput {
  eventId: String!
  contactEmail: String!
  clientMutationId: String
}

type EventContactEmailPayload {
  event: Event!
  clientMutationId: String
}

input EventContactPersonInput {
  eventId: String!
  contactPerson: String!
  clientMutationId: String
}

type EventContactPersonPayload {
  event: Event!
  clientMutationId: String
}

input EventContactPhoneNumberInput {
  eventId: String!
  contactPhoneNumber: String!
  clientMutationId: String
}

type EventContactPhoneNumberPayload {
  event: Event!
  clientMutationId: String
}

input EventCoverInput {
  eventId: String!
  imageId: String!
  clientMutationId: String
}

type EventCoverPayload {
  event: Event!
  clientMutationId: String
}

input EventCustomQuestionsInput {
  eventId: String!
  customQuestions: [String!]
  clientMutationId: String
}

type EventCustomQuestionsPayload {
  event: Event!
  clientMutationId: String
}

input EventDescriptionInput {
  eventId: String!
  secondaryDescription: String!
  clientMutationId: String
}

type EventDescriptionPayload {
  event: Event!
  clientMutationId: String
}

input EventInclusionInput {
  eventId: String!
  isSuitableForPeopleWithMentalDisabilities: Boolean!
  isSuitableForPeopleWithWalkingDisabilities: Boolean!
  isSuitableForPeopleWithSpeechDisabilities: Boolean!
  isSuitableForPeopleWithLowVision: Boolean!
  isSuitableForPeopleWithHearingWeakness: Boolean!
  clientMutationId: String
}

type EventInclusionPayload {
  event: Event!
  clientMutationId: String
}

input EventJoinInput {
  eventId: String!
  questionsAnswers: [EventParticipationQuestionAnswerInput!]
  clientMutationId: String
}

input EventParticipationQuestionAnswerInput {
  id: String!
  answer: String!
}

type EventJoinPayload {
  eventParticipant: EventParticipant
  event: Event!
  viewer: Viewer!
  clientMutationId: String
}

input EventLeaveInput {
  eventId: String!
  clientMutationId: String
}

type EventLeavePayload {
  event: Event!
  viewer: Viewer!
  clientMutationId: String
}

input EventMaxNumberOfParticipantsInput {
  eventId: String!
  maxNumberOfParticipants: Int!
  clientMutationId: String
}

type EventMaxNumberOfParticipantsPayload {
  event: Event!
  clientMutationId: String
}

input EventOccupationalGroupInput {
  eventId: String!
  occupationalGroupId: String!
  clientMutationId: String
}

type EventOccupationalGroupPayload {
  event: Event!
  clientMutationId: String
}

input EventParticipantConfirmInput {
  eventParticipantId: String!
  eventParticipationConfirmationToken: String!
  status: EventParticipantStatusEnum!
  clientMutationId: String
}

type EventParticipantConfirmPayload {
  eventParticipant: EventParticipant
  error: EventParticipantConfirmMutationErrorEnum
  clientMutationId: String
}

enum EventParticipantConfirmMutationErrorEnum {
  ACCESS_DENIED
  INVALID_TOKEN
  INVALID_DAY
  ALREADY_CONFIRMED
}

input EventParticipantContactPersonInput {
  eventParticipantId: String!
  contactPerson: String
  clientMutationId: String
}

type EventParticipantContactPersonPayload {
  eventParticipant: EventParticipant
  clientMutationId: String
}

input EventParticipantRemoveInput {
  eventParticipantId: String!
  clientMutationId: String
}

type EventParticipantRemovePayload {
  event: Event!
  clientMutationId: String
}

input EventProcessDescriptionInput {
  eventId: String!
  processDescription: String!
  clientMutationId: String
}

type EventProcessDescriptionPayload {
  event: Event!
  clientMutationId: String
}

input EventTimeInput {
  eventId: String!
  startTime: String!
  endTime: String!
  clientMutationId: String
}

type EventTimePayload {
  event: Event!
  clientMutationId: String
}

input EventDescriptionsUpdateInput {
  eventId: String!
  processDescription: String!
  secondaryDescription: String!
  clientMutationId: String
}

type EventDescriptionsUpdatePayload {
  event: Event!
  clientMutationId: String
}

input EventTitleInput {
  eventId: String!
  title: String!
  clientMutationId: String
}

type EventTitlePayload {
  event: Event!
  clientMutationId: String
}

input EventFairAddressInput {
  eventFairId: String!
  addressId: String!
  clientMutationId: String
}

type EventFairAddressPayload {
  eventFair: EventFair!
  clientMutationId: String
}

input EventFairDetailsUpdateInput {
  eventFairId: String!
  imageId: String!
  title: String!
  visibleForUsersAt: DateTime!
  clientMutationId: String
}

type EventFairDetailsUpdatePayload {
  eventFair: EventFair!
  clientMutationId: String
}

input EventDetailsUpdateInput {
  eventId: String!
  imageId: String!
  name: String
  occupationalGroupId: String!
  isSuitableForPeopleWithMentalDisabilities: Boolean!
  isSuitableForPeopleWithWalkingDisabilities: Boolean!
  isSuitableForPeopleWithSpeechDisabilities: Boolean!
  isSuitableForPeopleWithLowVision: Boolean!
  isSuitableForPeopleWithHearingWeakness: Boolean!
  contactPerson: String!
  contactPhoneNumber: String!
  startTime: String!
  endTime: String!
  maxNumberOfParticipants: Int!
  clientMutationId: String
}

type EventDetailsUpdatePayload {
  event: Event!
  clientMutationId: String
}

input EventRatingQuestionAnswerMutationInput {
  eventRatingQuestionAnswerId: String!
  answerValue: Int!
  clientMutationId: String
}

type EventRatingQuestionAnswerMutationPayload {
  eventRating: EventRating!
  eventRatingQuestionAnswer: EventRatingQuestionAnswer!
  clientMutationId: String
}

input EventFairCreateInput {
  addressId: String!
  name: String!
  isVisibleForUsersAt: DateTime!
  clientMutationId: String
}

type EventFairCreatePayload {
  eventFair: EventFair!
  clientMutationId: String
}

input EventFairDayCreateInput {
  eventFairId: String!
  startAt: DateTime!
  endAt: DateTime!
  clientMutationId: String
}

type EventFairDayCreatePayload {
  eventFairDay: EventFairDay!
  clientMutationId: String
}

input EventFairDayRemoveInput {
  eventFairDayId: String!
  clientMutationId: String
}

type EventFairDayRemovePayload {
  eventFair: EventFair!
  clientMutationId: String
}

input EventFairDayScheduleCreateInput {
  eventFairDayId: String!
  eventFairExhibitorId: String!
  intervalMinutes: Int!
  maxNumberOfParticipants: Int!
  customQuestions: [String!]
  clientMutationId: String
}

type EventFairDayScheduleCreatePayload {
  eventFairDay: EventFairDay!
  eventFairExhibitor: EventFairExhibitor!
  clientMutationId: String
}

input EventFairDescriptionInput {
  eventFairId: String!
  description: String
  clientMutationId: String
}

type EventFairDescriptionPayload {
  eventFair: EventFair!
  clientMutationId: String
}

input EventFairExhibitorBoothInformationInput {
  eventFairExhibitorId: String!
  boothInformation: String
  clientMutationId: String
}

type EventFairExhibitorBoothInformationPayload {
  eventFairExhibitor: EventFairExhibitor!
  clientMutationId: String
}

input EventFairExhibitorCreateInput {
  eventFairId: String!
  companyId: String!
  clientMutationId: String
}

type EventFairExhibitorCreatePayload {
  eventFairExhibitor: EventFairExhibitor!
  clientMutationId: String
}

input ContactRequestCreateByDistrictInput {
  districtId: String!
  name: String!
  accountType: String!
  email: String!
  message: String!
  clientMutationId: String
}

type ContactRequestCreateByDistrictPayload {
  result: Boolean!
  id: String!
  clientMutationId: String
}

input EventFairExhibitorRemoveInput {
  eventFairExhibitorId: String!
  clientMutationId: String
}

type EventFairExhibitorRemovePayload {
  eventFair: EventFair!
  clientMutationId: String
}

input EventFairIsVisibleForUsersAtInput {
  eventFairId: String!
  isVisibleForUsersAt: DateTime!
  clientMutationId: String
}

type EventFairIsVisibleForUsersAtPayload {
  eventFair: EventFair!
  clientMutationId: String
}

input EventFairTitleInput {
  eventFairId: String!
  title: String!
  clientMutationId: String
}

type EventFairTitlePayload {
  eventFair: EventFair!
  clientMutationId: String
}

input FeedbackCreateMutationInput {
  feedbackReasonId: String!
  name: String = "Anonymer Benutzer"
  email: String!
  message: String!
  districtId: String
  schoolId: String
  clientMutationId: String
}

type FeedbackCreateMutationPayload {
  feedback: Feedback!
  clientMutationId: String
}

type Feedback implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String
  email: String!
  message: String
  reason: FeedbackReason!
  user: User
  district: District
  school: School
}

input ReportCreateInput {
  entityToken: String!
  reason: String!
  message: String
  clientMutationId: String
}

type ReportCreatePayload {
  result: Boolean!
  clientMutationId: String
}

input FileDownloadTicketMutationInput {
  fileId: String!
  clientMutationId: String
}

type FileDownloadTicketMutationPayload {
  fileDownloadTicket: FileDownloadTicket!
  clientMutationId: String
}

type FileDownloadTicket implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  downloadLink: String!
  isExpired: Boolean!
  isViewerAllowedToDownloadFile: Boolean!
}

input ImageUploadByUnsplashInput {
  unsplashImageId: String!
  clientMutationId: String
}

type ImageUploadByUnsplashPayload {
  image: Image!
  clientMutationId: String
}

input ImageUploadInput {
  files: [String]
  clientMutationId: String
}

type ImageUploadPayload {
  image: Image!
  clientMutationId: String
}

input OccupationalExplorationChangeCoverInput {
  imageId: String!
  occupationalExplorationId: String!
  clientMutationId: String
}

type OccupationalExplorationChangeCoverPayload {
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input OccupationalExplorationCreateInput {
  schoolYearId: String!
  numberOfEventsParticipatedByStudent: Int!
  participationMustBeDifferentInOccupationalGroups: Boolean!
  days: [String!]
  companyStartAt: DateTime
  studentStartAt: DateTime
  clientMutationId: String
}

type OccupationalExplorationCreatePayload {
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input OccupationalExplorationDayCreateInput {
  occupationalExplorationId: String!
  day: String!
  schoolIds: [String!]
  clientMutationId: String
}

type OccupationalExplorationDayCreatePayload {
  occupationalExplorationDay: OccupationalExplorationDay!
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input OccupationalExplorationDayDeleteInput {
  occupationalExplorationDayId: String!
  clientMutationId: String
}

type OccupationalExplorationDayDeletePayload {
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input OccupationalExplorationDayEventCreateInput {
  explorationDays: [OccupationalExplorationDayEventCreateDayInput!]
  occupationalGroupId: String!
  addressId: String!
  description: String!
  processDescription: String!
  contactPerson: String!
  contactPhoneNumber: String!
  contactEmail: String!
  isSuitableForPeopleWithMentalDisabilities: Boolean!
  isSuitableForPeopleWithWalkingDisabilities: Boolean!
  isSuitableForPeopleWithSpeechDisabilities: Boolean!
  isSuitableForPeopleWithLowVision: Boolean!
  isSuitableForPeopleWithHearingWeakness: Boolean!
  customQuestions: [String!]
  imageId: String!
  title: String
  clientMutationId: String
}

input OccupationalExplorationDayEventCreateDayInput {
  id: String!
  startTime: String!
  endTime: String!
  participantCount: Int!
}

type OccupationalExplorationDayEventCreatePayload {
  events: [Event!]
  company: Company!
  viewer: Viewer!
  clientMutationId: String
}

input OccupationalExplorationDayUpdateInput {
  oldOccupationalExplorationDayId: String!
  newDay: String!
  schoolIds: [String!]
  clientMutationId: String
}

type OccupationalExplorationDayUpdatePayload {
  occupationalExplorationDay: OccupationalExplorationDay!
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input ViewerMarkNotificationsAsReadInput {
  markAsRead: Boolean
  clientMutationId: String
}

type ViewerMarkNotificationsAsReadPayload {
  viewer: Viewer!
  clientMutationId: String
}

input OccupationalExplorationDescriptionInput {
  description: String!
  occupationalExplorationId: String!
  clientMutationId: String
}

type OccupationalExplorationDescriptionPayload {
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input OccupationalExplorationNumberOfEventsParticipatedByStudentInput {
  numberOfEventsParticipatedByStudent: Int!
  occupationalExplorationId: String!
  clientMutationId: String
}

type OccupationalExplorationNumberOfEventsParticipatedByStudentPayload {
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input OccupationalExplorationParticipationMustBeDifferentInOccupationalGroupsInput {
  participationMustBeDifferentInOccupationalGroups: Boolean!
  occupationalExplorationId: String!
  clientMutationId: String
}

type OccupationalExplorationParticipationMustBeDifferentInOccupationalGroupsPayload {
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input OccupationalExplorationVisibleForCompaniesAtInput {
  isVisibleForCompaniesAt: DateTime!
  occupationalExplorationId: String!
  clientMutationId: String
}

type OccupationalExplorationVisibleForCompaniesAtPayload {
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input OccupationalExplorationVisibleForStudentsAtInput {
  isVisibleForStudentsAt: DateTime!
  occupationalExplorationId: String!
  clientMutationId: String
}

type OccupationalExplorationVisibleForStudentsAtPayload {
  occupationalExploration: OccupationalExploration!
  clientMutationId: String
}

input OccupationalTrainingCreateInput {
  professionalTrainingId: String!
  name: String!
  yearCount: Int!
  clientMutationId: String
}

type OccupationalTrainingCreatePayload {
  occupationalTraining: OccupationalTraining!
  clientMutationId: String
}

type OccupationalTraining implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  name: String!
  professionalTrainingId: String!
  ownerToken: String!
  ownerId: String!
  ownerType: String!
  years(after: String, first: Int): OccupationalTrainingConnection
  yearsCount: Int!
}

"A connection to a list of items."
type OccupationalTrainingConnection {
  "Information to aid in pagination."
  pageInfo: PageInfo!

  "Information to aid in pagination."
  edges: [OccupationalTrainingEdge]

  "TotalCount to aid in pagination."
  totalCount: Int!
}

"An edge in a connection."
type OccupationalTrainingEdge {
  "The item at the end of the edge."
  node: OccupationalTraining!

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

input ParenthoodCreateMutationInput {
  userId: String!
  email: String!
  firstName: String!
  lastName: String!
  clientMutationId: String
}

type ParenthoodCreateMutationPayload {
  parenthood: Parenthood!
  viewer: Viewer!
  user: User!
  clientMutationId: String
}

input ParenthoodIsChildAllowedToParticipateInInternshipsMutationInput {
  parenthoodId: String!
  userId: String
  isChildAllowedToParticipateInInternships: Boolean!
  comment: String
  clientMutationId: String
}

type ParenthoodIsChildAllowedToParticipateInInternshipsMutationPayload {
  parenthood: Parenthood!
  clientMutationId: String
}

input ParenthoodIsChildAllowedToParticipateInOccupationalExplorationEventsMutationInput {
  parenthoodId: String!
  userId: String
  isChildAllowedToParticipateInOccupationalExplorationEvents: Boolean!
  comment: String
  clientMutationId: String
}

type ParenthoodIsChildAllowedToParticipateInOccupationalExplorationEventsMutationPayload {
  parenthood: Parenthood!
  clientMutationId: String
}

input ParenthoodIsVisibleForCompaniesMutationInput {
  parenthoodId: String!
  userId: String
  isVisibleForCompanies: Boolean!
  comment: String
  clientMutationId: String
}

type ParenthoodIsVisibleForCompaniesMutationPayload {
  parenthood: Parenthood!
  clientMutationId: String
}

input ParenthoodRemoveMutationInput {
  parenthoodId: String!
  clientMutationId: String
}

type ParenthoodRemoveMutationPayload {
  viewer: Viewer!
  user: User!
  clientMutationId: String
}

input ParenthoodRequestGDPRExportMutationInput {
  parenthoodId: String!
  clientMutationId: String
}

type ParenthoodRequestGDPRExportMutationPayload {
  parenthood: Parenthood!
  gdprExport: GDPRExport!
  clientMutationId: String
}

input ViewerQuestionAnswerInput {
  id: String!
  answer: Int!
  clientMutationId: String
}

type ViewerQuestionAnswerPayload {
  nextMainQuestion: Question
  nextQuestionForCategory: Question
  category: QuestionCategory!
  question: Question!
  viewer: Viewer!
  clientMutationId: String
}

input SchoolAddressInput {
  schoolId: String!
  addressId: String!
  clientMutationId: String
}

type SchoolAddressPayload {
  school: School!
  clientMutationId: String
}

input SchoolChangeAvatarInput {
  imageId: String!
  schoolId: String!
  clientMutationId: String
}

type SchoolChangeAvatarPayload {
  school: School!
  clientMutationId: String
}

input SchoolContactEmailInput {
  schoolId: String!
  contactEmail: String
  clientMutationId: String
}

type SchoolContactEmailPayload {
  school: School!
  clientMutationId: String
}

input SchoolCoverInput {
  schoolId: String!
  imageId: String!
  clientMutationId: String
}

type SchoolCoverPayload {
  school: School!
  clientMutationId: String
}

input SchoolCreateInput {
  districtId: String!
  googlePlaceId: String!
  schoolTypeId: String!
  clientMutationId: String
}

type SchoolCreatePayload {
  school: School!
  clientMutationId: String
}

input SchoolDescriptionInput {
  schoolId: String!
  description: String
  clientMutationId: String
}

type SchoolDescriptionPayload {
  school: School!
  clientMutationId: String
}

input SchoolFacilityAddInput {
  schoolFacilityId: String!
  schoolId: String!
  clientMutationId: String
}

type SchoolFacilityAddPayload {
  school: School!
  clientMutationId: String
}

input SchoolFacilityRemoveInput {
  schoolFacilityId: String!
  schoolId: String!
  clientMutationId: String
}

type SchoolFacilityRemovePayload {
  school: School!
  clientMutationId: String
}

input SchoolFacilityStoryInput {
  schoolFacilityId: String!
  schoolId: String!
  storyId: String!
  clientMutationId: String
}

type SchoolFacilityStoryPayload {
  school: School!
  clientMutationId: String
}

input SchoolFoundingYearInput {
  schoolId: String!
  foundingYear: Int
  clientMutationId: String
}

type SchoolFoundingYearPayload {
  school: School!
  clientMutationId: String
}

input SchoolHasBoardingCompletedInput {
  hasBoardingCompleted: Boolean!
  schoolId: String!
  clientMutationId: String
}

type SchoolHasBoardingCompletedPayload {
  school: School!
  clientMutationId: String
}

input SchoolManagerInviteInput {
  schoolId: String!
  email: String!
  clientMutationId: String
}

type SchoolManagerInvitePayload {
  invitation: Invitation!
  school: School!
  clientMutationId: String
}

input SchoolManagerRemoveInput {
  userId: String!
  schoolId: String!
  clientMutationId: String
}

type SchoolManagerRemovePayload {
  school: School!
  user: User!
  clientMutationId: String
}

input SchoolNameInput {
  schoolId: String!
  name: String
  clientMutationId: String
}

type SchoolNamePayload {
  school: School!
  clientMutationId: String
}

input SchoolPhoneNumberInput {
  schoolId: String!
  phoneNumber: String
  clientMutationId: String
}

type SchoolPhoneNumberPayload {
  school: School!
  clientMutationId: String
}

input SchoolSloganInput {
  schoolId: String!
  slogan: String
  clientMutationId: String
}

type SchoolSloganPayload {
  school: School!
  clientMutationId: String
}

input SchoolClassCreateInput {
  schoolId: String!
  schoolYearGroupId: String!
  name: String!
  primaryManagerUserId: String
  isQualifiedForOccupationalExploration: Boolean
  clientMutationId: String
}

type SchoolClassCreatePayload {
  schoolClass: SchoolClass!
  clientMutationId: String
}

input SchoolWebsiteInput {
  schoolId: String!
  website: String
  clientMutationId: String
}

type SchoolWebsitePayload {
  school: School!
  clientMutationId: String
}

input SchoolClassIsQualifiedForOccupationalExplorationInput {
  schoolClassId: String!
  isQualifiedForOccupationalExploration: Boolean!
  clientMutationId: String
}

type SchoolClassIsQualifiedForOccupationalExplorationPayload {
  schoolClass: SchoolClass!
  clientMutationId: String
}

input ContactRequestCreateByViewerInput {
  message: String!
  clientMutationId: String
}

type ContactRequestCreateByViewerPayload {
  result: Boolean!
  id: String!
  clientMutationId: String
}

input SchoolClassManagerAddInput {
  schoolClassId: String!
  userId: String!
  clientMutationId: String
}

type SchoolClassManagerAddPayload {
  schoolClass: SchoolClass!
  viewer: Viewer!
  clientMutationId: String
}

input SchoolClassManagerRemoveInput {
  schoolClassId: String!
  userId: String!
  clientMutationId: String
}

type SchoolClassManagerRemovePayload {
  schoolClass: SchoolClass!
  clientMutationId: String
}

input SchoolClassNameInput {
  schoolClassId: String!
  name: String!
  clientMutationId: String
}

type SchoolClassNamePayload {
  schoolClass: SchoolClass!
  clientMutationId: String
}

input SchoolClassUpdateAllInput {
  schoolClassId: String!
  schoolYearGroupId: String!
  name: String!
  schoolClassManagerUserIds: [String!]!
  clientMutationId: String
}

type SchoolClassUpdateAllPayload {
  schoolClass: SchoolClass!
  clientMutationId: String
}

input SchoolClassYearGroupInput {
  schoolClassId: String!
  yearGroupId: String!
  clientMutationId: String
}

type SchoolClassYearGroupPayload {
  schoolClass: SchoolClass!
  clientMutationId: String
}

input StudentInvitationInput {
  schoolClassId: String!
  email: String!
  clientMutationId: String
}

type StudentInvitationPayload {
  invitation: Invitation!
  schoolClass: SchoolClass!
  clientMutationId: String
}

input StudentJoinSchoolClassInput {
  invitationId: String!
  clientMutationId: String
}

type StudentJoinSchoolClassPayload {
  viewer: Viewer!
  clientMutationId: String
}

input StoryCreateDraftInput {
  imageId: String!
  context: StoryContextEnum!
  clientMutationId: String
}

type StoryCreateDraftPayload {
  story: Story!
  clientMutationId: String
}

input StudentLeaveSchoolClassInput {
  schoolClassId: String!
  userId: String!
  clientMutationId: String
}

type StudentLeaveSchoolClassPayload {
  schoolClass: SchoolClass!
  viewer: Viewer!
  clientMutationId: String
}

input StoryCreateFeedItemInput {
  storyId: String!
  clientMutationId: String
}

type StoryCreateFeedItemPayload {
  activityId: String!
  clientMutationId: String
}

input StoryItemImageInput {
  storyId: String!
  storyItemId: String!
  imageId: String!
  clientMutationId: String
}

type StoryItemImagePayload {
  storyItem: StoryItem!
  clientMutationId: String
}

input StoryItemTextInput {
  storyId: String!
  storyItemId: String!
  text: String!
  clientMutationId: String
}

type StoryItemTextPayload {
  storyItem: StoryItem!
  clientMutationId: String
}

input StoryTitleUpdateInput {
  storyId: String!
  title: String!
  clientMutationId: String
}

type StoryTitleUpdatePayload {
  story: Story!
  clientMutationId: String
}

input SystemImportThemeInput {
  result: String
  clientMutationId: String
}

type SystemImportThemePayload {
  system: System!
  clientMutationId: String
}

input UserCreateInput {
  districtId: String!
  invitationId: String
  firstName: String!
  lastName: String!
  email: String!
  password: String!
  clientMutationId: String
}

type UserCreatePayload {
  authToken: String!
  viewer: Viewer!
  clientMutationId: String
}

input UserResetPasswordInput {
  email: String!
  clientMutationId: String
}

type UserResetPasswordPayload {
  result: Boolean!
  clientMutationId: String
}

input UserResetPasswordSubmitInput {
  token: String!
  newPassword: String!
  clientMutationId: String
}

type UserResetPasswordSubmitPayload {
  result: Boolean!
  clientMutationId: String
}

input ViewerArchiveInput {
  password: String!
  clientMutationId: String
}

type ViewerArchivePayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerBillingInformationInput {
  billingAddressId: String
  billingEmail: String
  clientMutationId: String
}

type ViewerBillingInformationPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerBirthdayInput {
  birthday: Date!
  clientMutationId: String
}

scalar Date

type ViewerBirthdayPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerCancelSubscriptionInput {
  subscriptionId: String!
  clientMutationId: String
}

type ViewerCancelSubscriptionPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerChangeAvatarInput {
  imageId: String!
  clientMutationId: String
}

type ViewerChangeAvatarPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerAddOccupationalGroupInterestsInput {
  occupationalGroupIds: [String!]
  clientMutationId: String
}

type ViewerAddOccupationalGroupInterestsPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerChangeEmailInput {
  newEmail: String!
  clientMutationId: String
}

type ViewerChangeEmailPayload {
  authToken: String!
  viewer: Viewer!
  clientMutationId: String
}

input ViewerAddFavoriteSchoolSubjectsInput {
  schoolSubjectIds: [String!]
  clientMutationId: String
}

type ViewerAddFavoriteSchoolSubjectsPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerChangeGenderInput {
  gender: GenderEnum!
  clientMutationId: String
}

type ViewerChangeGenderPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerChangeNameInput {
  firstName: String!
  lastName: String!
  clientMutationId: String
}

type ViewerChangeNamePayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerChangePasswordInput {
  oldPassword: String!
  newPassword: String!
  clientMutationId: String
}

type ViewerChangePasswordPayload {
  result: Boolean!
  reason: PasswordChangeReasonEnum!
  clientMutationId: String
}

enum PasswordChangeReasonEnum {
  access_denied
  invalid_password
  email_address_needs_confirmation
  success
}

input ViewerContinueSubscriptionInput {
  subscriptionId: String!
  clientMutationId: String
}

type ViewerContinueSubscriptionPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerExpoPushTokenInput {
  districtId: String!
  expoToken: String!
  permissionStatus: String!
  clientMutationId: String
}

type ViewerExpoPushTokenPayload {
  expoPushToken: ExpoPushToken!
  clientMutationId: String
}

type ExpoPushToken implements EntityInterface {
  id: ID
  entityType: String!
  entityToken: String!
  createdAt: DateTime!
  updatedAt: DateTime!
  deepLink: String
  isDeleted: Boolean!
  token: String!
}

input ViewerGDPRExportInput {
  sendEmail: Boolean
  clientMutationId: String
}

type ViewerGDPRExportPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerRemoveFavoriteSchoolSubjectsInput {
  schoolSubjectIds: [String!]
  clientMutationId: String
}

type ViewerRemoveFavoriteSchoolSubjectsPayload {
  viewer: Viewer!
  clientMutationId: String
}

input DeleteInternshipMutationInput {
  schoolClassInternshipId: String!
  clientMutationId: String
}

type DeleteInternshipMutationPayload {
  schoolClass: SchoolClass!
  clientMutationId: String
}

input ViewerGrantCompanyProfileReadPermissionsMutationInput {
  companyId: String!
  name: Boolean!
  avatar: Boolean!
  birthday: Boolean!
  schoolGraduation: Boolean = true
  gender: Boolean!
  clientMutationId: String
}

type ViewerGrantCompanyProfileReadPermissionsMutationPayload {
  company: Company!
  viewer: Viewer!
  clientMutationId: String
}

input ViewerHasBoardingCompletedInput {
  hasBoardingCompleted: Boolean!
  clientMutationId: String
}

type ViewerHasBoardingCompletedPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerAddLanguageInput {
  languageId: String!
  percent: Int!
  clientMutationId: String
}

type ViewerAddLanguagePayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerAddOccupationalFieldInterestsInput {
  occupationalFieldIds: [String!]
  clientMutationId: String
}

type ViewerAddOccupationalFieldInterestsPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerHometownInput {
  googlePlaceId: String!
  clientMutationId: String
}

type ViewerHometownPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerIsAvailableForInternshipMutationInput {
  isAvailableForInternship: Boolean!
  clientMutationId: String
}

type ViewerIsAvailableForInternshipMutationPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerIsAvailableForTrainingMutationInput {
  isAvailableForTraining: Boolean!
  clientMutationId: String
}

type ViewerIsAvailableForTrainingMutationPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerMembershipInput {
  membershipId: String!
  paymentInterval: PaymentIntervalEnum!
  clientMutationId: String
}

type ViewerMembershipPayload {
  viewer: Viewer!
  subscription: Subscription!
  clientMutationId: String
}

input ViewerNotificationSettingsInput {
  isEmailNotificationEnabled: Boolean
  isMobileNotificationEnabled: Boolean
  clientMutationId: String
}

type ViewerNotificationSettingsPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerRemoveLanguageInput {
  languageId: String!
  clientMutationId: String
}

type ViewerRemoveLanguagePayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerRemoveOccupationalFieldInterestsInput {
  occupationalFieldIds: [String!]
  clientMutationId: String
}

type ViewerRemoveOccupationalFieldInterestsPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerRemoveOccupationalGroupInterestsInput {
  occupationalGroupIds: [String!]
  clientMutationId: String
}

type ViewerRemoveOccupationalGroupInterestsPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerPaymentMethodInput {
  stripePaymentMethodId: String
  clientMutationId: String
}

type ViewerPaymentMethodPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerAddProfessionalTrainingsInput {
  professionalTrainingIds: [String!]
  section: ProfessionalTrainingSectionEnum!
  clientMutationId: String
}

enum ProfessionalTrainingSectionEnum {
  completed
  interests
  internships
}

type ViewerAddProfessionalTrainingsPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerRemoveProfessionalTrainingsInput {
  professionalTrainingIds: [String!]
  section: ProfessionalTrainingSectionEnum!
  clientMutationId: String
}

type ViewerRemoveProfessionalTrainingsPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerResendConfirmationEmailInput {
  resendConfirmationEmail: Boolean!
  clientMutationId: String
}

type ViewerResendConfirmationEmailPayload {
  result: Boolean!
  clientMutationId: String
}

input ViewerSchoolGraduationInput {
  schoolGraduationId: String!
  clientMutationId: String
}

type ViewerSchoolGraduationPayload {
  viewer: Viewer!
  clientMutationId: String
}

input ViewerVisitMutationInput {
  targetToken: String!
  clientMutationId: String
}

type ViewerVisitMutationPayload {
  result: Boolean!
  viewer: Viewer!
  clientMutationId: String
}

input CreateInternshipMutationInput {
  schoolClassId: String!
  rrule: String!
  visibleForStudentsAt: DateTime!
  description: String
  clientMutationId: String
}

type CreateInternshipMutationPayload {
  internship: Internship!
  clientMutationId: String
}