We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a204e commit cdb2b40Copy full SHA for cdb2b40
frontend/lib/gql/mutations/user.graphql
@@ -20,4 +20,5 @@ mutation addEventAvailabilityOfTutor($email: String!, $eventsAvailable: [Int!]!)
20
availability: {userMail: $email, eventID: $eventsAvailable}
21
){
22
fn
23
- }}
+ }
24
+}
0 commit comments