Get EffectEvidenceSynthesis
Get a single EffectEvidenceSynthesis by ID.
Query
query GetEffectEvidenceSynthesis($id: ID!) {
effectevidencesynthesis(id: $id) {
id
# Add other fields as needed
}
}
Parameters
id: ID of the resource to retrieve
Return Type
Returns a EffectEvidenceSynthesis resource.