GraphController :: endpointAction
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
Key | Value |
---|---|
_controller | "Overblog\GraphQLBundle\Controller\GraphController::endpointAction" |
_firewall_context | "security.firewall.map.context.graphql" |
_format | "json" |
_nelmio_cors_should_force_origin | true |
_route | "overblog_graphql_endpoint" |
_route_params | [ "_format" => "json" ] |
_stopwatch_token | "f287a5" |
Request Headers
Header | Value |
---|---|
accept | "*/*" |
accept-encoding | "gzip" |
cdn-loop | "cloudflare; loops=1" |
cf-connecting-ip | "109.241.40.180" |
cf-ipcountry | "PL" |
cf-ray | "93af8db1eb14bfab-FRA" |
cf-visitor | "{"scheme":"http"}" |
connection | "Keep-Alive" |
content-length | "1789" |
content-type | "application/json" |
host | "dev.amply.tools" |
user-agent | "PostmanClient/11.43.3 (AppId=de4c56d2-5d3d-4f97-956d-65be348d8d38)" |
x-forwarded-for | "109.241.40.180" |
x-forwarded-proto | "http" |
x-php-ob-level | "0" |
Request Content
Pretty
{ "query": "\n query IntrospectionQuery {\n __schema {\n \n queryType { name }\n mutationType { name }\n subscriptionType { name }\n types {\n ...FullType\n }\n directives {\n name\n description\n \n locations\n args {\n ...InputValue\n }\n }\n }\n }\n\n fragment FullType on __Type {\n kind\n name\n description\n \n fields(includeDeprecated: true) {\n name\n description\n args {\n ...InputValue\n }\n type {\n ...TypeRef\n }\n isDeprecated\n deprecationReason\n }\n inputFields {\n ...InputValue\n }\n interfaces {\n ...TypeRef\n }\n enumValues(includeDeprecated: true) {\n name\n description\n isDeprecated\n deprecationReason\n }\n possibleTypes {\n ...TypeRef\n }\n }\n\n fragment InputValue on __InputValue {\n name\n description\n type { ...TypeRef }\n defaultValue\n \n \n }\n\n fragment TypeRef on __Type {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n }\n }\n }\n }\n }\n }\n }\n }\n ", "variables": {} }
Raw
{"query":"\n query IntrospectionQuery {\n __schema {\n \n queryType { name }\n mutationType { name }\n subscriptionType { name }\n types {\n ...FullType\n }\n directives {\n name\n description\n \n locations\n args {\n ...InputValue\n }\n }\n }\n }\n\n fragment FullType on __Type {\n kind\n name\n description\n \n fields(includeDeprecated: true) {\n name\n description\n args {\n ...InputValue\n }\n type {\n ...TypeRef\n }\n isDeprecated\n deprecationReason\n }\n inputFields {\n ...InputValue\n }\n interfaces {\n ...TypeRef\n }\n enumValues(includeDeprecated: true) {\n name\n description\n isDeprecated\n deprecationReason\n }\n possibleTypes {\n ...TypeRef\n }\n }\n\n fragment InputValue on __InputValue {\n name\n description\n type { ...TypeRef }\n defaultValue\n \n \n }\n\n fragment TypeRef on __Type {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n }\n }\n }\n }\n }\n }\n }\n }\n ","variables":{}}
Response
Response Headers
Header | Value |
---|---|
access-control-allow-origin | "*" |
cache-control | "no-cache, private" |
content-type | "application/json" |
date | "Mon, 05 May 2025 10:28:52 GMT" |
x-debug-token | "595d60" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session
Session Metadata
No session metadata
Session Attributes
No session attributes
Session Usage
0
Usages
Stateless check enabled
Session not used.
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
Key | Value |
---|---|
APP_ENV | "dev" |
APP_HOST | "https://dev.amply.tools" |
APP_SECRET | "e9a84f3ea6cd0776c544e88d20df12f4" |
APP_UPLOADS_SOURCE | "uploads.storage.local" |
COMPOSE_FILE | "docker/docker-compose.yml:docker/docker-compose.dev.yml:docker/docker-compose.local.yml" |
COMPOSE_PROJECT_NAME | "amply" |
CORS_ALLOW_ORIGIN | "*" |
DATABASE_URL | "postgresql://amply:amply_password@database:5432/amply?serverVersion=16&charset=utf8" |
DB_HOST | "database" |
DB_NAME | "amply" |
DB_PASSWORD | "amply_password" |
DB_PORT | "5432" |
DB_USER | "amply" |
DOCKER_TAG | "latest" |
JWT_PASSPHRASE | "da2c63ace8a0e61767798f85860c23aa75ef5a2e6f61bc08f0f3a67ca369c996" |
JWT_PUBLIC_KEY | "%kernel.project_dir%/files/jwt/public.pem" |
JWT_SECRET_KEY | "%kernel.project_dir%/files/jwt/private.pem" |
MAILER_DSN | "sendgrid://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@default" |
MESSENGER_TRANSPORT_DSN | "redis://redis/queue" |
REDIS_HOST | "redis" |
REDIS_PASSWORD | "root" |
REDIS_URL | "redis://root@redis/0" |
REFRESH_TOKEN_TTL | "604800" |
REGISTRY_URL | "registry.gitlab.com/amply1/backend" |
REQUEST_ID_TTL | "300" |
SENTRY_DSN | "https://36f04353ef28a6f2f00c7feac598d16a@o4508108894568448.ingest.de.sentry.io/4508108896338000" |
VIRTUAL_HOST | "amply.local" |
Defined as regular env variables
Key | Value |
---|---|
APP_DEBUG | "1" |
CONTENT_LENGTH | "1789" |
CONTENT_TYPE | "application/json" |
DOCUMENT_ROOT | "/app/public" |
GPG_KEYS | "AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD" |
HOME | "/root" |
HOSTNAME | "de55a6f27ab2" |
HTTP_ACCEPT | "*/*" |
HTTP_ACCEPT_ENCODING | "gzip" |
HTTP_CDN_LOOP | "cloudflare; loops=1" |
HTTP_CF_CONNECTING_IP | "109.241.40.180" |
HTTP_CF_IPCOUNTRY | "PL" |
HTTP_CF_RAY | "93af8db1eb14bfab-FRA" |
HTTP_CF_VISITOR | "{"scheme":"http"}" |
HTTP_CONNECTION | "Keep-Alive" |
HTTP_CONTENT_LENGTH | "1789" |
HTTP_CONTENT_TYPE | "application/json" |
HTTP_HOST | "dev.amply.tools" |
HTTP_USER_AGENT | "PostmanClient/11.43.3 (AppId=de4c56d2-5d3d-4f97-956d-65be348d8d38)" |
HTTP_X_FORWARDED_FOR | "109.241.40.180" |
HTTP_X_FORWARDED_PROTO | "http" |
OPCACHE_ENABLE | "1" |
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |
PHPIZE_DEPS | "autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c" |
PHP_ASC_URL | "https://www.php.net/distributions/php-8.4.6.tar.xz.asc" |
PHP_CFLAGS | "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" |
PHP_CPPFLAGS | "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" |
PHP_INI_DIR | "/usr/local/etc/php" |
PHP_LDFLAGS | "-Wl,-O1 -pie" |
PHP_SELF | "/index.php" |
PHP_SHA256 | "089b08a5efef02313483325f3bacd8c4fe311cf1e1e56749d5cc7d059e225631" |
PHP_URL | "https://www.php.net/distributions/php-8.4.6.tar.xz" |
PHP_VERSION | "8.4.6" |
PWD | "/app" |
QUERY_STRING | "" |
REMOTE_ADDR | "162.158.87.193" |
REQUEST_METHOD | "POST" |
REQUEST_TIME | 1746440932 |
REQUEST_TIME_FLOAT | 1746440932.1871 |
REQUEST_URI | "/admin/graphql/" |
SCRIPT_FILENAME | "/app/public/index.php" |
SCRIPT_NAME | "/index.php" |
SERVER_ADDR | "172.18.0.2" |
SERVER_NAME | "dev.amply.tools" |
SERVER_PORT | "80" |
SERVER_PROTOCOL | "HTTP/1.1" |
SERVER_SOFTWARE | "Unit/1.34.2" |
SYMFONY_DOTENV_VARS | "REGISTRY_URL,DOCKER_TAG,COMPOSE_FILE,COMPOSE_PROJECT_NAME,VIRTUAL_HOST,APP_HOST,APP_ENV,APP_SECRET,DB_HOST,DB_NAME,DB_USER,DB_PASSWORD,DB_PORT,DATABASE_URL,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,CORS_ALLOW_ORIGIN,REDIS_PASSWORD,REDIS_HOST,REDIS_URL,MESSENGER_TRANSPORT_DSN,REFRESH_TOKEN_TTL,REQUEST_ID_TTL,MAILER_DSN,SENTRY_DSN,APP_UPLOADS_SOURCE" |
XDEBUG_MODE | "off" |
argc | 0 |
argv | [] |