An open API service indexing awesome lists of open source software.

https://github.com/code4mk/apollo-graphql-snippet

Apollo Graphql snippets - VScode
https://github.com/code4mk/apollo-graphql-snippet

apollo-client apollographql graphql vscode-snippets

Last synced: 30 days ago
JSON representation

Apollo Graphql snippets - VScode

Awesome Lists containing this project

README

          

# Apollo Graphql Snippets (React)
Apollo react graphql snippets for vscode lovers.

# commands

* `ap_client` - client setup (header,uri so on)
* `ap_query` - useQuery hook
* `ap_lazy` - useLazyQuery hook
* `ap_mutation`- useMutation hook

# typescript

* `ap_tlazy` - useLazyQuery hook (typescript support)
* `apt_tmutation` - useLazyQuery hook (typescript support)