Schetnan

Results 6 comments of Schetnan

Bojan, Thank you for your response! The following query loads an extensive object graph.. @GraphQLQuery(name="plans") public Plan[] getPlans(@GraphQLArgument(name="grp") Integer grp, @GraphQLArgument(name="site")String site, @GraphQLArgument(name="effective")Long e) { return loadPlans(group, site, effective.toString()); }...

Yes, that makes sense. The domain model is a back end domain model that I don't have much control over unless I provide wrappers or which we do in the...

We have a need to insert something like the following at the top of our HTML document ( above everything else ). It is used by a corporate proxy that...

We have a need to insert something like the following at the top of our HTML document ( above everything else ). It is used by a corporate proxy that...

First of all, thank you to the others who have added feedback and clues to this report - much appreciated! I whittled down my project down to almost nothing. The...

A little more on this. It seems that nuxt doesn't like any directory prefixed with src. For example, I changed my directory name from 'src' to 'code' and the project...