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

Function nodeType

src/relay.js:119–121  ·  view source on GitHub ↗
(connectionType)

Source from the content-addressed store, hash-verified

117export {createNodeInterface as sequelizeNodeInterface};
118
119export function nodeType(connectionType) {
120 return connectionType._fields.edges.type.ofType._fields.node.type;
121}
122
123export function createConnectionResolver({
124 target: targetMaybeThunk,

Callers 1

resolverFactoryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected