-
Notifications
You must be signed in to change notification settings - Fork 21
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
Herbarium - Use it to create mutations, queries and types #38
Labels
enhancement
New feature or request
ready-to-work
Item is ready to work on it
released
Already in production
severity-minor
Item is not urgent
Comments
jhomarolo
added
ready-to-work
Item is ready to work on it
severity-minor
Item is not urgent
labels
Dec 24, 2021
I'm working on it. @PedroMarquesFr |
@jhomarolo could you update it with |
4 tasks
I have just sent the pr herbsjs/herbs2gql#54, still working on the coverage, but can you check it and give some feedback? Is it on the right path? |
documentation created @italojs herbsjs/herbsjs.github.io#132 |
🎉 This issue has been resolved in version 2.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
ready-to-work
Item is ready to work on it
released
Already in production
severity-minor
Item is not urgent
With the new release of Herbarium, herbs2gql can generate mutations, queries and types using it.
Instead of custom files (ex:
mutations.js
,queries.js
,types.js
) on the project, using Herbarium will be much simpler since it is a standardized way to access Herbs objects.Instead of:
queries
it could be something like:
The text was updated successfully, but these errors were encountered: