Open
Description
Based on work in smallrye/smallrye-graphql#281 we should add support for java Generics into this spec.
There is a ticket discussing Generics directly in GraphQL spec graphql/graphql-spec#190. They are not there (and some of the spec authors says that intentionally), and it is question if they will ever be. We can still add it into Microprofile spec by allowing only generics with exactly defined types (no any wildchars) in the in/out object trees, and generating GraphQL schema in a way it contains extra class for each exact variant of the generic with concrete resolved types.