'use strict' const typeDefs = ` type Query { helloWorld: String! } ` export default typeDefs