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

feat: allow interfaces implementing interfaces #49

Closed gabotechs closed 1 year ago

gabotechs commented 1 year ago

As suggested in https://github.com/gabotechs/graphqxl/issues/48, this allows an interface to implement another interface