https://design.berufsreise-dev.at/graphql/internal

GraphController :: endpointAction

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"Overblog\GraphQLBundle\Controller\GraphController::endpointAction"
_firewall_context
"security.firewall.map.context.oauth2_api"
_format
"json"
_route
"overblog_graphql_multiple_endpoint"
_route_params
[
  "_format" => "json"
  "schemaName" => "internal"
]
_stopwatch_token
"f7feea"
schemaName
"internal"

Request Headers

Header Value
accept
"application/json, text/plain, */*"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"en-GB,en-US;q=0.9,en;q=0.8,ru;q=0.7"
authorization
"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiJmZWNlOTM5N2FiZmY4OWExZjRiZjhmNDgwYTkwNmU5YyIsImp0aSI6ImJlNzc3NTU2YmU2YmMxYjYyOThhMTM5NWEyNDUwMjJiYTFkMGMzMTQwYTJkYmFkOTJiMGY3YjgzNzk0MTE1NDE4Zjg5ZDM3MTRjNDhlNjI1IiwiaWF0IjoxNzQwNDY4MTQ3LjIxMDY2NCwibmJmIjoxNzQwNDY4MTQ3LjIxMDY5LCJleHAiOjE3NDA1MTEzNDcuMTIzNzM5LCJzdWIiOiIyNTdmZjFkNy1hNjcwLTExZWYtYWE0ZS1kZDllODJiMWVlOTYiLCJzY29wZXMiOlsiZGVmYXVsdHNjb3BlIl19.V9_ngx5QCPtGu8I5dzoLi87qnEB-cPijULiVqimDRPLiOU5bMTc9OytWuISQePjrvWlN8VnxpXhg2aLVZ9V0hEeFsvVVnbN2rc2hWKvyBmu4uiIXOE3mwjHQ_oliqCIFZyTj0Lyf1xX5EaDLcFNVPo6PxTNz90-7u7F-trGjZ0YyooLs1gM6dQCjHpeBBI7SC_W_y795Wo-OXYQo_6VCfjInTWY6lQuTJN26smW-Seu37QT_I1K8ZarszETjn50vYBM1_8PKoaT9_Aro2PbUaPDvzJQCVljGe0gM_Hz2R3jYt1cnvloEeEBrEMwcy2mYAyReU72OIr0S7zfJHw6y-w"
content-length
"5352"
content-type
"application/json"
host
"design.berufsreise-dev.at"
origin
"http://localhost:4200"
priority
"u=1, i"
sec-ch-ua
""Not(A:Brand";v="99", "Google Chrome";v="133", "Chromium";v="133""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""macOS""
sec-fetch-dest
"empty"
sec-fetch-mode
"cors"
sec-fetch-site
"cross-site"
user-agent
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36"
x-php-ob-level
"1"

Request Content

Pretty

{
    "operationName": "GetSelectedCompanyProfile",
    "variables": {},
    "query": "query GetSelectedCompanyProfile {\n  getSelectedCompanyProfile {\n    id\n    name\n    uuid\n    description\n    founded\n    quizUrl\n    logoStyle\n    headerPicture {\n      ...imageFields\n      __typename\n    }\n    companyProfilePicture {\n      ...imageFields\n      __typename\n    }\n    locations {\n      id\n      name\n      address {\n        street\n        number\n        addressCity {\n          name\n          addressDistrict {\n            name\n            __typename\n          }\n          __typename\n        }\n        addressLatLon {\n          lat\n          lon\n          __typename\n        }\n        __typename\n      }\n      __typename\n    }\n    jobs {\n      ...professionPreviewFields\n      __typename\n    }\n    companySize {\n      id\n      name\n      text\n      __typename\n    }\n    certificates {\n      id\n      name\n      picturePath\n      __typename\n    }\n    companyBenefits {\n      id\n      name\n      __typename\n    }\n    trainingInformation\n    url\n    contactGallery {\n      ...contactGalleryFields\n      __typename\n    }\n    profileLink {\n      entries {\n        linkType\n        linkValue\n        __typename\n      }\n      __typename\n    }\n    mediaGallery {\n      ...mediaGalleryFields\n      __typename\n    }\n    documents {\n      galleryItems {\n        id\n        contentType\n        document {\n          id\n          filePath\n          name\n          __typename\n        }\n        __typename\n      }\n      __typename\n    }\n    offers {\n      id\n      offerType\n      name\n      __typename\n    }\n    jobMarkets {\n      id\n      name\n      positionType\n      addresses {\n        addressCity {\n          name\n          __typename\n        }\n        __typename\n      }\n      jobs {\n        id\n        bicID\n        name\n        interestFields {\n          id\n          __typename\n        }\n        __typename\n      }\n      __typename\n    }\n    relatedCompanies {\n      id\n      uuid\n      name\n      companyBenefits {\n        id\n        name\n        __typename\n      }\n      companyProfilePicture {\n        ...imageFields\n        __typename\n      }\n      jobs {\n        id\n        name\n        interestFields {\n          id\n          __typename\n        }\n        __typename\n      }\n      locations {\n        name\n        address {\n          street\n          addressCity {\n            name\n            addressDistrict {\n              name\n              __typename\n            }\n            __typename\n          }\n          addressLatLon {\n            lat\n            lon\n            __typename\n          }\n          __typename\n        }\n        __typename\n      }\n      __typename\n    }\n    __typename\n  }\n}\n\nfragment contactGalleryFields on ContactGallery {\n  id\n  galleryEntries {\n    id\n    enabled\n    contact {\n      employeePosition\n      picture {\n        ...imageFields\n        __typename\n      }\n      communication {\n        id\n        entries {\n          id\n          entryValue\n          communicationType {\n            name\n            shortName\n            __typename\n          }\n          __typename\n        }\n        __typename\n      }\n      person {\n        id\n        firstname\n        lastname\n        sex\n        titles {\n          id\n          shortName\n          description\n          __typename\n        }\n        __typename\n      }\n      __typename\n    }\n    __typename\n  }\n  __typename\n}\n\nfragment imageFields on Image {\n  info {\n    caption\n    copyright\n    __typename\n  }\n  portrait {\n    url\n    width\n    __typename\n  }\n  landscape {\n    url\n    width\n    __typename\n  }\n  large {\n    url\n    width\n    __typename\n  }\n  xlarge {\n    url\n    width\n    __typename\n  }\n  huge {\n    url\n    width\n    __typename\n  }\n  medium {\n    url\n    width\n    __typename\n  }\n  __typename\n}\n\nfragment mediaGalleryFields on Gallery {\n  galleryItems {\n    visible\n    position\n    id\n    contentType\n    video {\n      title\n      author\n      authorUrl\n      thumbnailUrl\n      thumbnailHeight\n      thumbnailWidth\n      src\n      __typename\n    }\n    image {\n      ...imageFields\n      __typename\n    }\n    __typename\n  }\n  __typename\n}\n\nfragment professionPreviewFields on Job {\n  id\n  bicID\n  name\n  jobEducationalPaths {\n    id\n    name\n    __typename\n  }\n  scholasticDuration {\n    durationName\n    position\n    __typename\n  }\n  requirementsByType {\n    requirementTypes {\n      requirementType {\n        id\n        bicID\n        typeName\n        __typename\n      }\n      requirements {\n        id\n        bicID\n        __typename\n      }\n      __typename\n    }\n    __typename\n  }\n  image {\n    ...imageFields\n    __typename\n  }\n  schoolSubjectMappings {\n    jobSchoolSubject {\n      id\n      __typename\n    }\n    __typename\n  }\n  interestFields {\n    id\n    __typename\n  }\n  jobLinkMappings {\n    id\n    __typename\n  }\n  jobSalary {\n    entryValue\n    __typename\n  }\n  jobRedirects {\n    bicID\n    jobName\n    redirectType\n    __typename\n  }\n  jobWorkFields {\n    name\n    bicID\n    __typename\n  }\n  __typename\n}"
}

Raw

{"operationName":"GetSelectedCompanyProfile","variables":{},"query":"query GetSelectedCompanyProfile {\n  getSelectedCompanyProfile {\n    id\n    name\n    uuid\n    description\n    founded\n    quizUrl\n    logoStyle\n    headerPicture {\n      ...imageFields\n      __typename\n    }\n    companyProfilePicture {\n      ...imageFields\n      __typename\n    }\n    locations {\n      id\n      name\n      address {\n        street\n        number\n        addressCity {\n          name\n          addressDistrict {\n            name\n            __typename\n          }\n          __typename\n        }\n        addressLatLon {\n          lat\n          lon\n          __typename\n        }\n        __typename\n      }\n      __typename\n    }\n    jobs {\n      ...professionPreviewFields\n      __typename\n    }\n    companySize {\n      id\n      name\n      text\n      __typename\n    }\n    certificates {\n      id\n      name\n      picturePath\n      __typename\n    }\n    companyBenefits {\n      id\n      name\n      __typename\n    }\n    trainingInformation\n    url\n    contactGallery {\n      ...contactGalleryFields\n      __typename\n    }\n    profileLink {\n      entries {\n        linkType\n        linkValue\n        __typename\n      }\n      __typename\n    }\n    mediaGallery {\n      ...mediaGalleryFields\n      __typename\n    }\n    documents {\n      galleryItems {\n        id\n        contentType\n        document {\n          id\n          filePath\n          name\n          __typename\n        }\n        __typename\n      }\n      __typename\n    }\n    offers {\n      id\n      offerType\n      name\n      __typename\n    }\n    jobMarkets {\n      id\n      name\n      positionType\n      addresses {\n        addressCity {\n          name\n          __typename\n        }\n        __typename\n      }\n      jobs {\n        id\n        bicID\n        name\n        interestFields {\n          id\n          __typename\n        }\n        __typename\n      }\n      __typename\n    }\n    relatedCompanies {\n      id\n      uuid\n      name\n      companyBenefits {\n        id\n        name\n        __typename\n      }\n      companyProfilePicture {\n        ...imageFields\n        __typename\n      }\n      jobs {\n        id\n        name\n        interestFields {\n          id\n          __typename\n        }\n        __typename\n      }\n      locations {\n        name\n        address {\n          street\n          addressCity {\n            name\n            addressDistrict {\n              name\n              __typename\n            }\n            __typename\n          }\n          addressLatLon {\n            lat\n            lon\n            __typename\n          }\n          __typename\n        }\n        __typename\n      }\n      __typename\n    }\n    __typename\n  }\n}\n\nfragment contactGalleryFields on ContactGallery {\n  id\n  galleryEntries {\n    id\n    enabled\n    contact {\n      employeePosition\n      picture {\n        ...imageFields\n        __typename\n      }\n      communication {\n        id\n        entries {\n          id\n          entryValue\n          communicationType {\n            name\n            shortName\n            __typename\n          }\n          __typename\n        }\n        __typename\n      }\n      person {\n        id\n        firstname\n        lastname\n        sex\n        titles {\n          id\n          shortName\n          description\n          __typename\n        }\n        __typename\n      }\n      __typename\n    }\n    __typename\n  }\n  __typename\n}\n\nfragment imageFields on Image {\n  info {\n    caption\n    copyright\n    __typename\n  }\n  portrait {\n    url\n    width\n    __typename\n  }\n  landscape {\n    url\n    width\n    __typename\n  }\n  large {\n    url\n    width\n    __typename\n  }\n  xlarge {\n    url\n    width\n    __typename\n  }\n  huge {\n    url\n    width\n    __typename\n  }\n  medium {\n    url\n    width\n    __typename\n  }\n  __typename\n}\n\nfragment mediaGalleryFields on Gallery {\n  galleryItems {\n    visible\n    position\n    id\n    contentType\n    video {\n      title\n      author\n      authorUrl\n      thumbnailUrl\n      thumbnailHeight\n      thumbnailWidth\n      src\n      __typename\n    }\n    image {\n      ...imageFields\n      __typename\n    }\n    __typename\n  }\n  __typename\n}\n\nfragment professionPreviewFields on Job {\n  id\n  bicID\n  name\n  jobEducationalPaths {\n    id\n    name\n    __typename\n  }\n  scholasticDuration {\n    durationName\n    position\n    __typename\n  }\n  requirementsByType {\n    requirementTypes {\n      requirementType {\n        id\n        bicID\n        typeName\n        __typename\n      }\n      requirements {\n        id\n        bicID\n        __typename\n      }\n      __typename\n    }\n    __typename\n  }\n  image {\n    ...imageFields\n    __typename\n  }\n  schoolSubjectMappings {\n    jobSchoolSubject {\n      id\n      __typename\n    }\n    __typename\n  }\n  interestFields {\n    id\n    __typename\n  }\n  jobLinkMappings {\n    id\n    __typename\n  }\n  jobSalary {\n    entryValue\n    __typename\n  }\n  jobRedirects {\n    bicID\n    jobName\n    redirectType\n    __typename\n  }\n  jobWorkFields {\n    name\n    bicID\n    __typename\n  }\n  __typename\n}"}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/json"
date
"Tue, 25 Feb 2025 09:32:20 GMT"
x-debug-token
"7b6952"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 6

Session Metadata

Key Value
Created
"Tue, 25 Feb 25 10:32:18 +0100"
Last used
"Tue, 25 Feb 25 10:32:18 +0100"
Lifetime
0

Session Attributes

No session attributes

Session Usage

6 Usages
Stateless check enabled
Usage
App\BackendBundle\Security\Authenticator\OAuth2Authenticator:48
[
  [
    "file" => "/data/web/berufsreise/home/site/web/src/BackendBundle/Security/Authenticator/OAuth2Authenticator.php"
    "line" => 48
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 110
    "function" => "supports"
    "class" => "App\BackendBundle\Security\Authenticator\OAuth2Authenticator"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 40
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/public/index.php"
    "line" => 15
    "args" => [
      "/data/web/berufsreise/home/site/web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/public/index.php"
    "line" => 15
    "args" => [
      "/data/web/berufsreise/home/site/web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/public/index.php"
    "line" => 15
    "args" => [
      "/data/web/berufsreise/home/site/web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/public/index.php"
    "line" => 15
    "args" => [
      "/data/web/berufsreise/home/site/web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/public/index.php"
    "line" => 15
    "args" => [
      "/data/web/berufsreise/home/site/web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/data/web/berufsreise/home/site/web/public/index.php"
    "line" => 15
    "args" => [
      "/data/web/berufsreise/home/site/web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"9e6ace3e16a24605b203bc3e3d3ef22f"
BACKEND_DOMAIN
"https://design.berufsreise-dev.at"
DATABASE_URL
"mysql://berufsreise:1yqqrpVnpMMaHknd@127.0.0.1:3306/berufsreisedb1"
ETERMIN_PRIVATE_KEY
"6E424CB6"
ETERMIN_PUBLIC_KEY
"769FD31A-F7D6-4F33-A5D2-2742E6AE4BAF"
FRONTEND_DOMAIN
"https://dev.berufsreise-dev.at"
IMAGE_DOMAIN
"https://design.berufsreise-dev.at"
MAILER_INFO
"smtp://info@berufsreise.at:berufsreise$2015@smtp.berufsreise.at:25"
MAILER_NOREPLY
"smtp://noreply@berufsreise.at:berufsreise$2019@smtp.berufsreise.at:25"
MAILER_NOREPLY_ROOKIE
"smtp://noreply-rookie@berufsreise.at:Rookie#Breise!2020@smtp.berufsreise.at:25"
MAILER_NOREPLY_SHUTTLE
"smtp://noreply-berufs-shuttle@berufsreise.at:Shuttle#Breise!2020@smtp.berufsreise.at:25"
MAILER_REG
"smtp://registrierung@berufsreise.at:berufsreise$2015@smtp.berufsreise.at:25"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"5352"
CONTENT_TYPE
"application/json"
CONTEXT_DOCUMENT_ROOT
"/data/web/berufsreise/home/site/web/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/data/web/berufsreise/home/site/web/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"63"
H2_STREAM_TAG
"947237-24-63"
HOME
"/data/web/berufsreise/./home"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"application/json, text/plain, */*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"en-GB,en-US;q=0.9,en;q=0.8,ru;q=0.7"
HTTP_AUTHORIZATION
"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiJmZWNlOTM5N2FiZmY4OWExZjRiZjhmNDgwYTkwNmU5YyIsImp0aSI6ImJlNzc3NTU2YmU2YmMxYjYyOThhMTM5NWEyNDUwMjJiYTFkMGMzMTQwYTJkYmFkOTJiMGY3YjgzNzk0MTE1NDE4Zjg5ZDM3MTRjNDhlNjI1IiwiaWF0IjoxNzQwNDY4MTQ3LjIxMDY2NCwibmJmIjoxNzQwNDY4MTQ3LjIxMDY5LCJleHAiOjE3NDA1MTEzNDcuMTIzNzM5LCJzdWIiOiIyNTdmZjFkNy1hNjcwLTExZWYtYWE0ZS1kZDllODJiMWVlOTYiLCJzY29wZXMiOlsiZGVmYXVsdHNjb3BlIl19.V9_ngx5QCPtGu8I5dzoLi87qnEB-cPijULiVqimDRPLiOU5bMTc9OytWuISQePjrvWlN8VnxpXhg2aLVZ9V0hEeFsvVVnbN2rc2hWKvyBmu4uiIXOE3mwjHQ_oliqCIFZyTj0Lyf1xX5EaDLcFNVPo6PxTNz90-7u7F-trGjZ0YyooLs1gM6dQCjHpeBBI7SC_W_y795Wo-OXYQo_6VCfjInTWY6lQuTJN26smW-Seu37QT_I1K8ZarszETjn50vYBM1_8PKoaT9_Aro2PbUaPDvzJQCVljGe0gM_Hz2R3jYt1cnvloEeEBrEMwcy2mYAyReU72OIr0S7zfJHw6y-w"
HTTP_HOST
"design.berufsreise-dev.at"
HTTP_ORIGIN
"http://localhost:4200"
HTTP_PRIORITY
"u=1, i"
HTTP_SEC_CH_UA
""Not(A:Brand";v="99", "Google Chrome";v="133", "Chromium";v="133""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""macOS""
HTTP_SEC_FETCH_DEST
"empty"
HTTP_SEC_FETCH_MODE
"cors"
HTTP_SEC_FETCH_SITE
"cross-site"
HTTP_USER_AGENT
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
"63"
REDIRECT_H2_STREAM_TAG
"947237-24-63"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiJmZWNlOTM5N2FiZmY4OWExZjRiZjhmNDgwYTkwNmU5YyIsImp0aSI6ImJlNzc3NTU2YmU2YmMxYjYyOThhMTM5NWEyNDUwMjJiYTFkMGMzMTQwYTJkYmFkOTJiMGY3YjgzNzk0MTE1NDE4Zjg5ZDM3MTRjNDhlNjI1IiwiaWF0IjoxNzQwNDY4MTQ3LjIxMDY2NCwibmJmIjoxNzQwNDY4MTQ3LjIxMDY5LCJleHAiOjE3NDA1MTEzNDcuMTIzNzM5LCJzdWIiOiIyNTdmZjFkNy1hNjcwLTExZWYtYWE0ZS1kZDllODJiMWVlOTYiLCJzY29wZXMiOlsiZGVmYXVsdHNjb3BlIl19.V9_ngx5QCPtGu8I5dzoLi87qnEB-cPijULiVqimDRPLiOU5bMTc9OytWuISQePjrvWlN8VnxpXhg2aLVZ9V0hEeFsvVVnbN2rc2hWKvyBmu4uiIXOE3mwjHQ_oliqCIFZyTj0Lyf1xX5EaDLcFNVPo6PxTNz90-7u7F-trGjZ0YyooLs1gM6dQCjHpeBBI7SC_W_y795Wo-OXYQo_6VCfjInTWY6lQuTJN26smW-Seu37QT_I1K8ZarszETjn50vYBM1_8PKoaT9_Aro2PbUaPDvzJQCVljGe0gM_Hz2R3jYt1cnvloEeEBrEMwcy2mYAyReU72OIr0S7zfJHw6y-w"
REDIRECT_SSL_TLS_SNI
"design.berufsreise-dev.at"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Z72OIuTN1_LYTMNoIkt1QQAABhc"
REDIRECT_URL
"/graphql/internal"
REMOTE_ADDR
"213.47.85.73"
REMOTE_PORT
"63485"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1740475938
REQUEST_TIME_FLOAT
1740475938.8898
REQUEST_URI
"/graphql/internal"
SCRIPT_FILENAME
"//data/web/berufsreise/home/site/web/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"83.218.161.116"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"design.berufsreise-dev.at"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"design.berufsreise-dev.at"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MAILER_REG,MAILER_INFO,MAILER_NOREPLY,MAILER_NOREPLY_ROOKIE,MAILER_NOREPLY_SHUTTLE,DATABASE_URL,FRONTEND_DOMAIN,BACKEND_DOMAIN,IMAGE_DOMAIN,ETERMIN_PUBLIC_KEY,ETERMIN_PRIVATE_KEY"
UNIQUE_ID
"Z72OIuTN1_LYTMNoIkt1QQAABhc"
USER
"berufsreise"
proxy-nokeepalive
"1"