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

io.github.graphglue.model.Direction.kt Maven / Gradle / Ivy

Go to download

A library to develop annotation-based code-first GraphQL servers using GraphQL Kotlin, Spring Boot and Neo4j - excluding Spring GraphQL server dependencies

There is a newer version: 7.0.5
Show newest version
package io.github.graphglue.model

/**
 * Direction of a [NodeRelationship]
 */
enum class Direction {
    /**
     * Outgoing relation
     */
    INCOMING,

    /**
     * Ingoing relation
     */
    OUTGOING
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy