vulcan-sql
vulcan-sql copied to clipboard
Support GraphQL API
What’s the problem you're trying to solve
Provide new API style - GraphQL, the query language API for making users more choices.
Describe the solution you’d like
Support GraphQL API type, you could activate it by appending the GRAPHQL in types of project config:
# vulcan.yaml
types:
- RESTFUL
- GRAPHQL