Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GraphQL setter to GraphqlServiceBuilder (#5269)
Motivation: A user might want to set `GraphQL` directly to the `GraphqlServiceBuilder` which could be shared between Expedia `GraphQLRequestHandler` and Armeria's `GraphqlService`. Modification: - Add the setter method for `GraphQL`. Result: - You can now set `GraphQL` to the `GraphqlServiceBuilder`.
- Loading branch information