graphqxl

Language for creating scalable GraphQL server-side schemas

brewmacoslinux
Try with needOr install directly
Source

About

Language for creating big and scalable GraphQL server-side schemas

Commands

graphqxl

Examples

Compile a GraphQL schema file to standard GraphQL SDL$ graphqxl compile schema.graphqxl -o schema.graphql
Validate a GraphQL schema written in GraphQXL format$ graphqxl validate schema.graphqxl
Generate TypeScript types from a GraphQXL schema$ graphqxl codegen schema.graphqxl --lang typescript