Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add sponsors section

+30
+15
README.md
··· 111 111 This is mainly needed in cases where this isn't supported out of the box and mainly serves as a way 112 112 for you to case your types. 113 113 114 + ## 💙 [Sponsors](https://github.com/sponsors/urql-graphql) 115 + 116 + <table> 117 + <tr> 118 + <td align="center"><a href="https://bigcommerce.com/"><img src="https://avatars.githubusercontent.com/u/186342?s=150&v=4" width="150" alt="BigCommerce"/><br />BigCommerce</a></td> 119 + <td align="center"><a href="https://wundergraph.com/"><img src="https://avatars.githubusercontent.com/u/64281914?s=200&v=4" width="150" alt="WunderGraph"/><br />WunderGraph</a></td> 120 + </tr> 121 + </table> 122 + 123 + <table> 124 + <tr> 125 + <td align="center"><a href="https://beatgig.com/"><img src="https://avatars.githubusercontent.com/u/51333382?s=200&v=4" width="100" alt="BeatGig"/><br />BeatGig</a></td> 126 + </tr> 127 + </table> 128 + 114 129 ## Local development 115 130 116 131 Run `pnpm i` at the root. Open `packages/example` by running `code packages/example` or if you want to leverage
+15
packages/graphqlsp/README.md
··· 114 114 This is mainly needed in cases where this isn't supported out of the box and mainly serves as a way 115 115 for you to case your types. 116 116 117 + ## 💙 [Sponsors](https://github.com/sponsors/urql-graphql) 118 + 119 + <table> 120 + <tr> 121 + <td align="center"><a href="https://bigcommerce.com/"><img src="https://avatars.githubusercontent.com/u/186342?s=150&v=4" width="150" alt="BigCommerce"/><br />BigCommerce</a></td> 122 + <td align="center"><a href="https://wundergraph.com/"><img src="https://avatars.githubusercontent.com/u/64281914?s=200&v=4" width="150" alt="WunderGraph"/><br />WunderGraph</a></td> 123 + </tr> 124 + </table> 125 + 126 + <table> 127 + <tr> 128 + <td align="center"><a href="https://beatgig.com/"><img src="https://avatars.githubusercontent.com/u/51333382?s=200&v=4" width="100" alt="BeatGig"/><br />BeatGig</a></td> 129 + </tr> 130 + </table> 131 + 117 132 ## Local development 118 133 119 134 Run `pnpm i` at the root. Open `packages/example` by running `code packages/example` or if you want to leverage