Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 771266e

Browse files
sairionmonicatang
authored andcommittedMar 6, 2025·
Add missing readFragment export in relay-runtime
1 parent 8637294 commit 771266e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/relay-runtime/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ module.exports = {
316316
suspenseSentinel,
317317
isRequest: GraphQLTag.isRequest,
318318
readInlineData,
319+
readFragment: ResolverFragments.readFragment,
319320

320321
// Declarative mutation API
321322
MutationTypes: RelayDeclarativeMutationConfig.MutationTypes,

0 commit comments

Comments
 (0)
Please sign in to comment.