Holger

Results 3 issues of Holger

Hi Masianok, thanks for the library. I have the following problem: ``` const [result, reexecuteQuery] = useGetMissionsTimeLineQuery({ variables: { id: "7d99fb36-936b-4f40-81e6-0cbfce5190da", isActive: true, memberId: "xxxx", }, }); const { data,...

I try to create a validation of my input args of Nexus e.g. `const MembersFilter = inputObjectType({ name: 'MembersFilter', definition(t) { t.list.string('memberIds', { nullable: true }) }, })` with the...

**Describe the bug** I installed the docker container as mentioned in the docs. I copied the line. I did: `http://localhost:3000/docs` The screen is black, and in the network tab a...