From 245e3287defc124f6a03fd38d19cb3b453db5e8c Mon Sep 17 00:00:00 2001 From: ccamel Date: Fri, 25 Aug 2023 11:12:56 +0200 Subject: [PATCH] foo --- schema.graphql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/schema.graphql b/schema.graphql index e27e870..a556a2e 100644 --- a/schema.graphql +++ b/schema.graphql @@ -20,3 +20,8 @@ type ObjectariumObject @entity { """ pins: [String!] } + +type Foo @entity { + id: ID! + bar: String! @index +} \ No newline at end of file