mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 10:37:30 -04:00
6 lines
134 B
GraphQL
6 lines
134 B
GraphQL
mutation CreateOrUpdateSenderRequest($request: SenderRequestInput!) {
|
|
createOrUpdateSenderRequest(request: $request) {
|
|
id
|
|
}
|
|
}
|