ember-graphql / ember-apollo-client

🚀 An ember-cli addon for Apollo Client and GraphQL
MIT License
279 stars 72 forks source link

Define the types of the parameters from Apollo service's most used methods #439

Closed phcoliveira closed 1 year ago

phcoliveira commented 1 year ago

Apollo Client does not have an API reference, only some guides dedicated to React. Without the types of the parameters from Apollo's service most used methods, it is very difficult to know which options can be passed.

I am providing a PR for this.