DEV Community

Discussion on: Wrapping REST API calls with Apollo Client: 'do-it-yourself' approach

Collapse
 
adoelcs profile image
Abdoel

Do we need register const resolvers ={...} to ApolloClient ?

*Like typeDefs, right ?