amokio

Results 3 issues of amokio

Hi @MichalLytek, as `graphql-transport-ws` is deprecate, can you please help to upgrade the `@nestjs/graphql` to version 9 ? reference: https://github.com/nestjs/graphql/blob/30fc9075241bcd33b7d018f4afe9025f24218f1a/lib/interfaces/gql-module-options.interface.ts#L65 bootstrap: ```ts GraphQLModule.forRoot({ subscriptions: { 'graphql-ws': true } }) ```

enhancement

```rust for row in rows { for col in &cols.metadata.col_specs { let value = match col.clone().col_type.id { ColType::Varchar | ColType::Ascii => { let val: String = row.get_by_name(col.name.as_str()).unwrap().expect(""); println!("{:#?}", val) }...

wontfix

As `serverless-offline` not supporting lambda function url, and using `sls deploy` to refresh the change is quite time consuming. Is that possible to after first `sls deploy` and `serverless-esbuild` is...

enhancement