use-suspense-query icon indicating copy to clipboard operation
use-suspense-query copied to clipboard

Add generic typings

Open jesster2k10 opened this issue 2 years ago • 0 comments

  • Added generic typings so that way the returned result isn't just any but is also typed too #1
  • Added prettier configuration just to keep things clean :)
  • Added @apollo/client and graphql as dependencies, since I'm importing types directly from the library (not going to be bundled in the code though, just need to be installed with the library)
  • Also used yarn as opposed to npm install (just what I am used to)
  • There are still some missing gaps I think, but it's a good starting point

jesster2k10 avatar Aug 08 '21 20:08 jesster2k10