Neo4JGraphQLClient constructor
Neo4JGraphQLClient(
- Getter<
GraphQLClient> _client, - Neo4JGraphQueryResolver _resolver,
- GraphSerializer _serializer
Implementation
Neo4JGraphQLClient(this._client, this._resolver, this._serializer);