INPUT_OBJECT
EpisodeWhereArgs
Where filter arguments for the Episode type
link GraphQL Schema definition
- input EpisodeWhereArgs {
- # Filter results for on the shortDescription field.
- : EpisodeShortDescriptionWhereArgs
- # Filter results for on the link field.
- : EpisodeLinkWhereArgs
- # Filter results for on the name field.
- : EpisodeNameWhereArgs
- # Filter results for on the date field.
- : EpisodeDateWhereArgs
- # Filter results for on the tags field.
- : EpisodeTagsWhereArgs
- # Filter results for on the guests field.
- : EpisodeGuestsWhereArgs
- # Filter results for on the createdAt field.
- : EpisodeCreatedAtWhereArgs
- # Filter results for on the longDescription field.
- : EpisodeLongDescriptionWhereArgs
- # Filter results for on the modifiedAt field.
- : EpisodeModifiedAtWhereArgs
- # Filter results for on the id field.
- : EpisodeIdWhereArgs
- # Filter results for on the videoUrl field.
- : EpisodeVideoUrlWhereArgs
- # Filter results for on the hosts field.
- : EpisodeHostsWhereArgs
- # Combine mutiple where expressions using the OR operator.
- : [EpisodeWhereArgs]
- # Combine mutiple where expressions using the AND operator.
- : [EpisodeWhereArgs]
- }