typeDefsString: "\n type Query {\n jwt(input: JWTInput): JWTOutput\n }\n input JWTInput {\n linkId: Int\n }\n type JWTOutput {\n token: String\n linkId: Int\n error: String\n }\n" = ...

Generated using TypeDoc