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
Resolution.path/1 will give us a list like ["post", 5, "author"]. Strikes me we could flatten that into a string like post[].author and put it to "absinthe.path".
The text was updated successfully, but these errors were encountered:
Resolution.path/1
will give us a list like["post", 5, "author"]
. Strikes me we could flatten that into a string likepost[].author
and put it to"absinthe.path"
.The text was updated successfully, but these errors were encountered: