UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

6 lines (5 loc) 164 B
function typeExists(graphqlSchema, typename) { return Boolean(graphqlSchema.getType(typename)); } export { typeExists }; //# sourceMappingURL=type-exists.mjs.map