Type alias ConnectionParams

ConnectionParams: {
    grpc: ProtocolParams;
    http: ProtocolParams;
}

Type declaration

  • grpc: ProtocolParams

    The connection paramaters for the gRPC API (http/2).

  • http: ProtocolParams

    The connection parameters for the REST and GraphQL APIs (http/1.1).