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

Generic dlt + GraphQL factory #2194

Open
ryscheng opened this issue Sep 24, 2024 · 2 comments
Open

Generic dlt + GraphQL factory #2194

ryscheng opened this issue Sep 24, 2024 · 2 comments
Assignees

Comments

@ryscheng
Copy link
Member

What is it?

Some GraphQL APIs support schema introspection
https://graphql.org/learn/introspection/

This is something the developer has to turn on (we do for our API).
If it exists, then we can programmatically crawl the schema to determine everything we want to grab from a GraphQL API.

If we had this kind of factory, it would make it trivial to replicate any GraphQL API that support introspection.

@github-project-automation github-project-automation bot moved this to Backlog in OSO Sep 24, 2024
@ryscheng
Copy link
Member Author

Idea from @Jabolol we should make the configurations sufficiently expressive to limit complexity.
e.g. limit the depth of a query

@ryscheng
Copy link
Member Author

Might be nice to specify a GraphQL fragment if there's only a specific thing that we want (e.g. from the GitHub API)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants