Skip to main content
Module

x/graphql_tools/deps.ts>PossibleFragmentSpreadsRule

[DEPRECATED] 🦕 Useful tools to create and manipulate GraphQL schemas. Deno port of `graphql-tools` library
Latest
function PossibleFragmentSpreadsRule
import { PossibleFragmentSpreadsRule } from "https://deno.land/x/graphql_tools@0.0.4-deprecated/deps.ts";

Possible fragment spread

A fragment spread is only valid if the type condition could ever possibly be true: if there is a non-empty intersection of the possible parent types, and possible types which pass the type condition.