Export operation and fetch_result in graphql_flutter.dart #487
Labels
🐛 bug
Something isn't working
dart client
Issue relates mainly to the standalone dart client
link
Relates to link functionality
I have implemented my own authlink so that I can customise the header.
My IDE gives me a warning for the imports:
import 'package:graphql/src/link/operation.dart'; import 'package:graphql/src/link/fetch_result.dart';
Don't import implementation files from another package.dart(implementation_imports)
Please add them to graphql_flutter.dart exports.
The text was updated successfully, but these errors were encountered: