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

cc.voox.graphql.IDirective Maven / Gradle / Ivy

package cc.voox.graphql;

import graphql.schema.idl.SchemaDirectiveWiring;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy