Replies: 6 comments
-
I don't know if that's what you want. { |
Beta Was this translation helpful? Give feedback.
-
@chinasqzl Thank you, but what I want is to include content picker field in Graphql's query condition and query it, which bothers me a lot. |
Beta Was this translation helpful? Give feedback.
-
Field filtering does not seem to be supported,I am not found anything about field filtering at the graphql module. |
Beta Was this translation helpful? Give feedback.
-
It could be a separate query that targets the index that this field is generating. But I don't think we have that already. Another option is to expose a custom SQL query in graphql, which is already support AFAIK. |
Beta Was this translation helpful? Give feedback.
-
OK,I think it's good,i in the process of finding the achieving graphql query filter about the field, |
Beta Was this translation helpful? Give feedback.
-
@sebastienros thanks~! |
Beta Was this translation helpful? Give feedback.
-
example:
{
case(where:{blogPost:{contentItemId:""}}){
displayText
}
}
Beta Was this translation helpful? Give feedback.
All reactions