-
Notifications
You must be signed in to change notification settings - Fork 520
Closed
Description
- A comma and a colon are missing near here in the GraphQL example:
type: new GraphQLList(UserType)
resolve (user, { first }) => queryLoader.load([-
The last line of the Redis example
});is missing one closing parenthesis. -
This indentation is probably a mistake:
id => rows.find(
row => row.id === id) || new Error(`Row not found: ${id}`
)Metadata
Metadata
Assignees
Labels
No labels