You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adds $isPersisted and other meta fields to the model by overwriting the fields() method.
3666
3678
* @todo is this a good way to add fields?
@@ -3914,7 +3926,9 @@ function valueToObjectRepresentation(argObj, name, value, variables) {
3914
3926
argObj[name.value]=null;
3915
3927
}
3916
3928
else{
3917
-
thrownewError("The inline argument \""+name.value+"\" of kind \""+value.kind+"\" is not supported.\n Use variables instead of inline arguments to overcome this limitation.");
3929
+
thrownewError("The inline argument \""+name.value+"\" of kind \""+value.kind+"\""+
3930
+
'is not supported. Use variables instead of inline arguments to '+
0 commit comments