We are using Spring boot grphql sqpr library. We have to generate graphql API documentation which can be viewed in graphiql.
For e.g. If i have field like below
# comma separated location IDs. (eg: '5,12,27')
locationIds: String
then this string comma separated location IDs. (eg: '5,12,27')
should be visible in graphiql.