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