Skip to main content
Module

x/graphql_deno/lib/index.d.ts>isListType

GraphQL-JS ported to Deno
Latest
function isListType
import { isListType } from "https://deno.land/x/graphql_deno@v15.0.0/lib/index.d.ts";

Parameters

type: any

Returns

type is GraphQLList<any>