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

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

There is a newer version: 1.2.1
Show newest version
package cc.voox.graphql;

import graphql.schema.idl.SchemaDirectiveWiring;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy