Can enums be used with gRPC-gateway?

We are using gRPC-gateway to transcode HTTP/JSON to gRPC. Can the gateway transcode enums, and if so, are they translated as integers or strings in JSON?
And, more specifically, are enums supported as query parameters?
Thanks in advance for any information.