mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 08:08:14 +08:00
Feature/graphql (#312)
* #298 initial hacking around better aggregation * #298 bit more hacking around * #298 abstraction over httpresponsemessage * #298 tidying up * #298 docs * #298 missed this * #306 example of how to do GraphQL
This commit is contained in:
15
docs/features/graphql.rst
Normal file
15
docs/features/graphql.rst
Normal file
@ -0,0 +1,15 @@
|
||||
GraphQL
|
||||
=======
|
||||
|
||||
OK you got me Ocelot doesn't directly support GraphQL but so many people have asked about it I wanted to show how easy it is to integrate
|
||||
the `graphql-dotnet <https://github.com/graphql-dotnet/graphql-dotnet>`_ library.
|
||||
|
||||
|
||||
Please see the sample project `OcelotGraphQL <https://github.com/ThreeMammals/Ocelot/tree/develop/samples/OcelotGraphQL>`_.
|
||||
Using a combination of the graphql-dotnet project and Ocelot's DelegatingHandler features this is pretty easy to do.
|
||||
However I do not intend to integrate more closely with GraphQL at the moment. Check out the samples readme and that should give
|
||||
you enough instruction on how to do this!
|
||||
|
||||
Good luck and have fun :>
|
||||
|
||||
|
Reference in New Issue
Block a user