Skip to content

Commit

Permalink
Remove isNullable from ResolverInfo flow type
Browse files Browse the repository at this point in the history
Reviewed By: captbaritone

Differential Revision: D57117260

fbshipit-source-id: d610a6379b3c9c2c3edcf51ab00e80b4816ae9b2
  • Loading branch information
Gordy French authored and facebook-github-bot committed May 10, 2024
1 parent 9cf21af commit 202fd25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/relay-runtime/util/NormalizationNode.js
Expand Up @@ -171,7 +171,6 @@ export type ResolverReference = {
};

export type ResolverInfo = {
+isNullable?: boolean,
+resolverFunction: ResolverFunction,
+rootFragment?: ?NormalizationSplitOperation,
};
Expand Down

0 comments on commit 202fd25

Please sign in to comment.