Skip to main content
Latest
function getUserTypesFromSchema
import { getUserTypesFromSchema } from "https://deno.land/x/oak_graphql@0.6.4/graphql-tools/utils/get-user-types-from-schema.ts";

Get all GraphQL types from schema without:

  • Query, Mutation, Subscription objects
  • Internal scalars added by parser

Parameters

schema: any

Returns

any[]