-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add location to the SplitOperationMetadata
Summary: This diffs add `location` (location of the source file for the split operation) to the SplitOperationMetadata. - We can use this location directly in the codegen, instead of a fragment lookup. - This will also be used for split operations that are derived from generated sources (I'm planning to use this for the D38426796 - relay resolvers that want to return nested objects) Reviewed By: rbalicki2 Differential Revision: D39135955 fbshipit-source-id: cf75248231660c0f7759d027ba3a1dd5794ddb7f
- Loading branch information
1 parent
9f400b6
commit 6efa1a0
Showing
5 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters