OBJECT

DjangoDebug

Debugging information for the current query.

link GraphQL Schema definition

  • type DjangoDebug {
  • # Executed SQL queries for this API query.
  • sql: [DjangoDebugSQL]
  • }