gramps-graphql/gramps

View on GitHub
example/data-source--i18n/src/mocks.js

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  Query: () => ({
    sayHello: () => 'Mock hello!',
  }),
};