Skip to content

Commit eb27065

Browse files
André Costameta-codesync[bot]
authored andcommitted
Integrate with the Relay compiler
Reviewed By: tyao1 Differential Revision: D89091362 fbshipit-source-id: d7a568bfc84b5fbe39778e8125354e261c28edfa
1 parent e0e0869 commit eb27065

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

compiler/crates/relay-docblock/tests/to_schema/fixtures/relay-resolver-strong-object-with-implements-interface-non-interface.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ interface IFoo {
3232
ℹ︎ the other type is defined here
3333

3434
<generated>:1:1
35-
Internal error: Unable to print source, start index (19631) out of range.
35+
Internal error: Unable to print source, start index (19697) out of range.

compiler/crates/relay-test-schema/src/testschema.graphql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ directive @stream(
4242

4343
directive @fetchable(field_name: String!) on OBJECT
4444

45+
directive @vulture(name: String!) on QUERY | FRAGMENT_DEFINITION
46+
4547
type Query {
4648
checkinSearchQuery(query: CheckinSearchInput): CheckinSearchResult
4749
defaultSettings: Settings

0 commit comments

Comments
 (0)