From 7e1d715dc83eaa2f7ba36e918e57d03ca6e8dca9 Mon Sep 17 00:00:00 2001 From: coffee-converter Date: Fri, 20 Nov 2020 18:12:08 -0600 Subject: [PATCH] typo --- schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.graphql b/schema.graphql index 6a2af1a..5becc26 100644 --- a/schema.graphql +++ b/schema.graphql @@ -20,6 +20,6 @@ type Reservation @entity { type Referral @entity { id: ID! - referer: User! + referrer: User! referee: User! } \ No newline at end of file