File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 3434 "casual" : " ^1.5.19"
3535 },
3636 "peerDependencies" : {
37- "graphql" : " ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0. 12.0" ,
37+ "graphql" : " ^0.12.0" ,
3838 "graphql-tools" : " ^1.2.1 || ^2.5.1"
3939 },
4040 "devDependencies" : {
Original file line number Diff line number Diff line change 11type Query {
2- # TODO: rename and add a description of this query
2+ " TODO: rename and add a description of this query"
33 getById (
4- # A unique identifier
4+ " A unique identifier"
55 id : ID !
66 ): PFX_DataSourceBase
77}
88
9- # TODO: Choose a unique prefix and rename the type descriptively.
9+ " TODO: Choose a unique prefix and rename the type descriptively."
1010type PFX_DataSourceBase {
11- # A unique identifier
11+ " A unique identifier"
1212 id : ID !
13- # Describe each field to help people use the data more effectively.
13+ " Describe each field to help people use the data more effectively."
1414 name : String
15- # An array of very super lucky numbers.
16- #
17- # DISCLAIMER: The luckiness of these numbers is _not scientifically proven_.
15+ """
16+ An array of very super lucky numbers.
17+
18+ DISCLAIMER: The luckiness of these numbers is _not scientifically proven_.
19+ """
1820 lucky_numbers : [Int ]
1921}
You can’t perform that action at this time.
0 commit comments