GraphQLSearchOptions class
Constructors
-
GraphQLSearchOptions.new({List<
GraphQLQueryFilter> ? filters, GraphQLOrderBy? orderBy, int? limit, int? offset})
Properties
-
filters
→ List<
GraphQLQueryFilter> ? -
final
-
filtersOf
→ Map<
String, dynamic> -
no setter
-
filtersOf2
→ Map<
String, dynamic> -
no setter
- hasFilters → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- limit → int?
-
final
- offset → int?
-
final
- operations → String
-
no setter
- orderBy → GraphQLOrderBy?
-
final
- paramTypes → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited