-
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.
Allow @required with client-edges fields
Summary: This diffs allows adding required and client edge. Reviewed By: captbaritone Differential Revision: D37187697 fbshipit-source-id: 5f2625b8f4fa3d9792442d9383d8cd3d4ba96272
- Loading branch information
1 parent
ab8e59f
commit d117221
Showing
9 changed files
with
459 additions
and
57 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
2 changes: 0 additions & 2 deletions
2
...r/tests/compile_relay_artifacts/fixtures/relay-resolver-with-required-client-edge.graphql
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# expected-to-throw | ||
|
||
fragment relayResolverWithRequiredClientEdge_best_friend_resolver on User { | ||
actor_key | ||
} | ||
|
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
Oops, something went wrong.