We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ccb453 commit 6a4edccCopy full SHA for 6a4edcc
src/graphql/queries/getAllProcedures.js
@@ -28,6 +28,13 @@ export default gql`
28
url
29
number
30
}
31
+ customData {
32
+ voteResults {
33
+ yes
34
+ no
35
+ abstination
36
+ }
37
38
39
40
`;
src/graphql/queries/getProcedures.js
0 commit comments