GraphQL query Set and Map attributes

I have a vertex that contains one Set property and a Map property.
However, when I try to use GraphQL it only shows me the properties that are Strings or Integers.

Are there some limitations about what can be selected and queried with GraphQL? The current documentation doesn’t seem to specify any type of restriction or limitations about it.