Package

sangria.validation.rules

experimental

Permalink

package experimental

Visibility
  1. Public
  2. All

Type Members

  1. class OverlappingFieldsCanBeMerged extends ValidationRule

    Permalink

    Overlapping fields can be merged

    Overlapping fields can be merged

    A selection set is only valid if all fields (including spreading any fragments) either correspond to distinct response names or can be merged without ambiguity.

    The algorithm is described in CachedCheck.

    The validation rule implements the same validation as OverlappingFieldsCanBeMerged and could eventually replace it. It is an alternative, more performant implementation.

    Annotations
    @ApiMayChange()

Value Members

  1. package overlappingfields

    Permalink

Ungrouped