Skip to content

Commit bc4dded

Browse files
authored
Allow build 3.0.0, min language 3.8.0, generate new style, reformat (#399)
* Allow build 3.0.0, update for build_test 3.0.0. * Reformat to 3.8.0 style. * Generating in latest language style.
1 parent 99d79c0 commit bc4dded

146 files changed

Lines changed: 25278 additions & 30524 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/graphql_codegen/example/lib/fragments.graphql.dart

Lines changed: 224 additions & 231 deletions
Large diffs are not rendered by default.

packages/graphql_codegen/example/lib/main.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ void main() async {
99
);
1010
final result = await client.query$FetchPerson(
1111
Options$Query$FetchPerson(
12-
variables: Variables$Query$FetchPerson(
13-
id: "id1",
14-
),
12+
variables: Variables$Query$FetchPerson(id: "id1"),
1513
),
1614
);
1715
final parased = result.parsedData;

0 commit comments

Comments
 (0)