We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey! Thanks for putting this element together, looks great and I'm excited to get cracking with it.
What do you think about making the slot for <graphql-query> take a script element? It would look like this in practise:
<graphql-query>
<graphql-query id="query" result="{{starShipsData}}" defer> <script type="application/graphql"> query { allStarships(first: 5, filter: {pilots_some: {name_not: ""}}) { name class pilots { name homeworld { name } } } } </script> </graphql-query>
This is how <markdown-element> does things.
<markdown-element>
I'm happy to provide a PR
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hey! Thanks for putting this element together, looks great and I'm excited to get cracking with it.
What do you think about making the slot for
<graphql-query>
take a script element? It would look like this in practise:This is how
<markdown-element>
does things.Why does this matter?
I'm happy to provide a PR
The text was updated successfully, but these errors were encountered: