Skip to content

Commit

Permalink
renamed _id to id
Browse files Browse the repository at this point in the history
  • Loading branch information
wingman47 committed Feb 24, 2024
1 parent 49be8de commit c014682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@ type UsersConnectionEdge {
}

type Venue {
_id: ID!
id: ID!
capacity: Int!
description: String
imageUrl: URL
Expand Down

0 comments on commit c014682

Please sign in to comment.