leveluptuts / React-Apollo-Snippets-for-VSCode

Some snippets I wanted to have and thought others might as well.
5 stars 5 forks source link

snippets for react apollo hooks #7

Open itsjzt opened 4 years ago

itsjzt commented 4 years ago

we need to add snippets for hooks.

based on the current convention of snippets new snippets can be named as: uq for useQuery(QUERY_NAME) uqf for useQuery(QUERY_NAME, { variables: {} })

um for useMutation(MUTATION_NAME, { variables: {} }) umf for useMutation(MUTATION_NAME, { variables: {}, refetchQueries: [] })

and same as above for subscription and useClient

itsjzt commented 4 years ago

I would like to contibute on this when we decide the snippet's keywords 💯