Skip to main content
Latest
function getUserTypesFromSchema
import { getUserTypesFromSchema } from "https://deno.land/x/bq-oak-graphql@v2.0/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[]