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

Block or report ellemedit

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