Mаартен - Maarten

Results 55 comments of Mаартен - Maarten

I wrote this about it: https://discord.com/channels/625400653321076807/631489837416841253/832595211166548049 if needed i can add PR to add it to the documentation!

i tweaked my test to be more real about list having multiple products below, else its a weird testcase :) @kamilkisiela I validated now the extension on other modules types...

my testcase: ``` import "reflect-metadata"; import { createModule, testkit, gql } from "graphql-modules"; describe("testModule", () => { const ListModule = createModule({ id: "list", typeDefs: gql` extend type Query { list:...

Some debug information so far:
 ln#1053 on [simple_schema_test](https://github.com/horiuchi/dtsgenerator/blob/master/test/simple_schema_test.ts#L1053-L1141) the iteration "support components property in OpenAPI v3" gives me the following feedback. The function **addParameterSchema** 
 I do see for Parameters the...

With common parameters setup i do not have the queryParams anymore per endpoint. ``` export namespace FindProductsByCategory { export namespace Parameters { ...snip... } export interface QueryParameters { minPrice?: Parameters.MinPrice;...

@chimurai Steven bouw deze feature even erin man :) we also want the async option, just before we stream back the results we want to alter header with async data....

@chimurai Steven, ik heb hem werkend :) So i have this setup where i can still alter the response header AFTER i get the response from the proxied endpoint and...

@Andarist i guess people don't reply on old topics, and some people don't even know its existence in SC. At first i was also not bothered, thought about the nasty...