Raj
12/18/2018, 11:01 AMmutation CreatePrismaLink {
post(
description: "Prisma turns your database into a GraphQL API :sunglasses:",
url: "<https://www.prismagraphql.com>"
) {
id
}
}
mutation CreateApolloLink {
post(
description: "The best GraphQL client for React",
url: "<https://www.apollographql.com/docs/react/>"
) {
id
}
}
I get the following error
"Error: Variable '$_v0_data' cannot be non input type 'LinkCreateInput!'. (line 1, column 22):
mutation ($_v0_data: LinkCreateInput!)"
Curious if anyone else noticed the same error