Added mutation key to features.
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 3m32s
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 3m32s
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
import { gql } from "@urql/core";
|
||||
|
||||
const incrementGroup = gql`
|
||||
mutation incrementGroup($groupID: BigInt, $linksDeleted: Int) {
|
||||
incrementGroup(groupID: $groupID, linksDeleted: $linksDeleted) {
|
||||
mutation incrementGroup(
|
||||
$groupID: BigInt
|
||||
$linksDeleted: Int
|
||||
$mutationKey: String
|
||||
) {
|
||||
incrementGroup(
|
||||
groupID: $groupID
|
||||
linksDeleted: $linksDeleted
|
||||
mutationKey: $mutationKey
|
||||
) {
|
||||
telegramID
|
||||
name
|
||||
username
|
||||
|
||||
Reference in New Issue
Block a user