[react-relay] fix ReaderVariable missing field (#36931)

This commit is contained in:
Ali Zhdanov
2019-07-17 20:44:35 +02:00
committed by Eloy Durán
parent 663e0218e7
commit c79180dd81
+1
View File
@@ -700,6 +700,7 @@ interface ReaderLiteral {
interface ReaderVariable {
readonly kind: string; // 'Variable';
readonly name: string;
readonly type?: string | null;
readonly variableName: string;
}