gabotechs / graphqxl

GraphQXL is a new language built on top of the GraphQL syntax that extends the original language with some additional features useful for creating scalable and big server side schemas. This repository contains the source code for the GraphQXL compiler.
https://gabotechs.github.io/graphqxl
MIT License
272 stars 8 forks source link

Support directives while instancing generics #29

Closed gabotechs closed 1 year ago

gabotechs commented 1 year ago
type Concrete @directive = Generic<String>
gabotechs commented 1 year ago

included in #32