Skip to main content
Latest
interface FragmentSpreadNode
import { type FragmentSpreadNode } from "https://deno.land/x/kilatgraphql@16.6.0-1/mod.ts";

Fragments

Properties

readonly
kind: Kind.FRAGMENT_SPREAD
readonly
optional
loc: Location
readonly
name: NameNode
readonly
optional
directives: ReadonlyArray<DirectiveNode>