export type Arguments = {+[string]: mixed}; export type Arguments = { +FRAGMENT_POINTER_IS_WITHIN_UNMATCHED_TYPE_REFINEMENT?: boolean, +[string]: mixed, }; const {VARIABLE, LITERAL, OBJECT_VALUE, LIST_VALUE} = RelayConcreteNode; Expand Down Expand Up @@ -68,13 +71,24 @@ function ge...