-
-
Notifications
You must be signed in to change notification settings - Fork 452
Add support for GraphQL #69
Copy link
Copy link
Closed
Labels
work-in-progressThis Issue/PR is currently under developmentThis Issue/PR is currently under development
Metadata
Metadata
Assignees
Labels
work-in-progressThis Issue/PR is currently under developmentThis Issue/PR is currently under development
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
I don’t know the details at first glance. Because every request is a POST method to
/graphqlex)
Describe the solution you'd like
I want to change
POST /graphqlto used Query or Mutation nameDescribe alternatives you've considered
Add processing to change the string in TransactionAdapter class when endpoint equals
/graphqlIf there are other good ways, please suggest 🙏
ref: https://graphql.org/learn/serving-over-http/#uris-routes
Do you want to develop this feature yourself?
yes