Open
0 of 1 issue completedDescription
From a beta2 changeset:
FieldArgs.get
is no more; useFieldArgs.getRaw
or usebakedInput()
(TODO: document) to get the "baked" version of a raw input value.
Input object fields no longer have
applyPlan
/inputPlan
, instead having the
runtime equivalentsapply()
andbaked()
.FieldArgs
is no longer available
on input object fields, since these fields are no longer called at plantime;
instead, the actual value is passed.
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
📝 Docs Improvements