Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ config:
scalars:
ObjectId: string
NonEmptyString: string
FilterInput: >-
{
field: string,
operator: 'EQUALS' | 'NOT_EQUALS' | 'CONTAINS' | 'ICONTAINS' | 'GT' | 'GTE' | 'LT' | 'LTE',
value: string | string[]
} |
{
field: string,
operator: 'EQUALS' | 'NOT_EQUALS' | 'CONTAINS' | 'ICONTAINS' | 'GT' | 'GTE' | 'LT' | 'LTE',
value: string | string[]
}[] |
{
field: string,
operator: 'EQUALS' | 'NOT_EQUALS' | 'CONTAINS' | 'ICONTAINS' | 'GT' | 'GTE' | 'LT' | 'LTE',
value: string | string[]
}[][]
maybeValue: T
hooks:
afterAllFileWrite:
Expand Down
2,110 changes: 1,495 additions & 615 deletions graphql.schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.node.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.web.js

Large diffs are not rendered by default.

Loading