POST http://viki-test.ukkera.com/api/graphql

EntrypointAction

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
operationName
"IntrospectionQuery"
query
"""
query IntrospectionQuery {\n
  __schema {\n
    queryType {\n
      name\n
    }\n
    mutationType {\n
      name\n
    }\n
    subscriptionType {\n
      name\n
    }\n
    types {\n
      ...FullType\n
    }\n
    directives {\n
      name\n
      description\n
      locations\n
      args {\n
        ...InputValue\n
      }\n
    }\n
  }\n
}\n
\n
fragment FullType on __Type {\n
  kind\n
  name\n
  description\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 {\n
    ...TypeRef\n
  }\n
  defaultValue\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
[]

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"api_platform.graphql.action.entrypoint"
_firewall_context
"security.firewall.map.context.main"
_nelmio_cors_should_allow_origin
true
_route
"api_graphql_entrypoint"
_route_params
[]
_security_authenticators
[]
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#459
    -supports: false
    -passport: null
    -duration: null
    -stub: "Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator {#274 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#469
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator {#460 …}
  }
]
_stopwatch_token
"8be005"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"en-US,en;q=0.9"
connection
"close"
content-length
"1468"
content-type
"application/json"
cookie
"_ga=GA1.1.835083841.1752280955; _ga_RDBKTXV0K4=GS2.1.s1775654938$o12$g1$t1775654954$j44$l0$h0; _fbp=fb.1.1782905837530.526476892868013891; _ga_0CY2J545BK=GS2.1.s1783463383$o37$g0$t1783463383$j60$l0$h0; cf_clearance=YX6g1N4Q0qhRrCWUWHChuHMzOSLzc_pAI6MDZ7yWx0k-1783527817-1.2.1.1-6.MGjVCfzrDw9b_N6ruOl6pb.nOb4t18jxgPLCsJ2BivXxKdQRUmfb6yMb7CO40w3YfXNfGhBIsSfhDPeYn8FIyhPBGCZa0W3EWPI72mx4rpwtUhzRvXIPg83T4CgI.zO95kSQ74irw0XlxklkRXCrg9Datqo8QZWcUTJGpEx0Z7VrLEXgkPzvUtmdzpMpO6sya2mixW9THXlOvzYEZ7A0Hcy_BHI8MSwRGDGxo_uFgM_7xHllJl0c_8yeWTao4GTUkXlYDHOKAKLtb1fyfoXzECw47C8ejRYIAjMv_tnADm83cfdkI607B5xrg6gWBF9b8ANviu7PLjd90Pl7Yo3g"
host
"viki-test.ukkera.com"
origin
"https://viki-test.ukkera.com"
priority
"u=1, i"
referer
"https://viki-test.ukkera.com/docs/graphql_playground"
sec-ch-ua
""Google Chrome";v="149", "Chromium";v="149", "Not)A;Brand";v="24""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""macOS""
sec-fetch-dest
"empty"
sec-fetch-mode
"cors"
sec-fetch-site
"same-origin"
secure-key
"ukkera-admins"
server-key
"2p3RzTfnnqxDucmY"
user-agent
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36"
x-forwarded-for
"41.40.226.77"
x-forwarded-proto
"https"
x-php-ob-level
"0"
x-real-ip
"41.40.226.77"

Request Content

Pretty

{
    "operationName": "IntrospectionQuery",
    "variables": {},
    "query": "query IntrospectionQuery {\n  __schema {\n    queryType {\n      name\n    }\n    mutationType {\n      name\n    }\n    subscriptionType {\n      name\n    }\n    types {\n      ...FullType\n    }\n    directives {\n      name\n      description\n      locations\n      args {\n        ...InputValue\n      }\n    }\n  }\n}\n\nfragment FullType on __Type {\n  kind\n  name\n  description\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\nfragment InputValue on __InputValue {\n  name\n  description\n  type {\n    ...TypeRef\n  }\n  defaultValue\n}\n\nfragment 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"
}

Raw

{"operationName":"IntrospectionQuery","variables":{},"query":"query IntrospectionQuery {\n  __schema {\n    queryType {\n      name\n    }\n    mutationType {\n      name\n    }\n    subscriptionType {\n      name\n    }\n    types {\n      ...FullType\n    }\n    directives {\n      name\n      description\n      locations\n      args {\n        ...InputValue\n      }\n    }\n  }\n}\n\nfragment FullType on __Type {\n  kind\n  name\n  description\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\nfragment InputValue on __InputValue {\n  name\n  description\n  type {\n    ...TypeRef\n  }\n  defaultValue\n}\n\nfragment 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"}

Response

Response Headers

Header Value
access-control-allow-origin
"https://viki-test.ukkera.com"
access-control-expose-headers
"link"
cache-control
"private, must-revalidate"
content-type
"application/json"
date
"Mon, 13 Jul 2026 23:05:40 GMT"
expires
"-1"
pragma
"no-cache"
x-debug-token
"d34db2"

Cookies

Request Cookies

Key Value
_fbp
"fb.1.1782905837530.526476892868013891"
_ga
"GA1.1.835083841.1752280955"
_ga_0CY2J545BK
"GS2.1.s1783463383$o37$g0$t1783463383$j60$l0$h0"
_ga_RDBKTXV0K4
"GS2.1.s1775654938$o12$g1$t1775654954$j44$l0$h0"
cf_clearance
"YX6g1N4Q0qhRrCWUWHChuHMzOSLzc_pAI6MDZ7yWx0k-1783527817-1.2.1.1-6.MGjVCfzrDw9b_N6ruOl6pb.nOb4t18jxgPLCsJ2BivXxKdQRUmfb6yMb7CO40w3YfXNfGhBIsSfhDPeYn8FIyhPBGCZa0W3EWPI72mx4rpwtUhzRvXIPg83T4CgI.zO95kSQ74irw0XlxklkRXCrg9Datqo8QZWcUTJGpEx0Z7VrLEXgkPzvUtmdzpMpO6sya2mixW9THXlOvzYEZ7A0Hcy_BHI8MSwRGDGxo_uFgM_7xHllJl0c_8yeWTao4GTUkXlYDHOKAKLtb1fyfoXzECw47C8ejRYIAjMv_tnADm83cfdkI607B5xrg6gWBF9b8ANviu7PLjd90Pl7Yo3g"

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_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"fa7c02a24f2a4ca83cce3793af88e16f"
COMPOSE_PROJECT_NAME
"viki"
CORS_ALLOW_ORIGIN
"*"
DATABASE_URL
"sqlite:///%kernel.project_dir%/data/db.db"
JWT_PASSPHRASE
"79c0aff14226d575541477730fe99df1"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LDAP_DN
"amana"
LDAP_DOMAIN
"amana.local"
LDAP_HOST
"123.123.123.132"
LDAP_PORT
"313"
LOCAL_MERCURE_PORT
"9090"
MERCURE_JWT_SECRET
"UKKERAukkera2021"
MERCURE_JWT_TOKEN
"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOlsiKiJdfX0.QGlg_yvjNLzRMDKNkAw2C2pKOf-IuU_zfTcNbWeSwYU"
MERCURE_PUBLIC_URL
"https://mer-hub.ukkera.com/.well-known/mercure"
MERCURE_URL
"https://mer-hub.ukkera.com/.well-known/mercure"
MONGODB_DB
"viki"
MONGODB_URL
"mongodb://ukkera:QPXR8s84X6Re9i@mongodb:27017"
SYMFONY_DEPRECATIONS_HELPER
"weak"
TRUSTED_PROXIES
"127.0.0.1"

Defined as regular env variables

Key Value
CONTENT_LENGTH
"1468"
CONTENT_TYPE
"application/json"
DOCUMENT_ROOT
"/var/www/viki/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD"
HOME
"/var/www"
HOSTNAME
"4a490f177669"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.9"
HTTP_CONNECTION
"close"
HTTP_CONTENT_LENGTH
"1468"
HTTP_CONTENT_TYPE
"application/json"
HTTP_COOKIE
"_ga=GA1.1.835083841.1752280955; _ga_RDBKTXV0K4=GS2.1.s1775654938$o12$g1$t1775654954$j44$l0$h0; _fbp=fb.1.1782905837530.526476892868013891; _ga_0CY2J545BK=GS2.1.s1783463383$o37$g0$t1783463383$j60$l0$h0; cf_clearance=YX6g1N4Q0qhRrCWUWHChuHMzOSLzc_pAI6MDZ7yWx0k-1783527817-1.2.1.1-6.MGjVCfzrDw9b_N6ruOl6pb.nOb4t18jxgPLCsJ2BivXxKdQRUmfb6yMb7CO40w3YfXNfGhBIsSfhDPeYn8FIyhPBGCZa0W3EWPI72mx4rpwtUhzRvXIPg83T4CgI.zO95kSQ74irw0XlxklkRXCrg9Datqo8QZWcUTJGpEx0Z7VrLEXgkPzvUtmdzpMpO6sya2mixW9THXlOvzYEZ7A0Hcy_BHI8MSwRGDGxo_uFgM_7xHllJl0c_8yeWTao4GTUkXlYDHOKAKLtb1fyfoXzECw47C8ejRYIAjMv_tnADm83cfdkI607B5xrg6gWBF9b8ANviu7PLjd90Pl7Yo3g"
HTTP_HOST
"viki-test.ukkera.com"
HTTP_ORIGIN
"https://viki-test.ukkera.com"
HTTP_PRIORITY
"u=1, i"
HTTP_REFERER
"https://viki-test.ukkera.com/docs/graphql_playground"
HTTP_SECURE_KEY
"ukkera-admins"
HTTP_SEC_CH_UA
""Google Chrome";v="149", "Chromium";v="149", "Not)A;Brand";v="24""
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
"same-origin"
HTTP_SERVER_KEY
"2p3RzTfnnqxDucmY"
HTTP_USER_AGENT
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"41.40.226.77"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_REAL_IP
"41.40.226.77"
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.17.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
"28b234e347286158cae921d61283eb1169d89bc9d2e5f5976567260ff38b0bfa"
PHP_URL
"https://www.php.net/distributions/php-8.4.17.tar.xz"
PHP_VERSION
"8.4.17"
PWD
"/var/www/viki"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"172.19.0.1"
REMOTE_PORT
"60030"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"http"
REQUEST_TIME
1783983936
REQUEST_TIME_FLOAT
1783983936.038
REQUEST_URI
"/api/graphql"
SCRIPT_FILENAME
"/var/www/viki/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.19.0.2"
SERVER_NAME
"localserver"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SOFTWARE
"nginx/1.21.6"
SYMFONY_DOTENV_PATH
"/var/www/viki/.env"
SYMFONY_DOTENV_VARS
"COMPOSE_PROJECT_NAME,APP_ENV,APP_SECRET,SYMFONY_DEPRECATIONS_HELPER,APP_DEBUG,DATABASE_URL,CORS_ALLOW_ORIGIN,MONGODB_URL,MONGODB_DB,TRUSTED_PROXIES,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,LDAP_HOST,LDAP_DN,LDAP_DOMAIN,LDAP_PORT,LOCAL_MERCURE_PORT,MERCURE_PUBLIC_URL,MERCURE_URL,MERCURE_JWT_TOKEN,MERCURE_JWT_SECRET"
USER
"www-data"
argc
0
argv
[]