woonki
woonki
Resolved #6670
Not sure I understand correctly, If you mean this: ```json { "files": [{"type": "file", "size": 1}, ... ] } ``` decoded to the variant with arguement? It is not supported....
Did you write a custom codecs for (d)encode? Can you share your codecs?
c@pd4d10 Isn't there another parent-level field of JSON example? If it does, such as "data" in `{"data": { "type": ... }}`, you could write it as below: ```rescript module Meta...
I think it is a recursive reference issue between type definition and value binding.
I don't know about the required spec, but maybe it is a matter of data modeling. Maybe we can model the data as: ```rescript @spice type type_ = @spice.as("file") File...
@zth I'd like to join this discussion. AFAIK, the option type for the nullable field in the mutation input is not distinguishing between `null` and `undefined`: the `undefined` means omitting...
FYR, https://github.com/graphql/graphql-spec/pull/83
Thanks for reporting the issue. Let me check.
It seems fine to me. Can you provide the self-contained sample to reproduce? I've tested with compiler v11, spice v0.1.15 and v11, v0.2.0(latest). Both seems fine to me.