Skip to content
View ellemedit's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Seoul
  • 21:51 (UTC +09:00)

Block or report ellemedit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Relay Resolver + TypeScript 쓰는 법 Relay Resolver + TypeScript 쓰는 법
    1
    > Relay Resolvers are still considered experimental. To use them you must ensure that the ENABLE_RELAY_RESOLVERS runtime feature flag is enabled, and that the enable_relay_resolver_transform feature flag is enabled in your project’s Relay config file.
    2
    3
    [라고 주장하고](https://github.com/facebook/relay/blob/f59648bc07dc7bca57996e0ae5982413c9f612f7/website/docs/guides/relay-resolvers.md) 아직 `@types/relay-runtime`에 타입이 반영 안 돼있기 때문에, 지금 사용하려면 `relay-compiler` 설정 + `relay-runtime` 런타임 설정 + `relay-runtime` 타입 확장을 해야 원활합니다.
    4
    
                  
    5
    ```js