MCPcopy
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
96export function isConnection(type) {
97 return typeof type.name !== 'undefined' && type.name.endsWith('Connection');
98}
99
100export function handleConnection(values, args) {
101 return connectionFromArray(values, args);

Callers 1

resolverFactoryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected