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

Scalar leafs

A GraphQL document is valid only if all leaf fields (fields without sub selections) are of scalar or enum types.