Home > Mobile >  ApiPlatform - watch sql query
ApiPlatform - watch sql query

Time:11-04

I want to understand how apiplatform works and for this have to understand sql query, how i can watch this ?

i dont see anythings about this in documentation.

CodePudding user response:

You can use the profiler for debug SQL query from API Platform.

https://symfonycasts.com/screencast/api-platform/profiler

  • Related