diff options
Diffstat (limited to 'tests/msw/schema')
| -rw-r--r-- | tests/msw/schema/types/thematic.types.ts | 1 | ||||
| -rw-r--r-- | tests/msw/schema/types/topic.types.ts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/msw/schema/types/thematic.types.ts b/tests/msw/schema/types/thematic.types.ts index 2af4f9a..4f8e841 100644 --- a/tests/msw/schema/types/thematic.types.ts +++ b/tests/msw/schema/types/thematic.types.ts @@ -26,6 +26,7 @@ type Thematic { input RootQueryToThematicConnectionWhereArgs { authorName: String + notIn: [ID] orderby: [PostObjectsConnectionOrderbyInput] search: String title: String diff --git a/tests/msw/schema/types/topic.types.ts b/tests/msw/schema/types/topic.types.ts index 2d54653..7d6e4a0 100644 --- a/tests/msw/schema/types/topic.types.ts +++ b/tests/msw/schema/types/topic.types.ts @@ -27,6 +27,7 @@ type Topic { input RootQueryToTopicConnectionWhereArgs { authorName: String + notIn: [ID] orderby: [PostObjectsConnectionOrderbyInput] search: String title: String |
