1 2 3 4 5 6 7 8 9 10 | 1× 1× 1× 1× | const { rdfsResource } = require('../constants'); const getGraphqlInterfaceType = require('./getGraphqlInterfaceType'); function getGraphqlPolymorphicObjectType(g/*, ranges*/) { // TODO return getGraphqlInterfaceType(g, rdfsResource); } module.exports = getGraphqlPolymorphicObjectType; |