Vinay Prajapati
Results
2
issues of
Vinay Prajapati
I believe it would be better to have object graph populated rather than just populating the object details only. for example, if we have an Employee with has a/many relationship...
I have following settings for docs @RestApiMethod(description="Generic query on an ",verb = RestApiVerb.POST) @RestApiParams(params=[ @RestApiParam(name="max", type="long", paramType = RestApiParamType.QUERY, description = "The object id"), @RestApiParam(name="offfset", type="long", paramType = RestApiParamType.QUERY, description...