-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Specifying "fields" in a GET request to /posts is broken #9763
Comments
@john-mcgowan1992 I think you may need to use @kirrg001 should this be handled automatically? |
See #8649. |
Closing as a duplicate of #8649, #5604, #5615. There's on-going work on the underlying GQL library that will either resolve this or put us in a position where it can be resolved. @john-mcgowan1992 for now the recommendation is to not use |
@kevinansfield apologies for the duplicate. One more quick question, and I was unable to find a ticket for this after doing a quick search. Is there also a known issue when combining
Basically, I need a way to query the slug and id of my posts and then filter them by tag. Given the previously mentioned tickets, the only other way is to do the filtering on the client side. However, the above query only returns the id and slug, leaving out the tags. This leaves me with the only option of querying the entire post object in order to filter down these properties, which is overkill. Anyway, I understand you guys have your hands full. Just wanted to check if combining |
When making a request with
fields
specified in the query string, the request fails.with the following error:
I'm using
request-promise
in nodeThe text was updated successfully, but these errors were encountered: