Skip to content

Create a top level facade component for GLQL

This component should be the entry point for any rendered GLQL block. This should help us display any errors in the query parsing, execution or presentation part of the process and also show loading states.

Potential errors to show:

  • Syntax error in the query
  • Syntax error in the presentation data provided
  • Invalid data passed to the query or the presentation layer
Edited by Himanshu Kapoor