Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #330 from comigor/indentation-fix
Browse files Browse the repository at this point in the history
Indentation fix
  • Loading branch information
vasilich6107 authored Jun 21, 2021
2 parents b0fefa9 + 9af4f73 commit 8993143
Show file tree
Hide file tree
Showing 19 changed files with 83 additions and 168 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 7.0.0-beta.17

- example indentaion fix

## 7.0.0-beta.16

- lazy canonical visitors
Expand Down
4 changes: 4 additions & 0 deletions example/github/lib/graphql/search_repositories.graphql.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/github/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages:
path: "../.."
relative: true
source: path
version: "7.0.0-beta.13"
version: "7.0.0-beta.17"
async:
dependency: transitive
description:
Expand Down
46 changes: 23 additions & 23 deletions example/graphbrainz/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@ targets:
custom_parser_import: 'package:graphbrainz_example/coercers.dart'
scalar_mapping:
- graphql_type: Date
dart_type: DateTime
use_custom_parser: true
- graphql_type: Time
dart_type: DateTime
use_custom_parser: true
- graphql_type: DiscID
dart_type: String
- graphql_type: MBID
dart_type: String
- graphql_type: ASIN
dart_type: String
- graphql_type: IPI
dart_type: String
- graphql_type: ISNI
dart_type: String
- graphql_type: ISRC
dart_type: String
- graphql_type: URLString
dart_type: String
- graphql_type: Degrees
dart_type: double
- graphql_type: Locale
dart_type: String
dart_type: DateTime
use_custom_parser: true
- graphql_type: Time
dart_type: DateTime
use_custom_parser: true
- graphql_type: DiscID
dart_type: String
- graphql_type: MBID
dart_type: String
- graphql_type: ASIN
dart_type: String
- graphql_type: IPI
dart_type: String
- graphql_type: ISNI
dart_type: String
- graphql_type: ISRC
dart_type: String
- graphql_type: URLString
dart_type: String
- graphql_type: Degrees
dart_type: double
- graphql_type: Locale
dart_type: String
22 changes: 13 additions & 9 deletions example/graphbrainz/lib/queries/ed_sheeran.query.graphql.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

97 changes: 0 additions & 97 deletions example/graphbrainz/lib/queries/ed_sheeran.query.graphql.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/graphbrainz/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages:
path: "../.."
relative: true
source: path
version: "7.0.0-beta.13"
version: "7.0.0-beta.16"
async:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions example/graphbrainz/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ environment:
sdk: '>=2.0.0 <3.0.0'

dependencies:
http: ^0.13.1
http: ^0.13.3
intl: ^0.17.0

dev_dependencies:
test: ^1.16.8
test: ^1.17.8
build_runner: ^2.0.4
json_serializable: ^4.1.0
json_serializable: ^4.1.3
artemis:
path: ../../.
Loading

0 comments on commit 8993143

Please sign in to comment.