Partial string match in jsonb using Hasura graphql API?

前端 未结 0 1457
情深已故
情深已故 2020-12-10 20:32

I\'m trying to do the following query:

query Feeds($id: Int!) {
  feed_by_pk(id: $id) {
    feed_items(where: {contents: {_contains: {blocks: [{text: "%t         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题