-
Notifications
You must be signed in to change notification settings - Fork 144
Query nested object #144
Comments
Stringify the JSON under the body key, so that you have: params = { Flashlight will reconstitute the object server side. |
Params = { I never got a response :/ |
That's not a valid JSON string. |
Why? How I can fix this? |
Try creating the json object you are going to put into the |
I try with this:
And the same :/ dont return nothing, keep loading |
I don't know what "don't return nothing" means in this context. You'll need to start with a minimal repro, including all the critical elements for understanding and reproducing the error. See how to ask and creating an mcve. |
I have this:
And I want to make a request to query only the elements that allows cats, I try to do that with this:
I have this error: This is a good way to query that? no? What I can do to filter Elements by Pets Object? |
If I have this:
How I can query this nested object?
I try with:
But had this error:
The text was updated successfully, but these errors were encountered: