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

com.networknt.graphql.router.SchemaProvider Maven / Gradle / Ivy

The newest version!
package com.networknt.graphql.router;

import graphql.schema.GraphQLSchema;

/**
 * SchemaProvider interface that is used to inject schema implementation to the
 * framework. The service module is responsible to inject implementation for each
 * application.
 *
 * @author Steve Hu
 */
public interface SchemaProvider {
    GraphQLSchema getSchema();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy