vulcan-sql icon indicating copy to clipboard operation
vulcan-sql copied to clipboard

Support GraphQL API

Open kokokuo opened this issue 3 years ago • 0 comments

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

Additional context

kokokuo avatar Sep 30 '22 05:09 kokokuo