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
}
package io.smallrye.graphql.schema.helper;
/**
* Indicating the direction
*
* @author Phillip Kruger ([email protected])
*/
public enum Direction {
IN,
OUT
}