#Where are the built-in function apis?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Here's the link to the @call part of the docs: https://ziglang.org/documentation/0.14.1/#call
The reason you can call with too few arguments is because you set them to undefined here:
var args: std.meta.ArgsTuple(field.resolver_type) = undefined;
yeah if you passed a tuple of only two values it would error