Skip to content

Instantly share code, notes, and snippets.

@chandan-0
Created April 26, 2022 01:05
Show Gist options
  • Save chandan-0/13039d88893031f1421d12a263fd098d to your computer and use it in GitHub Desktop.
Save chandan-0/13039d88893031f1421d12a263fd098d to your computer and use it in GitHub Desktop.
Mutations.
mutation addMeasurement($client_id: String!, $measurementsRequest: ClientMeasurementRequest!) {
addMeasurement(client_id: $client_id, measurementsRequest: $measurementsRequest) {
__typename
id
weight
weightUnit
height
heightUnit
createdAt
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment