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

Adding subscription without schema #46

Closed
MarcosBustamante opened this issue Dec 13, 2023 · 5 comments · Fixed by #47
Closed

Adding subscription without schema #46

MarcosBustamante opened this issue Dec 13, 2023 · 5 comments · Fixed by #47

Comments

@MarcosBustamante
Copy link

On my schema, I do not have defined any subscriptions. However, the merge process is adding a subscription on my schema:

schema {
  query: Query
  mutation: Mutation
  subscription: Subscription
}

But the merged file generated doesn't define the Subscription type. The merge should only add the subscription inside the schema if it exists

@mununki
Copy link
Owner

mununki commented Dec 14, 2023

Thank you for opening the issue. I'll fix it soon.

@mununki
Copy link
Owner

mununki commented Dec 14, 2023

Can you test the latest v0.2.12? I think it is fixed.

@MarcosBustamante
Copy link
Author

MarcosBustamante commented Dec 14, 2023 via email

@MarcosBustamante
Copy link
Author

I just tested and it worked =D

@mununki
Copy link
Owner

mununki commented Dec 17, 2023

I just tested and it worked =D

Thanks!

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 a pull request may close this issue.

2 participants