GraphqlParams typedef

GraphqlParams = Future<Map<String, dynamic>>

Implementation

typedef GraphqlParams = Future<Map<String, dynamic>>;