我試圖嘲弄服務作爲文檔例如http://dev.apollodata.com/tools/graphql-tools/mocking.html#Default-mock-example 我出口我的架構與標準內省查詢,建立一個模式對象,並使用該當試圖運行文檔中提到的查詢時。 import * as introspectionResult from "../../graphql/schema.json
我可以使混合方法工作,但我想使用完整的websocket傳輸,其中每個graphql操作都通過套接字完成。我的確和他們的documentation一樣。 import { SubscriptionClient } from 'subscriptions-transport-ws'
import ApolloClient from 'apollo-client'
import gql from
我有以下apollo-graphql客戶端代碼,其中我每30秒觸發一次graphql查詢並獲取數據。 import React, { Component } from 'react';
import { gql, graphql } from 'react-apollo';
import _ from 'underscore';
class Test extends Component {