@krati_garg Can you please help me here. Is cityList the content fragment model? I am looking forward to query a specific Content fragment matching a property value
Is it possible to query a particular content fragment inside a particular DAM path which matches a property value using GraphQL? Or is this a servlet side implementation?
For eg:
I need to query a content fragment(created using a particular model - /conf/test-inc/settings/dam/cfm/models/test-model...
Is it possible to exclude certain directories in the DAM from Google Search engine indexing?
Is it done at dispatcher level?
Can someone give details on how we can make this possible?
I tried with another property of the same value map , but it is string value and it is populated with the right value. Only for this long property, it is coming as null
I am trying to write jnuit test classes for my class and attaching the screenshot below from debug view. Photoserialvalue is coming as null in my main class
Below is how i am trying to mock it.
Any leads on what is that I am missing? I am getting all other objects mocked and just this variable i...