// GraphQLSchema.js const { buildSchema } = require('graphql'); exports.schema = buildSchema(` type Query { hello: String } `); exports.
確定! 回上一頁