How to extract struct in query params? #1003
Unanswered
CharlieBytesX
asked this question in
Q&A
Replies: 3 comments
-
I'm trying the same and having no luck with finding a solution. I tried implementing ApiExtractor for Query, but I'm getting the orphan rule compiler error. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Query only supports simple types, not objects. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! Is there any way I can add the functionality for a complex type in my application code or it's not supported at all? Great work with the framework 🔝 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, in dotnet i can do (just for the example)
In poem open api im trying to do the same by passing a struct:
This is paginations params:
I'm getting this error:
What I'm missing, thanks for the help
Beta Was this translation helpful? Give feedback.
All reactions