GraphQLEntity<T extends Entity> class

Inheritance

Properties

entity → T
final
fields List
finalinherited
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
params Map<String, dynamic>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

and(GraphQLQuery gql) GraphQLQuery
inherited
build() String
inherited
external({AppHttpClientBase? client}) GraphQLQuery
inherited
extra(Map<String, String> value) GraphQLQuery
inherited
headers(Map<String, String> value) GraphQLQuery
inherited
input(Map<String, dynamic> params) GraphQLQuery
inherited
mutation<T>({Map<String, String>? headers, Map<String, dynamic>? extra, Duration? timeout, bool showLoadingIndicator = true}) Future<Response<T>>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paramCase(String param) String
inherited
query<T>({Map<String, String>? headers, Map<String, dynamic>? extra, Duration? timeout, bool showLoadingIndicator = true}) Future<Response<T>>
inherited
timeout(Duration value) GraphQLQuery
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited