This doc says that I can create dict type by not defining property field and setting additionalProperty field. But when I do that I get a warning “schema must have a “properties” field” and then I can’t access that particular attribute while querying in graphql
but this will not give a dictionary. Desired result is a collection of dynamic and unique string keys paired with values of a given type as described in docs
I have made a new app with separate cluster to demonstrate it. Technically I decided to change my data structure in a way that I no longer need this feature, but it still could be interesting to figure it out for a future reference.