Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to test crudspec using GraphQL serve #21

Open
wtrocki opened this issue Jun 24, 2020 · 2 comments
Open

Add ability to test crudspec using GraphQL serve #21

wtrocki opened this issue Jun 24, 2020 · 2 comments

Comments

@wtrocki
Copy link
Member

wtrocki commented Jun 24, 2020

We need to document how to generate a schema that is compatible with the spec (using CLI tool) for people to understand it and interact with their types (no resolvers)

@craicoverflow
Copy link

craicoverflow commented Jul 1, 2020

graphql-serve requires you to have a local schema file configured with annotations etc and requires knowledge of Graphback.

What would be really cool is that graphql-serve could let you choose some in-memory example schemas if you don't want to use a local schema.

This would make trying out graphqlcrud even easier.

@wtrocki
Copy link
Member Author

wtrocki commented Jul 1, 2020

I believe it does that already when used as lib. Trick here is to really mention some of the examples that people can check and play with - spec on it's own is too bare. Sample tools list is good but for the time being we can mention graphql-serve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants