All Downloads are FREE. Search and download functionalities are using the official Maven repository.

caliban.ws.package.scala Maven / Gradle / Ivy

There is a newer version: 2.9.1
Show newest version
package caliban

import zio.stream.Stream

package object ws {
  type Pipe[A, B]  = Stream[Throwable, A] => Stream[Throwable, B]
  type CalibanPipe = Pipe[GraphQLWSInput, Either[GraphQLWSClose, GraphQLWSOutput]]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy