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

emit superschema in modern syntax #16

Merged
merged 2 commits into from
Oct 6, 2024
Merged

emit superschema in modern syntax #16

merged 2 commits into from
Oct 6, 2024

Conversation

namenu
Copy link
Member

@namenu namenu commented Oct 6, 2024

closes #15

Before

{:objects {:User {...}
           ...
 :queries {:user {...}
           ...
 :mutations {:createUser {...}
             ...}
 ...}

After

{:objects  {:User {...}
            :Query {:fields {:user {...}
                             ...}}
            :Mutation {:fields {:createUser {...}
                                ...}}
 ...}

@namenu namenu requested a review from 1e16miin October 6, 2024 06:27
@namenu namenu merged commit 8c0537b into main Oct 6, 2024
2 checks passed
@namenu namenu deleted the modern-syntax branch October 6, 2024 06:36
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

Successfully merging this pull request may close these issues.

remove normalize-root-objects
1 participant