Stream: implementers
Topic: Response Structure with referenced resources in GraphQL
Chetan Jain (Jun 30 2021 at 16:14):
Can someone point me an example where we bring up graphQL response structure which include referenced resources detail and search parameter on referenced resources?
Lloyd McKenzie (Jun 30 2021 at 18:38):
I'm not sure I understand the question. What do you mean by "search parameter on referenced resources"?
Chetan Jain (Jul 01 2021 at 08:55):
For example, PractitionerRole resource reference to Location resource. Now user need to ask all practitionerRole resources which belong to particular zipcode area. How can we frame this in GraphQL request? do we need to use _filter parameter ? Any example for same?
Lloyd McKenzie (Jul 01 2021 at 14:54):
You might ask on #graphql
Last updated: Apr 12 2022 at 19:14 UTC