Skip to content

Commit

Permalink
Add name to country filter input
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorblades committed Sep 14, 2023
1 parent 4a4550d commit b11d0f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ const StringQueryOperatorInput = builder.inputType("StringQueryOperatorInput", {
const CountryFilterInput = builder.inputType("CountryFilterInput", {
fields: (t) => ({
code: t.field({ type: StringQueryOperatorInput }),
name: t.field({ type: StringQueryOperatorInput }),
currency: t.field({ type: StringQueryOperatorInput }),
continent: t.field({ type: StringQueryOperatorInput }),
}),
Expand Down

0 comments on commit b11d0f7

Please sign in to comment.