Routing
api_graphql_entrypoint
Matched route
Route Parameters
| Name | Value |
|---|---|
| _graphql | true |
Route Matching Logs
Path to match:
/api/graphql
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_reservations | /{_locale}/rezervace | Path does not match |
| 2 | app_reservations_party_pro_zeny | /{_locale}/rezervace/party-pro-zeny | Path does not match |
| 3 | kiwi_blog_export_subscribers | /kiwi/blog/blog/export-subscribers | Path does not match |
| 4 | payment_notify | /payment-notify | Path does not match |
| 5 | payment_notify_detail | /payment-notify/{paymentUid} | Path does not match |
| 6 | payment_qr | /payment-qr/{paymentUid} | Path does not match |
| 7 | gopay | /kiwi/payments/payments/gopay/ | Path does not match |
| 8 | gp_account | /kiwi/payments/payments/gopay/account/{id} | Path does not match |
| 9 | gp_remove_account | /kiwi/payments/payments/gopay/account/remove/{id} | Path does not match |
| 10 | thepay | /kiwi/payments/payments/thepay/ | Path does not match |
| 11 | thepay_account | /kiwi/payments/payments/thepay/account/{id} | Path does not match |
| 12 | thepay_remove_account | /kiwi/payments/payments/thepay/account/remove/{id} | Path does not match |
| 13 | installation | /kiwi/installation | Path does not match |
| 14 | accept_invite | /kiwi/accept-invite | Path does not match |
| 15 | login | /kiwi/login | Path does not match |
| 16 | logout | /kiwi/logout | Path does not match |
| 17 | user_registration | /kiwi/user-register | Path does not match |
| 18 | user_login_invalid | /kiwi/user-register | Path does not match |
| 19 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 20 | api_errors | /api/errors/{status} | Path does not match |
| 21 | api_validation_errors | /api/validation_errors/{id} | Path does not match |
| 22 | api_entrypoint | /api/{index}.{_format} | Path almost matches, but Requirement for "index" does not match (index) |
| 23 | api_doc | /api/docs.{_format} | Path does not match |
| 24 | api_graphql_entrypoint | /api/graphql | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.