Select fields to return when making amplify datastore query

前端 未结 0 1139
暗喜
暗喜 2020-12-05 20:13

I am using AWS Amplify Datastore s as backend and I am making the following query to receive list of posts.

const posts = await DataStore.query(Post);



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