- Concatenating into GraphQL files
$ gqlcat -i "./graphql/src/**/*.graphql" -e "./graphql/dist/**/*.graphql" -d ./graphql/dist -o file -l gql -s ./graphql/schema.json
- Try to use graphiql server
$ npm start
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
$ gqlcat -i "./graphql/src/**/*.graphql" -e "./graphql/dist/**/*.graphql" -d ./graphql/dist -o file -l gql -s ./graphql/schema.json
$ npm start