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
The current restify version is outdated. Since its type def changed a little bit, the current demo example doesn't work. It will throw type errors for server.post("/graphql", graphqlRestify(graphQLOptions)):
Argument of type 'RestifyHandler' is not assignable to parameter of type 'RequestHandlerType'.
I would love to do a quick update PR on this, and please let me know if you guys currently work on it.
The text was updated successfully, but these errors were encountered:
The current restify version is outdated. Since its type def changed a little bit, the current demo example doesn't work. It will throw type errors for
server.post("/graphql", graphqlRestify(graphQLOptions))
:I would love to do a quick update PR on this, and please let me know if you guys currently work on it.
The text was updated successfully, but these errors were encountered: