Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to use with apollo-client and react #257

Closed
jsoneaday opened this issue Feb 20, 2019 · 2 comments
Closed

Is it possible to use with apollo-client and react #257

jsoneaday opened this issue Feb 20, 2019 · 2 comments
Labels
Question ❔ Not future request, proposal or bug issue Solved ✔️ The issue has been solved

Comments

@jsoneaday
Copy link

Is it possible to use type-graphql in react with apollo-client?

@MichalLytek
Copy link
Owner

MichalLytek commented Feb 21, 2019

No, Apollo Client is for fetching GraphQL data to client, while TypeGraphQL is for building the GraphQL server.

However, you might be interested in apollo-link-state (#197) or apollo-link-schema - it should work using the type-graphql@next version.

@MichalLytek MichalLytek added the Question ❔ Not future request, proposal or bug issue label Feb 21, 2019
@MichalLytek
Copy link
Owner

Closing this for a housekeeping purposes 🔒

@MichalLytek MichalLytek added the Solved ✔️ The issue has been solved label Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question ❔ Not future request, proposal or bug issue Solved ✔️ The issue has been solved
Projects
None yet
Development

No branches or pull requests

2 participants