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

Continuation of GQL development #10

Open
VMois opened this issue Feb 25, 2024 · 1 comment
Open

Continuation of GQL development #10

VMois opened this issue Feb 25, 2024 · 1 comment

Comments

@VMois
Copy link

VMois commented Feb 25, 2024

Hi. Out of curiosity, are there plans to continue developing the refactor-gql branch? Are you trying to infer the schema automatically and then export all objects? Did you encounter any problems in implementing it?

I am interested in automatically exporting data from Shopify via GraphQL, but mapping it to rows and columns presents a challenge. I would appreciate insights into why and how you approached "refactor-gql" work. Thank you.

@sehnem
Copy link
Owner

sehnem commented Feb 26, 2024

@VMois I did not have much time to work on that, but that was the goal, actually I was able to do it, just had to deal with a few bugs.
I wanted to make a version that was compatible with both, graphql and bulk, but there are some complexities, so I decided to focus just on the bulk API for now.
There is an issue with the schemas, they can be infinitely nested, and I have a few structures to control that, but it may bring some repeated data, If you run some parts of the code you will probably be able to create the schemas, if you fix some of the bugs that are there.

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

2 participants