Searched defs:mutationArgs (Results 1 – 1 of 1) sorted by relevance
368 type mutationArgs struct { struct369 target *Target370 args []Arg371 ctxes []ArgCtx372 ignoreSpecial bool375 func (ma *mutationArgs) collectArg(arg Arg, ctx *ArgCtx) {