Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
26
function
checkIsAssociation(target) {
27
return
!!target.associationType;
28
}
29
30
function
resolverFactory(targetMaybeThunk, options = {}) {
31
assert(
Callers
1
resolverFactory
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected