Skip to content

Syntax errors in README #7

@TomiBelan

Description

@TomiBelan
  1. A comma and a colon are missing near here in the GraphQL example:
      type: new GraphQLList(UserType)
      resolve (user, { first }) => queryLoader.load([
  1. The last line of the Redis example }); is missing one closing parenthesis.

  2. This indentation is probably a mistake:

      id => rows.find(
        row => row.id === id) || new Error(`Row not found: ${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