Checks if a string is a valid edge type.
static bool isValid(String edgeType) => values.contains(edgeType);