-
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.
When adding a concrete object that implements an interface to a schem…
…a, also modify interfaces Summary: * When we modify a schema (AFAIK this only happens with resolvers), when a new concrete type that implements an interface is added, the interface is not modified to include that type in its implementing_objects. * Fix that * This is not an issue when we build the schema. Reviewed By: alunyov Differential Revision: D44298502 fbshipit-source-id: c439fa222a6ee307cb803ebf992fabae63c805c8
- Loading branch information
1 parent
0466d31
commit f7d62f4
Showing
1 changed file
with
76 additions
and
2 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