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

sbt-graphql.GraphQLQuery.scala Maven / Gradle / Ivy

The newest version!
package graphql.codegen
trait GraphQLQuery {
  type Variables
  type Data
  val document: sangria.ast.Document
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy