api/src/graphql/posts.sdl.js export const schema = gql` # ... type PostPage { posts: [Post!]! count: Int! } type Query { postPage(page: Int): PostPage ...
確定! 回上一頁