railwayapp 0.0.8

Interact with Railway via CLI
1
2
3
mutation LoginSessionConsume($code: String!) {
	loginSessionConsume(code: $code)
}