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

io.leangen.graphql.spqr.spring.web.mvc.GraphQLMvcExecutor Maven / Gradle / Ivy

The newest version!
package io.leangen.graphql.spqr.spring.web.mvc;

import io.leangen.graphql.spqr.spring.web.GraphQLExecutor;
import org.springframework.web.context.request.NativeWebRequest;

@FunctionalInterface
public interface GraphQLMvcExecutor extends GraphQLExecutor {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy