Michael Sonnleitner
Michael Sonnleitner
the real problem is that the schema parse can not deal with following model ``` public class MyList extends ArrayList ``` getting following error on startup: ``` Caused by: io.smallrye.graphql.schema.SchemaBuilderException:...
I have added it to following example. https://github.com/michaelsonnleitner/sample-async-graphql/blob/master/src/main/java/at/raiffeisen/graphql/Adress2nd.java Adress2nd is not referenced in my GraphQL Resource but indirectly referenced by https://github.com/michaelsonnleitner/sample-async-graphql/blob/master/src/main/java/at/raiffeisen/graphql/AdressCode.java following schema is generated: ``` interface AdressCode { code:...
yes and no ;) ignore on AdressCode would ignore any other class implementing it igonre on Adress2nd would only ignore that class.
in my opinion not. but I am new in graphql
yes ignore and not add to schema (in my opinion)