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
  }
}