Skip to content

Is it possible to create query directives ? #506

Answered by rafalp
Tiross asked this question in Q&A
Discussion options

You must be logged in to vote

Ariadne doesn't support custom query directives. Why you can't use field argument for your case?

{
  allFilms {
    films {
      en: title(lang: "en")
      fr: title(lang: "fr")
      it: title(lang: "it")
    }
  }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Tiross
Comment options

Answer selected by Tiross
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants