From b248531d64fb9c203b3de9607565addc56875b3f Mon Sep 17 00:00:00 2001 From: Tobe O Date: Tue, 16 Apr 2019 11:15:24 -0400 Subject: [PATCH] graphql_gen --- graphql_generator/LICENSE | 21 +++++++++++++++++++++ graphql_generator/README.md | 5 +++++ graphql_generator/pubspec.lock | 2 +- graphql_generator/pubspec.yaml | 3 ++- 4 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 graphql_generator/LICENSE create mode 100644 graphql_generator/README.md diff --git a/graphql_generator/LICENSE b/graphql_generator/LICENSE new file mode 100644 index 00000000..89074fd3 --- /dev/null +++ b/graphql_generator/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 The Angel Framework + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/graphql_generator/README.md b/graphql_generator/README.md new file mode 100644 index 00000000..6c0e236b --- /dev/null +++ b/graphql_generator/README.md @@ -0,0 +1,5 @@ +# graphql_generator +Generates `package:graphql_schema` schemas for +annotated class. + +Documentation is yet to come. \ No newline at end of file diff --git a/graphql_generator/pubspec.lock b/graphql_generator/pubspec.lock index 43d84a05..a471e843 100644 --- a/graphql_generator/pubspec.lock +++ b/graphql_generator/pubspec.lock @@ -9,7 +9,7 @@ packages: source: hosted version: "0.35.0" angel_model: - dependency: transitive + dependency: "direct main" description: name: angel_model url: "https://pub.dartlang.org" diff --git a/graphql_generator/pubspec.yaml b/graphql_generator/pubspec.yaml index 1f57fafe..b85eaac1 100644 --- a/graphql_generator/pubspec.yaml +++ b/graphql_generator/pubspec.yaml @@ -1,11 +1,12 @@ name: graphql_generator -version: 1.0.0-alpha +version: 1.0.0-rc.0 description: Generates GraphQL schemas from Dart classes, for use with pkg:graphql_server. author: Tobe O homepage: https://github.com/angel-dart/graphql environment: sdk: ">=2.0.0 <3.0.0" dependencies: + angel_model: ^1.0.0 angel_serialize_generator: ^2.0.0 build: ^1.0.0 build_config: ^0.3.0