Skip to content
View ellemedit's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  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