io.funkode.arangodb.model.GraphVertex.scala Maven / Gradle / Ivy
/*
* Copyright 2022 Carlos Verdes
*
* SPDX-License-Identifier: MIT
*/
package io.funkode.arangodb.model
case class GraphVertex[T](vertex: T)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy