N::File15 { name: String, age: I32, } E::Follows { From: File15, To: File15, } QUERY file15() => DROP N RETURN "success" QUERY file15_2(userID: ID) => DROP N(userID)::Out RETURN NONE QUERY file15_3(userID: ID) => DROP N(userID) RETURN NONE