Federico

Results 2 issues of Federico

Hi, I need to add custom queries to those auto-generated from the schema. I write my `.graphqls` file with only a query inside and a `GraphQLQueryResolver` to resolve the query...

Hello everyone, my Quarkus application is not starting because of the following error: ``` Caused by: graphql.AssertException: type Object not found in schema at graphql.Assert.assertNotNull(Assert.java:17) at graphql.schema.GraphQLTypeResolvingVisitor.handleTypeReference(GraphQLTypeResolvingVisitor.java:49) at graphql.schema.GraphQLTypeResolvingVisitor.visitGraphQLTypeReference(GraphQLTypeResolvingVisitor.java:44) at...