mutation {
createPost(
title: "GraphQL vs REST",
content: "Сравнительный анализ...",
authorId: "1"
) {
id
title
author {
name
email
}
}
} mutation {
createPost(
title: "GraphQL vs REST",
content: "Сравнительный анализ...",
authorId: "1"
) {
id
title
author {
name
email
}
}
}