Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Fix #1789 Enable _all and _has filters in GraphQL endpoint #1784

Merged
merged 1 commit into from
Mar 3, 2020
Merged

Fix #1789 Enable _all and _has filters in GraphQL endpoint #1784

merged 1 commit into from
Mar 3, 2020

Conversation

rdsubhas
Copy link
Contributor

@rdsubhas rdsubhas commented Feb 24, 2020

  • GraphQL does not allow filtering by Slug fields. It does allow filtering by Text fields. Both are underlying string fields though
  • Found this part commented. The corresponding issue mentioned in the comment has been fixed

Fixes #1789

Found no way in GraphQL to filter by `slug` field. Found this part commented. The corresponding issue has been fixed, so maybe `_all` and `_has` can be enabled again?
@rdsubhas rdsubhas changed the title Enable _all and _has filters in GraphQL endpoint Fix #1789 Enable _all and _has filters in GraphQL endpoint Feb 27, 2020
@rijkvanzanten rijkvanzanten merged commit aa3bc9c into directus:master Mar 3, 2020
@rdsubhas rdsubhas deleted the patch-1 branch March 4, 2020 01:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GraphQL doesn't allow filtering on slug fields though they are string
2 participants