- Preparing search index...
- The search index is not available
simple-graphql
Type alias SGConditionFieldMapper
SGCondition
Field
Mapper
: ((option
: { attributes
: string[]; where
: any; }, argValue
: any, context
: SGContext) => void)
Type declaration
-
- (option: {
attributes: string[];
where: any;
}, argValue: any, context: SGContext): void
-
Parameters
-
option: {
attributes: string[];
where: any;
}
-
attributes: string[]
-
where: any
-
argValue: any
-
Returns void