railwayapp 3.17.3

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