zino-hofmann / graphql-flutter

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
https://zino-hofmann.github.io/graphql-flutter
MIT License
3.24k stars 612 forks source link

Getting warnings in mutation.graphql.dart, querys.graphql.dart, schema.graphql.dart, #1333

Closed ghost closed 1 year ago

ghost commented 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?

vincenzopalazzo commented 1 year ago

mh we do not have a code generator. so looks like you post the problem in the wrong package