You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the changes was to create/overwrite directives but now graphql provide new feature to do that: apollographql.com/docs/graphql-tools/schema-directives.html
@lucasfeliciano It's apollo specific implementation and I try to keep this project vanilla GraphQL.
Hello, I forked this branch for the use here in the company and I decided to use apollo-server instead of graphql-express. The reason is that we use batched queries and apollo-server has this feature out of the box.
Hello, I forked this branch for the use here in the company and I decided to use
apollo-server
instead ofgraphql-express
.The reason is that we use batched queries and
apollo-server
has this feature out of the box.So I saw that you forked the graphql repositorie to implement some changes related to the directives.
github:apis-guru/graphql-js#directives-fork-dist
However I can't find this branch in the forked repo to see what were the changes.
I think the changes was to create/overwrite directives but now graphql provide new feature to do that: https://www.apollographql.com/docs/graphql-tools/schema-directives.html
And thats how I want to approach, but I need to know the changes that you made to continue with this :)
The text was updated successfully, but these errors were encountered: