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

com.iterable.graphql.compiler.package.scala Maven / Gradle / Ivy

The newest version!
package com.iterable.graphql

import play.api.libs.json.JsValue

package object compiler {
  /** Maps a query field to a QueryReducer */
  type QueryMappings[F[_]] = PartialFunction[(FieldTypeInfo, Field[Field.Annotated[FieldTypeInfo]]), QueryReducer[F, JsValue]]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy