POST https://hotpeppers.e-online.cz/api/graphql

EntrypointAction

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"api_platform.graphql.action.entrypoint"
_firewall_context
"security.firewall.map.context.kiwina"
_graphql
true
_route
"api_graphql_entrypoint"
_route_params
[
  "_graphql" => true
]
_security_firewall_run
"_security_kiwina"
_stopwatch_token
"d2ef6e"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate, br"
accept-language
"cs"
cache-control
"max-age=86400"
connection
"keep-alive"
content-length
"1669"
content-type
"application/json"
from
"googlebot(at)googlebot.com"
host
"hotpeppers.e-online.cz"
if-modified-since
"Mon, 20 Jul 2026 11:06:53 GMT"
origin
"https://hotpeppers.e-online.cz"
referer
"https://hotpeppers.e-online.cz/cs/o-nas"
user-agent
"AdsBot-Google (+http://www.google.com/adsbot.html)"
x-php-ob-level
"1"

Request Content

Pretty

{
    "operationName": "PublicGalleryBySlug",
    "variables": {
        "first": 1,
        "itemsFirst": 24,
        "translationsFirst": 10,
        "slug": "girls"
    },
    "query": "query PublicGalleryBySlug($slug: String!, $first: Int = 1, $itemsFirst: Int = 24, $translationsFirst: Int = 10) {\n  publicGalleries(slug: $slug, first: $first) {\n    edges {\n      node {\n        id\n        slug\n        translations(first: $translationsFirst) {\n          edges {\n            node {\n              id\n              title\n              description\n              language {\n                code\n                __typename\n              }\n              __typename\n            }\n            __typename\n          }\n          __typename\n        }\n        items(first: $itemsFirst) {\n          edges {\n            node {\n              id\n              type\n              imageSrc\n              imageAlt\n              posterImageSrc\n              streamUid\n              streamStatus\n              durationSeconds\n              sortOrder\n              isActive\n              translations(first: $translationsFirst) {\n                edges {\n                  node {\n                    id\n                    title\n                    caption\n                    language {\n                      code\n                      __typename\n                    }\n                    __typename\n                  }\n                  __typename\n                }\n                __typename\n              }\n              __typename\n            }\n            __typename\n          }\n          __typename\n        }\n        __typename\n      }\n      __typename\n    }\n    __typename\n  }\n}"
}

Raw

{"operationName":"PublicGalleryBySlug","variables":{"first":1,"itemsFirst":24,"translationsFirst":10,"slug":"girls"},"query":"query PublicGalleryBySlug($slug: String!, $first: Int = 1, $itemsFirst: Int = 24, $translationsFirst: Int = 10) {\n  publicGalleries(slug: $slug, first: $first) {\n    edges {\n      node {\n        id\n        slug\n        translations(first: $translationsFirst) {\n          edges {\n            node {\n              id\n              title\n              description\n              language {\n                code\n                __typename\n              }\n              __typename\n            }\n            __typename\n          }\n          __typename\n        }\n        items(first: $itemsFirst) {\n          edges {\n            node {\n              id\n              type\n              imageSrc\n              imageAlt\n              posterImageSrc\n              streamUid\n              streamStatus\n              durationSeconds\n              sortOrder\n              isActive\n              translations(first: $translationsFirst) {\n                edges {\n                  node {\n                    id\n                    title\n                    caption\n                    language {\n                      code\n                      __typename\n                    }\n                    __typename\n                  }\n                  __typename\n                }\n                __typename\n              }\n              __typename\n            }\n            __typename\n          }\n          __typename\n        }\n        __typename\n      }\n      __typename\n    }\n    __typename\n  }\n}"}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/json"
date
"Mon, 20 Jul 2026 11:14:45 GMT"
x-debug-token
"f7a7dc"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/symfony/security-core/Authorization/AuthorizationChecker.php"
    "line" => 42
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php"
    "line" => 29
    "function" => "isGranted"
    "class" => "Symfony\Component\Security\Core\Authorization\AuthorizationChecker"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/symfony/expression-language/Node/FunctionNode.php"
    "line" => 50
    "function" => "ApiPlatform\Symfony\Security\Core\Authorization\{closure}"
    "class" => "ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider"
    "type" => "::"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/symfony/expression-language/ExpressionLanguage.php"
    "line" => 59
    "function" => "evaluate"
    "class" => "Symfony\Component\ExpressionLanguage\Node\FunctionNode"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php"
    "line" => 56
    "function" => "evaluate"
    "class" => "Symfony\Component\ExpressionLanguage\ExpressionLanguage"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/api-platform/core/src/Symfony/Security/State/AccessCheckerProvider.php"
    "line" => 87
    "function" => "isGranted"
    "class" => "ApiPlatform\Symfony\Security\ResourceAccessChecker"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/api-platform/core/src/State/Provider/ParameterProvider.php"
    "line" => 104
    "function" => "provide"
    "class" => "ApiPlatform\Symfony\Security\State\AccessCheckerProvider"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/api-platform/core/src/GraphQl/State/Provider/DenormalizeProvider.php"
    "line" => 38
    "function" => "provide"
    "class" => "ApiPlatform\State\Provider\ParameterProvider"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/api-platform/core/src/Symfony/Security/State/AccessCheckerProvider.php"
    "line" => 62
    "function" => "provide"
    "class" => "ApiPlatform\GraphQl\State\Provider\DenormalizeProvider"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/api-platform/core/src/Symfony/Validator/State/ValidateProvider.php"
    "line" => 32
    "function" => "provide"
    "class" => "ApiPlatform\Symfony\Security\State\AccessCheckerProvider"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/api-platform/core/src/Symfony/Security/State/AccessCheckerProvider.php"
    "line" => 62
    "function" => "provide"
    "class" => "ApiPlatform\Symfony\Validator\State\ValidateProvider"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/api-platform/core/src/GraphQl/State/Provider/ResolverProvider.php"
    "line" => 36
    "function" => "provide"
    "class" => "ApiPlatform\Symfony\Security\State\AccessCheckerProvider"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/api-platform/core/src/Symfony/Validator/State/ValidateProvider.php"
    "line" => 32
    "function" => "provide"
    "class" => "ApiPlatform\GraphQl\State\Provider\ResolverProvider"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/api-platform/core/src/Symfony/Security/State/AccessCheckerProvider.php"
    "line" => 62
    "function" => "provide"
    "class" => "ApiPlatform\Symfony\Validator\State\ValidateProvider"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/api-platform/core/src/GraphQl/Resolver/Factory/ResolverFactory.php"
    "line" => 95
    "function" => "provide"
    "class" => "ApiPlatform\Symfony\Security\State\AccessCheckerProvider"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/api-platform/core/src/GraphQl/Resolver/Factory/ResolverFactory.php"
    "line" => 73
    "function" => "resolve"
    "class" => "ApiPlatform\GraphQl\Resolver\Factory\ResolverFactory"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/webonyx/graphql-php/src/Executor/ReferenceExecutor.php"
    "line" => 749
    "function" => "ApiPlatform\GraphQl\Resolver\Factory\{closure}"
    "class" => "ApiPlatform\GraphQl\Resolver\Factory\ResolverFactory"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/webonyx/graphql-php/src/Executor/ReferenceExecutor.php"
    "line" => 656
    "function" => "resolveFieldValueOrError"
    "class" => "GraphQL\Executor\ReferenceExecutor"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/webonyx/graphql-php/src/Executor/ReferenceExecutor.php"
    "line" => 1377
    "function" => "resolveField"
    "class" => "GraphQL\Executor\ReferenceExecutor"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/webonyx/graphql-php/src/Executor/ReferenceExecutor.php"
    "line" => 310
    "function" => "executeFields"
    "class" => "GraphQL\Executor\ReferenceExecutor"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/webonyx/graphql-php/src/Executor/ReferenceExecutor.php"
    "line" => 249
    "function" => "executeOperation"
    "class" => "GraphQL\Executor\ReferenceExecutor"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/webonyx/graphql-php/src/Executor/Executor.php"
    "line" => 184
    "function" => "doExecute"
    "class" => "GraphQL\Executor\ReferenceExecutor"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/webonyx/graphql-php/src/GraphQL.php"
    "line" => 163
    "function" => "promiseToExecute"
    "class" => "GraphQL\Executor\Executor"
    "type" => "::"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/webonyx/graphql-php/src/GraphQL.php"
    "line" => 97
    "function" => "promiseToExecute"
    "class" => "GraphQL\GraphQL"
    "type" => "::"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/api-platform/core/src/GraphQl/Executor.php"
    "line" => 43
    "function" => "executeQuery"
    "class" => "GraphQL\GraphQL"
    "type" => "::"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/api-platform/core/src/GraphQl/Action/EntrypointAction.php"
    "line" => 79
    "function" => "executeQuery"
    "class" => "ApiPlatform\GraphQl\Executor"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "__invoke"
    "class" => "ApiPlatform\GraphQl\Action\EntrypointAction"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/symfony/http-kernel/Kernel.php"
    "line" => 208
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/data/www/virtuals/hotpeppers.e-online.cz/produkce/public/index.php"
    "line" => 5
    "args" => [
      "/data/www/virtuals/hotpeppers.e-online.cz/produkce/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ADMIN_SENDER_EMAIL
"changme@sample.cz"
APP_DOMAIN
"http://localhost:8000"
APP_ENV
"dev"
APP_SECRET
"8d15e2f042304d54fc12f6f848fc2a19"
CLOUDFLARE_STREAM_ACCOUNT_ID
"3a9dea53f05cca92ce1016289dd02d3e"
CLOUDFLARE_STREAM_API_TOKEN
"cfut_lZH0GvsKe6op4j4bkg0d7ZpN1ENOTS0JIT7otkce2aea8e1a"
CONTESTS_SENDER_EMAIL
"souteze@hotpeppers.cz"
CONTEST_MAILER_DSN
"sendmail://default"
CONTEST_WINNERS_COUNT
"3"
CORS_ALLOW_ORIGIN
"^*"
DATABASE_URL
"mysql://hotpeppers_beta:naYM!Me^8Y@127.0.0.1:3306/hotpeppers_beta?charset=utf8"
EUR_EXCHANGE_RATE
"23"
FRONTEND_URL
"http://localhost:3000"
LEGACY_DATABASE_URL
"mysql://user:@127.0.0.1:3306/hotpeppers_beta?charset=utf8mb4"
LEGACY_TEMPLATE_CONFIG_DIR
"/Users/kozun/devilbox/data/www/hotpeppers/config/templates/Default"
LOAD_ALL_BLOCKS
"true"
MAILER_DSN
"sendmail://default"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
NOTIFICATION_EMAIL
""
REACT_APP_GRAPHQL_URI
"/api/graphql"
SENDER_ALIAS
""
SYMFONY_ADMIN_SENDER_EMAIL
"changme@sample.cz"
TEMPLATE_NAME
""

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"1669"
CONTENT_TYPE
"application/json"
CONTEXT_DOCUMENT_ROOT
"/data/www/virtuals/hotpeppers.e-online.cz/produkce/web"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/data/www/virtuals/hotpeppers.e-online.cz/produkce/web"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_ACCEPT_LANGUAGE
"cs"
HTTP_CACHE_CONTROL
"max-age=86400"
HTTP_CONNECTION
"keep-alive"
HTTP_FROM
"googlebot(at)googlebot.com"
HTTP_HOST
"hotpeppers.e-online.cz"
HTTP_IF_MODIFIED_SINCE
"Mon, 20 Jul 2026 11:06:53 GMT"
HTTP_ORIGIN
"https://hotpeppers.e-online.cz"
HTTP_REFERER
"https://hotpeppers.e-online.cz/cs/o-nas"
HTTP_USER_AGENT
"AdsBot-Google (+http://www.google.com/adsbot.html)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"hotpeppers.e-online.cz"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/api/graphql"
REMOTE_ADDR
"74.125.150.167"
REMOTE_PORT
"36215"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1784546084
REQUEST_TIME_FLOAT
1784546084.9487
REQUEST_URI
"/api/graphql"
SCRIPT_FILENAME
"/data/www/virtuals/hotpeppers.e-online.cz/produkce/web/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"81.91.91.91"
SERVER_ADMIN
"info@web4u.cz"
SERVER_NAME
"hotpeppers.e-online.cz"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.67 (Debian) Server at hotpeppers.e-online.cz Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.67 (Debian)"
SSL_TLS_SNI
"hotpeppers.e-online.cz"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,LEGACY_DATABASE_URL,LEGACY_TEMPLATE_CONFIG_DIR,MAILER_DSN,ADMIN_SENDER_EMAIL,SYMFONY_ADMIN_SENDER_EMAIL,CORS_ALLOW_ORIGIN,FRONTEND_URL,NOTIFICATION_EMAIL,SENDER_ALIAS,LOAD_ALL_BLOCKS,TEMPLATE_NAME,EUR_EXCHANGE_RATE,APP_DOMAIN,CONTEST_WINNERS_COUNT,CONTESTS_SENDER_EMAIL,CONTEST_MAILER_DSN,REACT_APP_GRAPHQL_URI,CLOUDFLARE_STREAM_ACCOUNT_ID,CLOUDFLARE_STREAM_API_TOKEN"
USER
"www-data"
proxy-nokeepalive
"1"