With GraphQL Apollo Client, How To set @client fields to store in Cache object?

前端 未结 0 916
一个人的身影
一个人的身影 2021-01-02 01:21

I have an Apollo Query set as I have below.

query { 
  speakers {
    id
    name
    checkBoxField @client
  }
}

I have a field policy set a

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