Skip to content

Commit

Permalink
fix: corrects relationship field schema from pr #2696 (#2714)
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodMFlesch authored May 26, 2023
1 parent 61bb0fa commit 8285bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/schema/withOperators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const defaults: DefaultsType = {
},
relationship: {
type: GraphQLString,
operators: [...operators.equality, ...operators.comparison],
operators: [...operators.equality, ...operators.contains],
},
upload: {
type: GraphQLString,
Expand Down

0 comments on commit 8285bac

Please sign in to comment.