Replies: 2 comments 9 replies
-
|
I believe it's reasonable to add that. Can you at least back up the proposal with a link to the official docs that show examples? |
Beta Was this translation helpful? Give feedback.
8 replies
-
|
What do you think @siketyan ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
According to the current implementation in
crates/biome_service/src/file_handlers/javascript.rs:696, the only valid template tag for GraphQL is 'gql'. However, the Relay, one of the major GraphQL libraries, exposes the 'graphql' template tag.Ideally, we could add a customizable GraphQL tag to Biome's configuration file, but that would be time-consuming. Until then, why not just add "graphql" as a valid GraphQL tag name?
Beta Was this translation helpful? Give feedback.
All reactions