Future<dynamic> post( Map<String, dynamic> data, ) async { var GraphQuery = await this; return GraphQuery.post( data, ); }