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 was using the ta/edn2sdl function to convert back some edn files to graphql, and I noticed that all the directives have been dropped.
I think the issue is that I'm using the edn format exported by lacinia (which I thought this library was also based on), but this library expects a slightly different format looking at the tests.
Currently, tools.graphql does not support custom directives.
There are plans to implement them, but we're getting lazy because there are no directives other than deprecated in our use.
I was using the ta/edn2sdl function to convert back some edn files to graphql, and I noticed that all the directives have been dropped.
I think the issue is that I'm using the edn format exported by lacinia (which I thought this library was also based on), but this library expects a slightly different format looking at the tests.
I get for example this format
But it looks like that this library expects this format:
is there anything I'm missing maybe, how do I get that particular format?
The text was updated successfully, but these errors were encountered: