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
I'm migrating a legacy node/graphql application to springboot. My queries are dynamically generated on the frontend, and can potentially go 10 nested entities deep. Instead of pulling all of this data from the database every time, I'd rather only pull requested entities.
Is it possible to parse the raw query from the @GraphQLQuery(name = "Assets") e.g. see that source contains AssetCode.PhysicalLocation.Location.Company
The text was updated successfully, but these errors were encountered:
I'm migrating a legacy node/graphql application to springboot. My queries are dynamically generated on the frontend, and can potentially go 10 nested entities deep. Instead of pulling all of this data from the database every time, I'd rather only pull requested entities.
Is it possible to parse the raw query from the
@GraphQLQuery(name = "Assets")
e.g. see that source contains AssetCode.PhysicalLocation.Location.CompanyThe text was updated successfully, but these errors were encountered: