Code Monitors: Return created QueryTrigger from CreateQueryTrigger
Created by: camdencheek
Previously, we had no way of getting the ID of the created QueryTrigger because CreateQueryTrigger did not return the created trigger. This way, we can use the ID in tests rather than guessing what ID the database assigned it.