yarick123

Results 3 issues of yarick123

Is it possible to render the graphiql documentation on a separated web page? Just the same, what makes graphiql, but without the possibility to send / explore GraphQL queries. The...

The following code: index.ts: ```typescript require('v8-compile-cache'); import { testFunction } from './testFunction'; function main(): void { try { testFunction(); } catch (err: any) { console.error('Caught error:', err); } } main();...

the main change - setting 0.05 seconds timeout on the socket in order not to freeze if the controller does not answer.