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

io.smallrye.graphql.schema.helper.Direction Maven / Gradle / Ivy

package io.smallrye.graphql.schema.helper;

/**
 * Indicating the direction
 *
 * @author Phillip Kruger ([email protected])
 */
public enum Direction {
    IN,
    OUT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy