Skip to content

Image in Getting Started page is wrong #144

Description

@bernbecht

What

The image in https://www.howtographql.com/react-apollo/1-getting-started/
demonstrating how to create a new post has the wrong mutation name
image

Expected

mutation CreateApolloLink {
  post(
    description: "Prisma gives you a powerful database toolkit 😎"
    url: "https://prisma.io"
  ) {
    id
  }
}

Reality

mutation CreateApolloLink {
  createPost(
    description: "Prisma gives you a powerful database toolkit 😎"
    url: "https://prisma.io"
  ) {
    id
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions