Skip to content

Suport Java Generics #289

Open
Open
@velias

Description

@velias

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Meeting discussionTo mark issues we want to discuss in the weekly meeting

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions