Neo4JGraphQLClient constructor

Neo4JGraphQLClient(
  1. Getter<GraphQLClient> _client,
  2. Neo4JGraphQueryResolver _resolver,
  3. GraphSerializer _serializer
)

Implementation

Neo4JGraphQLClient(this._client, this._resolver, this._serializer);