File tree Expand file tree Collapse file tree
apollo-codegen-typescript Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " apollo-codegen-core" ,
33 "description" : " Core generator APIs for Apollo Codegen" ,
4- "version" : " 0.36.5 " ,
4+ "version" : " 0.36.6-alpha.0 " ,
55 "author" : " Apollo GraphQL <opensource@apollographql.com>" ,
66 "license" : " MIT" ,
77 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " apollo-codegen-flow" ,
33 "description" : " Flow generator module for Apollo Codegen" ,
4- "version" : " 0.34.5 " ,
4+ "version" : " 0.34.6-alpha.0 " ,
55 "author" : " Apollo GraphQL <opensource@apollographql.com>" ,
66 "license" : " MIT" ,
77 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " apollo-codegen-scala" ,
33 "description" : " Scala generator module for Apollo Codegen" ,
4- "version" : " 0.35.5 " ,
4+ "version" : " 0.35.6-alpha.0 " ,
55 "author" : " Apollo GraphQL <opensource@apollographql.com>" ,
66 "license" : " MIT" ,
77 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " apollo-codegen-swift" ,
33 "description" : " Swift generator module for Apollo Codegen" ,
4- "version" : " 0.36.5 " ,
4+ "version" : " 0.36.6-alpha.0 " ,
55 "author" : " Apollo GraphQL <opensource@apollographql.com>" ,
66 "license" : " MIT" ,
77 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " apollo-codegen-typescript" ,
33 "description" : " TypeScript generator module for Apollo Codegen" ,
4- "version" : " 0.36.5 " ,
4+ "version" : " 0.36.6-alpha.0 " ,
55 "author" : " Apollo GraphQL <opensource@apollographql.com>" ,
66 "license" : " MIT" ,
77 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " apollo-language-server" ,
33 "description" : " A language server for Apollo GraphQL projects" ,
4- "version" : " 1.21.0" ,
4+ "version" : " 1.21.1-alpha. 0" ,
55 "author" : " Apollo GraphQL <opensource@apollographql.com>" ,
66 "license" : " MIT" ,
77 "repository" : {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ $ npm install -g apollo
2323$ apollo COMMAND
2424running command...
2525$ apollo (-v| --version| version)
26- apollo/2.26 .0 darwin-x64 node-v10.15.3
26+ apollo/2.27.0-alpha .0 darwin-x64 node-v10.15.3
2727$ apollo --help [COMMAND]
2828USAGE
2929 $ apollo COMMAND
@@ -186,8 +186,8 @@ OPTIONS
186186 --tagName=tagName Name of the template literal tag used to identify template literals
187187 containing GraphQL queries in Javascript/Typescript code
188188
189- --target=target (required) Type of code generator to use (swift | typescript | flow |
190- scala )
189+ --target=target (required) Type of code generator to use (swift | typescript | flow | scala
190+ | json | json-modern (exposes raw json types) )
191191
192192 --tsFileExtension=tsFileExtension By default, TypeScript will output "ts" files. Set "tsFileExtension" to
193193 specify a different file extension, for example "d.ts"
@@ -656,6 +656,8 @@ OPTIONS
656656 -g, --graph=graph The ID of the graph in Apollo Graph Manager to publish your service to. Overrides
657657 config file if set.
658658
659+ -v, --variant=variant The variant to publish your service to in Apollo Graph Manager
660+
659661 --endpoint=endpoint The URL for the CLI use to introspect your service
660662
661663 --header=header Additional header to send to server for introspectionQuery. May be used multiple
Original file line number Diff line number Diff line change 11{
22 "name" : " apollo" ,
33 "description" : " Command line tool for Apollo GraphQL" ,
4- "version" : " 2.26 .0" ,
4+ "version" : " 2.27.0-alpha .0" ,
55 "referenceID" : " 21ad0845-c235-422e-be7d-a998310df972" ,
66 "author" : " Apollo GraphQL <opensource@apollographql.com>" ,
77 "license" : " MIT" ,
Original file line number Diff line number Diff line change 22 "name" : " vscode-apollo" ,
33 "displayName" : " Apollo GraphQL" ,
44 "description" : " Rich editor support for GraphQL client and server development that seamlessly integrates with the Apollo platform" ,
5- "version" : " 1.15.0" ,
5+ "version" : " 1.15.1-alpha. 0" ,
66 "referenceID" : " 87197759-7617-40d0-b32e-46d378e907c7" ,
77 "author" : " Apollo GraphQL <opensource@apollographql.com>" ,
88 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments