-
Notifications
You must be signed in to change notification settings - Fork 0
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
Custom queries/mutations lack schema support #435
Comments
Hey,👋 thanks for raising this! I'm going to transfer this over to our API repository for better assistance 🙂 |
@chrisbonifacio any update here? This is severely limiting the usability of creating custom mutations. |
Hey @bkasten-rbi, I will this with the Engineering team today and provide an update. |
Hi @bkasten-rbi The team is currently looking into supporting this feature. Unfortunately, I don't have an update on the current progress at the moment. |
@chrisbonifacio @AnilMaktala any update? This is quite literally table stakes functionality. I can't comprehend how the various other features I've seen committed in the last 2 weeks were higher priority than having proper support for primitive arguments. |
Hi @bkasten-rbi, The engineering team is actively working on this feature and will update you once it's released. |
@AnilMaktala any status updates here? |
Environment information
Describe the bug
When using custom queries/mutations like the above, the arguments are not valid to the typescript requirements. It seems that arguments are limited to primitives and lack support for things like arrays, references and custom types. This appears to be a blocker for us. Are there any work arounds?
Reproduction steps
The text was updated successfully, but these errors were encountered: