From 459dce2200ef2342a40a67e65a127e036e7a8e5f Mon Sep 17 00:00:00 2001 From: golu67 <148382978+golu67@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:37:10 -0600 Subject: [PATCH] Update schema.graphql --- template/schema.graphql | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/template/schema.graphql b/template/schema.graphql index 5051854..10b9b5c 100644 --- a/template/schema.graphql +++ b/template/schema.graphql @@ -1,3 +1,6 @@ -type Entity @entity { +type Gravatar @entity { id: ID! -} \ No newline at end of file +ownwr: Bytes! +displayName: string! +imageUrl: string! +}