GraphQLVariablesEncoder<T> typedef

GraphQLVariablesEncoder<T> = Map<String, dynamic> Function(T value)

Implementation

typedef GraphQLVariablesEncoder<T> = Map<String, dynamic> Function(T value);