ESigningsWhereHasInput
One entry in the unified whereHas filter for eSignings.
input ESigningsWhereHasInput {
relation: EsigningsRelations!
mode: WhereHasMatchMode
ids: [ID!]
}
Fields
ESigningsWhereHasInput.relation ● EsigningsRelations! non-null enum
The relation being constrained.
ESigningsWhereHasInput.mode ● WhereHasMatchMode enum
How the ids list should be matched.
ESigningsWhereHasInput.ids ● [ID!] list scalar
The related model ids to match.
ANYwith ids: matches rows whose relation includes at least one id.ANYwithout ids (omitted or empty): degenerates to an existence check, matching rows that have any related entry at all.ALLwith ids: matches rows whose relation includes every id (onewhereHasper id).ALLwithout ids: no-op (no constraint applied).NOT_ALLwith ids: matches rows missing at least one id.NOT_ALLwithout ids: no-op.NONE: ids ignored; matches rows with no related entries.
Member Of
eSignings query