Skip to content

Image in Getting Started page is wrong #144

Open
@bernbecht

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

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