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

org.rapidgraphql.directives.GraphQLDirectiveWiring Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package org.rapidgraphql.directives;

import graphql.schema.idl.SchemaDirectiveWiring;

public interface GraphQLDirectiveWiring extends SchemaDirectiveWiring {
    String getName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy