/
alt3rmann
/
graphql-engine
Обзор
Документация
Войти
/
alt3rmann
/
graphql-engine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
cli-ext/tests/actions-codegen/payload.js
13 строк
438 B
Aravind Shankar
cli: allow managing actions (#3859)
24 фев 2020, 19:14
Не верифицирован
24 фев 2020, 19:14
bb63d7e
Код
Авторство
О чём код?
const samplePayload = { "action_name": "actionName1", "sdl": { "complete": "type Mutation { actionName1 (arg1: SampleInput!): SampleOutput } type SampleOutput { accessToken: String! } input SampleInput { username: String! password: String! } type Mutation { actionName2 (arg1: SampleInput!): SampleOutput }" }, "codegen_config": { "framework": "typescript-zeit" } }; module.exports = { samplePayload };