crystal
crystal copied to clipboard
docs: Document bakedInput
From a beta2 changeset:
FieldArgs.getis no more; useFieldArgs.getRawor 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().FieldArgsis no longer available on input object fields, since these fields are no longer called at plantime; instead, the actual value is passed.
https://github.com/graphile/crystal/blob/main/.changeset/tricky-boxes-tickle.md