jjangga0214

Results 97 issues of jjangga0214

Hi! Thanks for maintaining this cool explorer. However, I couldn't find how to set `connectionParams` for subscription. To my test, Headers in "Headers" tab are only applied to http (Query,...

# 🚧 Work In Progress - Introducing subscription This aims to resolve #77. ## Background The [GraphQL specification](http://spec.graphql.org/) deliberately does not specify the transport layer. Currently, WebSocket and HTTP are...

Hi, first, thank you for creating and maintaining `graphql-request`. I've been interested in `graphql-request` as well, thus recently contributed a little bit. I personally feel this package plays an essential...

I think it'd be a needed feature in some cases. How do you think?

Hi, I'd like to make a feature request. If `nyc` can generate reports by only reading coverage.json, then it'd be convenient.

Let's say there is a directory tree like this. ``` packages └── foo β”‚ β”œβ”€β”€ src β”‚ β”‚ β”œβ”€β”€ hello.ts β”‚ β”‚Β Β  └── index.ts β”‚ └── tsconfig.json └── bar β”œβ”€β”€...

μ•ˆλ…•ν•˜μ„Έμš”. examples λ₯Ό 보던 쀑 λ‹€μŒκ³Ό 같은 였λ₯˜λ₯Ό λ°œκ²¬ν–ˆμŠ΅λ‹ˆλ‹€. (node_modules 에 node-kakao κ°€ μžˆμ„λ¦¬ μ—†μœΌλ‹ˆ) ν•΄λ‹Ή λͺ¨λ“ˆμ„ 찾을 수 μ—†λ‹€λŠ” 였λ₯˜μ˜€μŠ΅λ‹ˆλ‹€. ![Screenshot from 2021-06-29 16-07-32](https://user-images.githubusercontent.com/28584151/123902339-af5ff780-d9a7-11eb-8798-953b1b696660.png) examples 은 μ‚¬μš© μ˜ˆμ‹œμΌ 뿐이고...

Hi! `pal schema camel-case` does not change model name if it's a single word and all letters are lowercase. For example `model foo_bar` is changed well to `model FooBar`, while...

@AhmedElywa Why don't you just change case without `@map`? `@map` is not allowed to relation because the name of relation is not from database. It's free and up to use...

![Screenshot from 2021-10-03 13-48-04](https://user-images.githubusercontent.com/28584151/135740374-70de1256-5a08-48c2-9d01-c79a892a2296.png) Subscription is missing..!