Skip to content

Commit b5ef1c4

Browse files
add missing _EQ
1 parent fa20501 commit b5ef1c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/directives/schema-configuration/field-configuration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ input MovieWhere {
437437
OR: [MovieWhere!]
438438
AND: [MovieWhere!]
439439
NOT: MovieWhere
440-
title: String
440+
title_EQ: String
441441
title_IN: [String!]
442442
title_CONTAINS: String
443443
title_STARTS_WITH: String
@@ -507,7 +507,7 @@ input MovieWhere {
507507
OR: [MovieWhere!]
508508
AND: [MovieWhere!]
509509
NOT: MovieWhere
510-
title: String
510+
title_EQ: String
511511
title_IN: [String!]
512512
title_CONTAINS: String
513513
title_STARTS_WITH: String

0 commit comments

Comments
 (0)