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

EntrypointAction

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
query
"""
fragment CommonRoleBasicInfo on common__role {\n
  pid\n
  name\n
  app\n
  org\n
  __typename\n
}\n
fragment CommonModuleBasicInfo on common__module {\n
  pid\n
  name\n
  path\n
  __typename\n
}\n
fragment OrgOrgBasicInfo on org__org {\n
  pid\n
  name\n
  logo\n
  setting\n
  owner\n
  info\n
  __typename\n
}\n
fragment CommonPermissionBasicInfo on common__permission {\n
  pid\n
  create\n
  edit\n
  delete\n
  fetch\n
  module {\n
    pid\n
    name\n
    path\n
    __typename\n
  }\n
  __typename\n
}\n
fragment CommonPermissionInfo on common__permission {\n
  ...CommonPermissionBasicInfo\n
  role {\n
    ...CommonRoleBasicInfo\n
    __typename\n
  }\n
  module {\n
    ...CommonModuleBasicInfo\n
    __typename\n
  }\n
  org {\n
    ...OrgOrgBasicInfo\n
    __typename\n
  }\n
  __typename\n
}\n
query ($q: String, $order_by: [common__permissionFilter_orderBy], $db_filter: Iterable, $find: String, $first: Int, $cursor: String, $role: String, $create: Boolean, $edit: Boolean, $delete: Boolean, $fetch: Boolean, $module: String, $org: String, $id: String, $created_at_before: String, $created_at_after: String, $updated_at_before: String, $updated_at_after: String) {\n
  common__permissions(\n
    search_q: $q\n
    m_find: $find\n
    _filter: $db_filter\n
    where: {role: $role, module: $module, org: $org, id: $id}\n
    create: $create\n
    edit: $edit\n
    delete: $delete\n
    fetch: $fetch\n
    created_at: {before: $created_at_before, after: $created_at_after}\n
    updated_at: {before: $updated_at_before, after: $updated_at_after}\n
    first: $first\n
    after: $cursor\n
    orderBy: $order_by\n
  ) {\n
    totalCount\n
    pageInfo {\n
      endCursor\n
      hasNextPage\n
      __typename\n
    }\n
    edges {\n
      node {\n
        ...CommonPermissionInfo\n
        __typename\n
      }\n
      __typename\n
    }\n
    __typename\n
  }\n
}
"""
variables
[
  "db_filter" => [
    "role" => [
      "$in" => []
    ]
  ]
  "first" => 1000
]

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"api_platform.graphql.action.entrypoint"
_firewall_context
"security.firewall.map.context.main"
_route
"api_graphql_entrypoint"
_route_params
[]
_stopwatch_token
"1d2f37"

Request Headers

Header Value
accept
"application/graphql-response+json, application/graphql+json, application/json, text/event-stream, multipart/mixed"
accept-encoding
"gzip"
accept-language
"undefined"
app
"safety_manager"
authorization
"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3ODM5Njc0OTksImV4cCI6MTc4NDk2NzQ5OSwicm9sZXMiOltdLCJ1c2VybmFtZSI6IjY5ZjhkOTM0NThiYjhjYzU5NmUyMGQ0OCJ9.Yjymm02ZFqgmmls-Vnjm4vT4420qLicWY4flrXjHeS3G-sEhLB4v9xR5bNSRz0Ln5poerg8YHsr7DHQk6_7u8STfiOxtsRFfgNWlSyaSHcwr1e5Umqki-X9pe6lU_y2IzS5-rm3p2_JrY0ZSFmZB__wBF5DxPqv381HTc2cpdWH_AbC_JgxDfQVgZl4AcCY50_hg2OpZ_XyxgPWz7GOpd20DQT6w2WhDboxSX5Vq8DxOezy4Vv2XabhV6BMf8hxSOeKjwUb1MG0D3ADdm7SVuADhG02cOB-AEdpLqaH3yeikUXBcFj_lSFq8AxYL4pnnT1-aajFK1ZGHB7uMur1N8Q"
connection
"close"
content-length
"1872"
content-type
"application/json"
host
"viki-test.ukkera.com"
role
"69f8d93458bb8cc596e20d48"
user-agent
"okhttp/4.12.0"
x-forwarded-for
"41.69.251.187"
x-forwarded-proto
"https"
x-php-ob-level
"0"
x-real-ip
"41.69.251.187"

Request Content

Pretty

{
    "query": "fragment CommonRoleBasicInfo on common__role {\n  pid\n  name\n  app\n  org\n  __typename\n}\nfragment CommonModuleBasicInfo on common__module {\n  pid\n  name\n  path\n  __typename\n}\nfragment OrgOrgBasicInfo on org__org {\n  pid\n  name\n  logo\n  setting\n  owner\n  info\n  __typename\n}\nfragment CommonPermissionBasicInfo on common__permission {\n  pid\n  create\n  edit\n  delete\n  fetch\n  module {\n    pid\n    name\n    path\n    __typename\n  }\n  __typename\n}\nfragment CommonPermissionInfo on common__permission {\n  ...CommonPermissionBasicInfo\n  role {\n    ...CommonRoleBasicInfo\n    __typename\n  }\n  module {\n    ...CommonModuleBasicInfo\n    __typename\n  }\n  org {\n    ...OrgOrgBasicInfo\n    __typename\n  }\n  __typename\n}\nquery ($q: String, $order_by: [common__permissionFilter_orderBy], $db_filter: Iterable, $find: String, $first: Int, $cursor: String, $role: String, $create: Boolean, $edit: Boolean, $delete: Boolean, $fetch: Boolean, $module: String, $org: String, $id: String, $created_at_before: String, $created_at_after: String, $updated_at_before: String, $updated_at_after: String) {\n  common__permissions(\n    search_q: $q\n    m_find: $find\n    _filter: $db_filter\n    where: {role: $role, module: $module, org: $org, id: $id}\n    create: $create\n    edit: $edit\n    delete: $delete\n    fetch: $fetch\n    created_at: {before: $created_at_before, after: $created_at_after}\n    updated_at: {before: $updated_at_before, after: $updated_at_after}\n    first: $first\n    after: $cursor\n    orderBy: $order_by\n  ) {\n    totalCount\n    pageInfo {\n      endCursor\n      hasNextPage\n      __typename\n    }\n    edges {\n      node {\n        ...CommonPermissionInfo\n        __typename\n      }\n      __typename\n    }\n    __typename\n  }\n}",
    "variables": {
        "db_filter": {
            "role": {
                "$in": []
            }
        },
        "first": 1000
    }
}

