이 GraphQL 쿼리가 마음에 드십니까?

mutation {
  comment(id: 1) {
    replyToComment(data: data) {
      id @sendEmail(
        to: "{{ parentComment.author.email }}",
        subject: "{{ author.name }} has replied to your comment",
        content: "
          <p>On {{ comment.date(format: \"d/m/Y\") }}, {{ author.name }} says:</p>
          <blockquote>{{ comment.content }}</blockquote>
          <p>Read online: {{ comment.url }}</p>
        "
      )
    }
  }
}

GraphQL spec:

🔥 Nested mutations
🔥 Embeddable fields (composable fields 기준)
🔥 Flat chain syntax

내가 get the funding 이면 WordPress 플러그인 this feature 에 대해 many others ( GraphQL API for WP 중 ) 을 구현합니다.

무슨 말을 합니까?

좋은 웹페이지 즐겨찾기