UNPKG

amplify-codegen

Version:
8 lines (5 loc) 199 B
const path = require('path'); function getSDLSchemaLocation(apiName) { return path.join('amplify', 'backend', 'api', apiName, 'build', 'schema.graphql'); } module.exports = getSDLSchemaLocation;