Closed
Description
so i have directive with variables
directive @url(root: String!) on FIELD
with simple resolver:
async url(resolve, source, directiveArgs) {
return url.resolve(directiveArgs.root, await resolve())
},
so it should work with query variables binding like that
query($url: String!) { foo @url(root:$url) }
Metadata
Metadata
Assignees
Labels
No labels