A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
3.25k
stars
622
forks
source link
Getting warnings in mutation.graphql.dart, querys.graphql.dart, schema.graphql.dart, #1333
Closed
ghost closed 1 year ago
I have added graphQL to our Flutter project. After adding query and mutation, run below command in terminal
flutter packages pub run build_runner build --delete-conflicting-outputs
But getting below warnings in mutation.graphql.dart, querys.graphql.dart, schema.graphql.dart File -
/// build.yaml File `# build.yaml
targets: $default: builders: graphql_codegen: options: namingSeparator: "" clients:
we don't have any other warnings in our project except graphQL warnings. How can we only remove grapphQL warnings from the project?