Files
hetty/admin/src/features/sender/graphql/sendRequest.graphql

6 lines
71 B
GraphQL
Raw Normal View History

2022-02-22 14:10:39 +01:00
mutation SendRequest($id: ID!) {
sendRequest(id: $id) {
id
}
}