Files
hetty/admin/src/features/sender/graphql/sendRequest.graphql
2022-02-23 15:20:23 +01:00

6 lines
71 B
GraphQL

mutation SendRequest($id: ID!) {
sendRequest(id: $id) {
id
}
}