Skip to content

Commit

Permalink
Add Interface.implementing_interfaces
Browse files Browse the repository at this point in the history
Reviewed By: ginfung

Differential Revision: D39276411

fbshipit-source-id: 30df272fe7da8f1f04890c881d619f07b719d569
  • Loading branch information
Steven Chaitoff authored and facebook-github-bot committed Sep 8, 2022
1 parent 44fe2bc commit b17af8d
Show file tree
Hide file tree
Showing 10 changed files with 2,826 additions and 3,603 deletions.
1 change: 1 addition & 0 deletions compiler/crates/schema-flatbuffer/src/graphqlschema.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ table Interface {
is_extension: bool;
fields: [uint32];
interfaces: [uint32];
implementing_interfaces: [uint32];
implementing_objects: [uint32];
directives: [DirectiveValue];
}
Expand Down
Loading

0 comments on commit b17af8d

Please sign in to comment.