javascript Exemplo订阅graphql

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript Exemplo订阅graphql相关的知识,希望对你有一定的参考价值。

    comment: {
        subscribe(parent, { postId }, { db, pubsub }, info){
            const post = db.posts.find((post) => post.id === postId && post.published)

            if (!post) {
                throw new Error('Post not found')
            }

            return pubsub.asyncIterator(`comment ${postId}`)
        }
    }
}

以上是关于javascript Exemplo订阅graphql的主要内容,如果未能解决你的问题,请参考以下文章

javascript Exemplo de promise com async function

MS Graph API订阅邮件发送

html exemplo-complexo.html

html exemplo.html

html exemplo-complexo-2.HTML

csharp Exemplo de uso do SimpleQuery。