Skip to content

Commit

Permalink
Merge pull request #41 from block/myron/fix-query-name
Browse files Browse the repository at this point in the history
Change `NullOrEmptyFilters` to `EmptyFilters` to match file name.
  • Loading branch information
myronmarston authored Nov 28, 2024
2 parents c2d3da7 + 8ae4c62 commit 15594ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
query NullOrEmptyFilters {
query EmptyFilters {
artists(filter: {
name: {equalToAnyOf: null}
bio: {yearFormed: {}}
Expand Down

0 comments on commit 15594ee

Please sign in to comment.