Notice that we're using TypeScript, since the type annotations help make the code more clear. import { gql } from "apollo-server-express"; const typeDefs = gql` ...
確定! 回上一頁