UNPKG

@teamstarter/graphql-sequelize-generator

Version:

A set of tools to easily generate a Graphql API from sequelize models.

8 lines (7 loc) 243 B
"use strict"; exports.__esModule = true; exports.isGraphqlFieldDeclaration = void 0; function isGraphqlFieldDeclaration(declaration) { return declaration.type !== undefined; } exports.isGraphqlFieldDeclaration = isGraphqlFieldDeclaration;