graphql_gen
This commit is contained in:
parent
33e453da91
commit
b248531d64
4 changed files with 29 additions and 2 deletions
21
graphql_generator/LICENSE
Normal file
21
graphql_generator/LICENSE
Normal file
|
@ -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.
|
5
graphql_generator/README.md
Normal file
5
graphql_generator/README.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# graphql_generator
|
||||||
|
Generates `package:graphql_schema` schemas for
|
||||||
|
annotated class.
|
||||||
|
|
||||||
|
Documentation is yet to come.
|
|
@ -9,7 +9,7 @@ packages:
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.35.0"
|
version: "0.35.0"
|
||||||
angel_model:
|
angel_model:
|
||||||
dependency: transitive
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: angel_model
|
name: angel_model
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
name: graphql_generator
|
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.
|
description: Generates GraphQL schemas from Dart classes, for use with pkg:graphql_server.
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/graphql
|
homepage: https://github.com/angel-dart/graphql
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.0.0 <3.0.0"
|
sdk: ">=2.0.0 <3.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
angel_model: ^1.0.0
|
||||||
angel_serialize_generator: ^2.0.0
|
angel_serialize_generator: ^2.0.0
|
||||||
build: ^1.0.0
|
build: ^1.0.0
|
||||||
build_config: ^0.3.0
|
build_config: ^0.3.0
|
||||||
|
|
Loading…
Reference in a new issue