Skip to content

Commit

Permalink
chore: add more builtin urql directives (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Feb 11, 2024
1 parent fc1c331 commit ba2c4e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-kids-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@0no-co/graphqlsp': patch
---

Add more built-in urql directives
2 changes: 2 additions & 0 deletions packages/graphqlsp/src/diagnostics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ const clientDirectives = new Set([
'client',
'_unmask',
'_optional',
'_relayPagination',
'_simplePagination',
'_required',
'optional',
'required',
Expand Down

0 comments on commit ba2c4e7

Please sign in to comment.