Repository URL to install this package:
|
Version:
1.1.13 ▾
|
import { getHomePageFixture } from '../endpoints/studio/fixtures'
export default {
Query: {
homePage: async (obj, args, context, info) => {
const response = getHomePageFixture
return response
},
},
}