Skip to content

Commit

Permalink
style: consistent spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Jun 14, 2021
1 parent 8a551ce commit 6305b00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/language/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ export interface ParseOptions {
* `variableDefinitions` field of the FragmentDefinitionNode.
*
* The syntax is identical to normal, query-defined variables.
*```graphql
* fragment A($var: Boolean = false) on T {
* ```graphql
* fragment A($var: Boolean = false) on T {
* ...
* }
*```
* ```
*/
allowLegacyFragmentVariables?: boolean;
}
Expand Down

0 comments on commit 6305b00

Please sign in to comment.