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 #295 from comigor/example-fixes
Browse files Browse the repository at this point in the history
example fixes
  • Loading branch information
vasilich6107 authored Apr 21, 2021
2 parents ed01086 + 03c8efa commit b41097c
Show file tree
Hide file tree
Showing 34 changed files with 1,819 additions and 1,784 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 7.0.0-beta.5

- github example fix
- pokemon example fix
- hasura example fix
- graphbrainz example fix

## 7.0.0-beta.4

- packages update
Expand Down
9 changes: 9 additions & 0 deletions example/github/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ targets:
builders:
artemis:
options:
scalar_mapping:
- graphql_type: GitObjectID
dart_type: String
- graphql_type: URI
dart_type: String
- graphql_type: GitRefname
dart_type: String
- graphql_type: DateTime
dart_type: DateTime
schema_mapping:
- schema: github.schema.graphql
queries_glob: lib/graphql/search_repositories.graphql
Expand Down
188 changes: 1 addition & 187 deletions example/github/lib/graphql/search_repositories.dart

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

Loading

0 comments on commit b41097c

Please sign in to comment.