Skip to main content
Module

x/gql/deps.ts>GraphQLSchema#getImplementations

☁ Universal GraphQL HTTP middleware for Deno
Go to Latest
method GraphQLSchema.prototype.getImplementations
import { GraphQLSchema } from "https://deno.land/x/gql@1.2.0/deps.ts";

Parameters

interfaceType: GraphQLInterfaceType

Returns

{ objects: ReadonlyArray<GraphQLObjectType>; interfaces: ReadonlyArray<GraphQLInterfaceType>; }