globalIDFor

abstract fun <T : NodeObject> globalIDFor(type: Type<T>, internalID: String): GlobalID<T>(source)

Creates a GlobalID. Example usage: globalIDFor(User.Reflection, "123")