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

EntrypointAction

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
query
"""
fragment EmployeeSkillBasicInfo on employee__skill {\n
  pid\n
  name\n
  type\n
  target_value\n
  setting\n
  __typename\n
}\n
query ($q: String, $order_by: [employee__skillFilter_orderBy], $db_filter: Iterable, $find: String, $first: Int, $cursor: String, $name: String, $type: String, $target_value: Float, $id: String, $created_at_before: String, $created_at_after: String, $updated_at_before: String, $updated_at_after: String) {\n
  employee__skills(\n
    search_q: $q\n
    m_find: $find\n
    _filter: $db_filter\n
    where: {name: $name, type: $type, target_value: $target_value, id: $id}\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
        ...EmployeeSkillBasicInfo\n
        __typename\n
      }\n
      __typename\n
    }\n
    __typename\n
  }\n
}
"""
variables
[
  "first" => 100
  "q" => "personnel flo"
]

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"api_platform.graphql.action.entrypoint"
_firewall_context
"security.firewall.map.context.main"
_graphql_args
[
  "App\Document\Employee\Skill" => [
    "first" => 100
    "search_q" => "personnel flo"
    "created_at" => [
      []
    ]
    "updated_at" => [
      []
    ]
    "where" => [
      []
    ]
  ]
]
_links
Symfony\Component\WebLink\GenericLinkProvider {#104165
  -links: [
    104163 => Symfony\Component\WebLink\Link {#104163
      -href: "http://viki.ukkera.com/api/v1/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_nelmio_cors_should_allow_origin
true
_route
"api_graphql_entrypoint"
_route_params
[]
_stopwatch_token
"ce6107"

Request Headers

Header Value
accept
"application/graphql-response+json, application/graphql+json, application/json, text/event-stream, multipart/mixed"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"en"
app
"hr_manager"
authorization
"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NTIzOTc3MjQsImV4cCI6MTc1MzM5NzcyNCwicm9sZXMiOltdLCJ1c2VybmFtZSI6IjI2OGZkZjA5YTdmMjNhMTZhZWZkZjllOGQwMjUxZDJkIn0.QlyBtn_S-B8EYxJkpnUn-GNZx3rtY10U7s8xFTP29UX0a_cKrl2IOBHZ7BKEV6PeFV9w69G6zAlUbE69v6BjHrXBQ9rWSa9gcfVyJRMFlgbaI4KEwATgd0ObDDQ5mnkElIAFpoyA2HIJZU6U1Gp7QOma33csX2Oxhomir4jRYQBa-obWmLeFyFsAqeQHe1YDQwGEQpdwRKYqquXjM4ilfW8or8rQATTKilLT7ChMLwN0FMe9Il7iIBtxQERoNT4DeeHwEIFCio2Sp7tttJqttGfzfA2uBoGdqLdXq5kc2IrPcpC-GZsYnaRkBW2q347JohDS7vm3YNj7pnATP61N0g"
connection
"close"
content-length
"1092"
content-type
"application/json"
host
"viki.ukkera.com"
origin
"https://employee-manager.ukkera.com"
priority
"u=1, i"
referer
"https://employee-manager.ukkera.com/"
sec-ch-ua
""Not)A;Brand";v="8", "Chromium";v="138", "Google Chrome";v="138""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"empty"
sec-fetch-mode
"cors"
sec-fetch-site
"same-site"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36"
x-forwarded-for
"41.38.119.124"
x-forwarded-proto
"https"
x-php-ob-level
"0"
x-real-ip
"41.38.119.124"

Request Content

Pretty

{
    "query": "fragment EmployeeSkillBasicInfo on employee__skill {\n  pid\n  name\n  type\n  target_value\n  setting\n  __typename\n}\nquery ($q: String, $order_by: [employee__skillFilter_orderBy], $db_filter: Iterable, $find: String, $first: Int, $cursor: String, $name: String, $type: String, $target_value: Float, $id: String, $created_at_before: String, $created_at_after: String, $updated_at_before: String, $updated_at_after: String) {\n  employee__skills(\n    search_q: $q\n    m_find: $find\n    _filter: $db_filter\n    where: {name: $name, type: $type, target_value: $target_value, id: $id}\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        ...EmployeeSkillBasicInfo\n        __typename\n      }\n      __typename\n    }\n    __typename\n  }\n}",
    "variables": {
        "first": 100,
        "q": "personnel flo"
    }
}

Raw

{"query":"fragment EmployeeSkillBasicInfo on employee__skill {\n  pid\n  name\n  type\n  target_value\n  setting\n  __typename\n}\nquery ($q: String, $order_by: [employee__skillFilter_orderBy], $db_filter: Iterable, $find: String, $first: Int, $cursor: String, $name: String, $type: String, $target_value: Float, $id: String, $created_at_before: String, $created_at_after: String, $updated_at_before: String, $updated_at_after: String) {\n  employee__skills(\n    search_q: $q\n    m_find: $find\n    _filter: $db_filter\n    where: {name: $name, type: $type, target_value: $target_value, id: $id}\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        ...EmployeeSkillBasicInfo\n        __typename\n      }\n      __typename\n    }\n    __typename\n  }\n}","variables":{"first":100,"q":"personnel flo"}}

Response

Response Headers

Header Value
access-control-allow-origin
"https://employee-manager.ukkera.com"
access-control-expose-headers
"link"
cache-control
"private, must-revalidate"
content-type
"application/json"
date
"Sun, 13 Jul 2025 13:08:54 GMT"
expires
"-1"
link
"<http://viki.ukkera.com/api/v1/docs.jsonld>; rel="http://www.w3.org/ns/hydra/core#apiDocumentation""
pragma
"no-cache"
x-debug-token
"387259"

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_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://mongodb:27017"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"1092"
CONTENT_TYPE
"application/json"
DOCUMENT_ROOT
"/var/www/viki/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC"
HOME
"/var/www"
HOSTNAME
"fbaa5f62f84e"
HTTP_ACCEPT
"application/graphql-response+json, application/graphql+json, application/json, text/event-stream, multipart/mixed"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"en"
HTTP_APP
"hr_manager"
HTTP_AUTHORIZATION
"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NTIzOTc3MjQsImV4cCI6MTc1MzM5NzcyNCwicm9sZXMiOltdLCJ1c2VybmFtZSI6IjI2OGZkZjA5YTdmMjNhMTZhZWZkZjllOGQwMjUxZDJkIn0.QlyBtn_S-B8EYxJkpnUn-GNZx3rtY10U7s8xFTP29UX0a_cKrl2IOBHZ7BKEV6PeFV9w69G6zAlUbE69v6BjHrXBQ9rWSa9gcfVyJRMFlgbaI4KEwATgd0ObDDQ5mnkElIAFpoyA2HIJZU6U1Gp7QOma33csX2Oxhomir4jRYQBa-obWmLeFyFsAqeQHe1YDQwGEQpdwRKYqquXjM4ilfW8or8rQATTKilLT7ChMLwN0FMe9Il7iIBtxQERoNT4DeeHwEIFCio2Sp7tttJqttGfzfA2uBoGdqLdXq5kc2IrPcpC-GZsYnaRkBW2q347JohDS7vm3YNj7pnATP61N0g"
HTTP_CONNECTION
"close"
HTTP_CONTENT_LENGTH
"1092"
HTTP_CONTENT_TYPE
"application/json"
HTTP_HOST
"viki.ukkera.com"
HTTP_ORIGIN
"https://employee-manager.ukkera.com"
HTTP_PRIORITY
"u=1, i"
HTTP_REFERER
"https://employee-manager.ukkera.com/"
HTTP_SEC_CH_UA
""Not)A;Brand";v="8", "Chromium";v="138", "Google Chrome";v="138""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
HTTP_SEC_FETCH_DEST
"empty"
HTTP_SEC_FETCH_MODE
"cors"
HTTP_SEC_FETCH_SITE
"same-site"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"41.38.119.124"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_REAL_IP
"41.38.119.124"
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.2.7.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
"4b9fb3dcd7184fe7582d7e44544ec7c5153852a2528de3b6754791258ffbdfa0"
PHP_URL
"https://www.php.net/distributions/php-8.2.7.tar.xz"
PHP_VERSION
"8.2.7"
PWD
"/var/www/viki"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"172.20.0.1"
REMOTE_PORT
"37742"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"http"
REQUEST_TIME
1752412132
REQUEST_TIME_FLOAT
1752412132.7592
REQUEST_URI
"/api/graphql"
SCRIPT_FILENAME
"/var/www/viki/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.20.0.2"
SERVER_NAME
"localserver"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SOFTWARE
"nginx/1.21.6"
SYMFONY_DOTENV_VARS
"COMPOSE_PROJECT_NAME,APP_ENV,APP_SECRET,DATABASE_URL,CORS_ALLOW_ORIGIN,MONGODB_URL,MONGODB_DB,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
[]