Raw

{"query":"fragment CommonRoleBasicInfo on common__role {\n  pid\n  name\n  app\n  org\n  __typename\n}\nfragment CommonModuleBasicInfo on common__module {\n  pid\n  name\n  path\n  __typename\n}\nfragment OrgOrgBasicInfo on org__org {\n  pid\n  name\n  logo\n  setting\n  owner\n  info\n  __typename\n}\nfragment CommonPermissionBasicInfo on common__permission {\n  pid\n  create\n  edit\n  delete\n  fetch\n  module {\n    pid\n    name\n    path\n    __typename\n  }\n  __typename\n}\nfragment CommonPermissionInfo on common__permission {\n  ...CommonPermissionBasicInfo\n  role {\n    ...CommonRoleBasicInfo\n    __typename\n  }\n  module {\n    ...CommonModuleBasicInfo\n    __typename\n  }\n  org {\n    ...OrgOrgBasicInfo\n    __typename\n  }\n  __typename\n}\nquery ($q: String, $order_by: [common__permissionFilter_orderBy], $db_filter: Iterable, $find: String, $first: Int, $cursor: String, $role: String, $create: Boolean, $edit: Boolean, $delete: Boolean, $fetch: Boolean, $module: String, $org: String, $id: String, $created_at_before: String, $created_at_after: String, $updated_at_before: String, $updated_at_after: String) {\n  common__permissions(\n    search_q: $q\n    m_find: $find\n    _filter: $db_filter\n    where: {role: $role, module: $module, org: $org, id: $id}\n    create: $create\n    edit: $edit\n    delete: $delete\n    fetch: $fetch\n    created_at: {before: $created_at_before, after: $created_at_after}\n    updated_at: {before: $updated_at_before, after: $updated_at_after}\n    first: $first\n    after: $cursor\n    orderBy: $order_by\n  ) {\n    totalCount\n    pageInfo {\n      endCursor\n      hasNextPage\n      __typename\n    }\n    edges {\n      node {\n        ...CommonPermissionInfo\n        __typename\n      }\n      __typename\n    }\n    __typename\n  }\n}","variables":{"db_filter":{"role":{"$in":[]}},"first":1000}}

Response

Response Headers

Header Value
cache-control
"private, must-revalidate"
content-type
"application/json"
date
"Tue, 14 Jul 2026 08:10:09 GMT"
expires
"-1"
pragma
"no-cache"
x-debug-token
"e0c149"

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_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
"1872"
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
"application/graphql-response+json, application/graphql+json, application/json, text/event-stream, multipart/mixed"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_ACCEPT_LANGUAGE
"undefined"
HTTP_APP
"safety_manager"
HTTP_AUTHORIZATION
"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3ODM5Njc0OTksImV4cCI6MTc4NDk2NzQ5OSwicm9sZXMiOltdLCJ1c2VybmFtZSI6IjY5ZjhkOTM0NThiYjhjYzU5NmUyMGQ0OCJ9.Yjymm02ZFqgmmls-Vnjm4vT4420qLicWY4flrXjHeS3G-sEhLB4v9xR5bNSRz0Ln5poerg8YHsr7DHQk6_7u8STfiOxtsRFfgNWlSyaSHcwr1e5Umqki-X9pe6lU_y2IzS5-rm3p2_JrY0ZSFmZB__wBF5DxPqv381HTc2cpdWH_AbC_JgxDfQVgZl4AcCY50_hg2OpZ_XyxgPWz7GOpd20DQT6w2WhDboxSX5Vq8DxOezy4Vv2XabhV6BMf8hxSOeKjwUb1MG0D3ADdm7SVuADhG02cOB-AEdpLqaH3yeikUXBcFj_lSFq8AxYL4pnnT1-aajFK1ZGHB7uMur1N8Q"
HTTP_CONNECTION
"close"
HTTP_CONTENT_LENGTH
"1872"
HTTP_CONTENT_TYPE
"application/json"
HTTP_HOST
"viki-test.ukkera.com"
HTTP_ROLE
"69f8d93458bb8cc596e20d48"
HTTP_USER_AGENT
"okhttp/4.12.0"
HTTP_X_FORWARDED_FOR
"41.69.251.187"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_REAL_IP
"41.69.251.187"
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
"54264"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"http"
REQUEST_TIME
1784016608
REQUEST_TIME_FLOAT
1784016608.5302
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
[]