import gql from "graphql-tag" export const QUERY_POEM = gql` query Poem($id: Int!) { poem(id: $id) { name content } } `.
確定! 回上一頁