Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Aug 25, 2023
1 parent aa792ef commit 245e328
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ type ObjectariumObject @entity {
"""
pins: [String!]
}

type Foo @entity {

Check notice on line 24 in schema.graphql

View workflow job for this annotation

GitHub Actions / Inspect SubQL schema

Type 'Foo' was added

Type 'Foo' was added
id: ID!
bar: String! @index
}

0 comments on commit 245e328

Please sign in to comment.