Open bkasten-rbi opened 1 month ago
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