You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my schema Tenants have multiple Clients and Clients have multiple Providers. When I write a query for tenants that includes Clients and includes the Providers inside the Clients I get a max depth exceeded error.
{"error":{"statusCode":400,"name":"Error","message":"The query object exceeds maximum depth 32","code":"QUERY_OBJECT_TOO_DEEP"}}
I would really love to see this resolved. I have complex schema and need to write routines to export different subsets of the data. It will be quite hard to manually start to try to join the data together if I need to write multiplw queries and join the data together myself.
This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository. This issue will be closed within 30 days of being stale.
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.
In my schema Tenants have multiple Clients and Clients have multiple Providers. When I write a query for tenants that includes Clients and includes the Providers inside the Clients I get a max depth exceeded error.
I would really love to see this resolved. I have complex schema and need to write routines to export different subsets of the data. It will be quite hard to manually start to try to join the data together if I need to write multiplw queries and join the data together myself.
Here is the function that does the query:
The text was updated successfully, but these errors were encountered: