Skip to main content
Solved

FDM Graphql query returning error when certain combination of filters are passed

  • April 25, 2023
  • 3 replies
  • 121 views

We multiple are seeing 408 response code from graphql query api. There are multiple combinations of filters which are not working. For eg the below one returns 408, i think the problem is with the array length of filter entity.entityName. If the array length is 2 it works else it is not working.

query MyQuery {
          listTimeSeriesRef(filter:{and:[{entity:{entityType:{in:["NAVIGATOR","SCREEN_CFG_REF"]}}},{property:{in:["TUBING_TEMP"]}},{entity:{entityName:{in:["Process.ReAllocation","Analysis Point by Desks","Downtime.GroupDowntime.DateTime.Subsystem"]}}}]}) {
            edges {
              node {
                property
        
entity{
        lastUpdated
        entityType
        entityName
        }
              }
            }
          }
        }

Best answer by Dilini Fernando

Hi @Neerajkumar Bhatewara,

I hope you were able to solve this issue. For the moment, I will close this thread. If you have any questions, please feel free to post Hub. 

Best regards,
Dilini 

3 replies

Forum|alt.badge.img
  • Expert ⭐️⭐️⭐️⭐️
  • May 15, 2023

@Neerajkumar Bhatewara Which model is this you are testing with?  I presume slb-pdf is your project.


Dilini Fernando
Expert ⭐️⭐️⭐️⭐️
Forum|alt.badge.img+2
  • Expert ⭐️⭐️⭐️⭐️
  • June 1, 2023

Hi @Neerajkumar Bhatewara,

Did you manage to solve this issue? 

Best regards,
Dilini


Dilini Fernando
Expert ⭐️⭐️⭐️⭐️
Forum|alt.badge.img+2
  • Expert ⭐️⭐️⭐️⭐️
  • Answer
  • June 12, 2023

Hi @Neerajkumar Bhatewara,

I hope you were able to solve this issue. For the moment, I will close this thread. If you have any questions, please feel free to post Hub. 

Best regards,
Dilini