MCPcopy
hub / github.com/mickhansen/graphql-sequelize / checkIsAssociation

Function checkIsAssociation

src/resolver.js:26–28  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

24}
25
26function checkIsAssociation(target) {
27 return !!target.associationType;
28}
29
30function resolverFactory(targetMaybeThunk, options = {}) {
31 assert(

Callers 1

resolverFactoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected