Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mickhansen/graphql-sequelize
/ isConnection
Function
isConnection
src/relay.js:96–98 ·
view source on GitHub ↗
(type)
Source
from the content-addressed store, hash-verified
94
}
95
96
export
function
isConnection(
type
) {
97
return
typeof
type
.name !==
'undefined'
&&
type
.name.endsWith(
'Connection'
);
98
}
99
100
export
function
handleConnection(values, args) {
101
return
connectionFromArray(values, args);
Callers
1
resolverFactory
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected