DEV Community

Discussion on: Moving Starpilot to GraphQL

Collapse
 
denisart profile image
Denis Artyushin

Great job! Thank for using graphql-query.

However, graphql-query doesn’t actually act as a client to the GraphQL API, it just builds the query.

graphql-query by difinition is only GraphQL queries builder.

gql’s support for creating a Domain Specific Language (DSL) for a given GraphQL schema.

gql of cource support DSL for GraphQL query. But we need have data model for creating. Against the graphql-query can to work with abstract queries for abstract schema.

Collapse
 
daveparr profile image
Dave Parr

Thanks for reading this article! And double thanks for all your work on graphql 👍