Does Prismic's GraphQL implementation support a 'where' query for a value not in an array of values? E.g. something like:
allFoos(where:{bar: {_nin: ["a", "b", "c"]}})
Thanks!
Does Prismic's GraphQL implementation support a 'where' query for a value not in an array of values? E.g. something like:
allFoos(where:{bar: {_nin: ["a", "b", "c"]}})
Thanks!
Hey Jeremy, thanks for reaching out.
This isn't yet a possibility in the Prismic GraphQL schema, but we know that this could be a useful parameter. I'll mark your thread as a feature request so we can track this for future improvements,
Thanks