type
JoinMutationInput
type JoinMutationInput struct {
Additions []string `json:"additions"`
Removals []string `json:"removals"`
}Explicit inverse-relation additions and removals.
Source protocol/envelope.go:87
Additions[]string- The Additions value.
Removals[]string- The Removals value.
Deltas deliberately do not imply that the caller loaded the complete relationship set.