package models
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class EdgeDefinitionCreate(collection: String, from: List[String], to: List[String]) extends Product with Serializable
- final case class GraphCreate(name: String, edgeDefinitions: List[GraphEdgeDefinition] = List(), orphanCollections: List[CollectionName] = List(), isSmart: Boolean = false, isDisjoint: Boolean = false, options: Option[Options] = None, waitForSync: Int = 1) extends Product with Serializable
Value Members
- object EdgeDefinitionCreate extends Serializable
- object GraphCreate extends Serializable