이 GraphQL 쿼리가 마음에 드십니까?
2935 단어 wordpressopensourcegraphql
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 중 ) 을 구현합니다.
무슨 말을 합니까?
Reference
이 문제에 관하여(이 GraphQL 쿼리가 마음에 드십니까?), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/leoloso/fancy-this-graphql-query-1lkn텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)