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

Add more complicated GraphQL project as an example #14

Open
wKich opened this issue Nov 13, 2023 · 0 comments
Open

Add more complicated GraphQL project as an example #14

wKich opened this issue Nov 13, 2023 · 0 comments

Comments

@wKich
Copy link
Member

wKich commented Nov 13, 2023

We need to show different use cases:

  • Using 3rd party APIs in custom resolvers or/and data loaders
    • Fetch data from custom resolver
    • Use 3rd party API in data loaders
  • Generate types and use them in different contexts
    • Async resolvers which return NodeId or part of object/interface fields
    • Custom resolvers with complex logic, that couldn't be implemented by @field/resolve directives
    • Client queries
  • Generate client's SDK from output GraphQL schema
  • Implement GraphQL type graph with type inheritance (using @implements/discriminates directives), resolve fields from different sources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant