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

org.ryoframework.exposition.graphql.GraphQLEngine.kt Maven / Gradle / Ivy

The newest version!
package org.ryoframework.exposition.graphql

interface GraphQLEngine {

    fun execute(request: GraphQLRequest): GraphQLResponse

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy