data: {
date_started: startDateUTC,
test: "123",
}
};
const data = await writerClient
.request<CreateGameMutation>(CreateGameDocument, variables)
.catch((e) => console.error(e));
mutation CreateGame ($data: create_discord_games_input) {
create_discord_games_item(data: $data) {
id
test
}
}
Error 0: Variable "$data" of type "create_discord_games_input" used in position expecting type "create_discord_games_input!".
Дак написано же) Нужно $data:create_discord_games_input! Восклицательный знак в конце
спасибо, больше не ругается
Обсуждают сегодня