Skip to content
This repository was archived by the owner on Nov 11, 2018. It is now read-only.

Commit 0cc8b9e

Browse files
author
Gery Hirschfeld
authored
Merge pull request #9 from Charliekenney23/fix-spelling-errors-in-booktype-and-benchmark
fix spelling errors in BookType/benchmark
2 parents 851b8e4 + 72cf60a commit 0cc8b9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmark/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const findAllBooksRequest = () => {
2121
body: `query {
2222
findAllBooks {
2323
title
24-
autor {
24+
author {
2525
firstName
2626
lastName
2727
}

src/schemas/types/BookType.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const BookType = new GraphQLObjectType({
2020
title: new TitleField(),
2121
description: new DescriptionField(),
2222
price: new PriceField(),
23-
autor: new AuthorField(),
23+
author: new AuthorField(),
2424
publishedAt: new PublishedAtField(),
2525
updatedAt: new UpdatedAtField(),
2626
createdAt: new CreatedAtField()

0 commit comments

Comments
 (0)