import gql from 'graphql-tag' export const schema = gql` type Post { id: Int! title: String! jsonData: Json! createdAt: DateTime! } ...
確定! 回上一頁