updated to remove develop

This commit is contained in:
TomPallister
2020-01-16 22:15:16 +00:00
parent 47efd86661
commit 0e6f44b342
11 changed files with 25 additions and 24 deletions

View File

@ -5,7 +5,7 @@ OK you got me Ocelot doesn't directly support GraphQL but so many people have as
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>`_.
Please see the sample project `OcelotGraphQL <https://github.com/ThreeMammals/Ocelot/tree/master/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!