Hi, I am trying to enable our GraphQL. The issue arises when I enable GraphQL for an object class. I have read other posts on the issue, and it seems that the issue arises if you have duplicate endpoint names.
However, right now I have only enabled ONE object, so there cannot be any duplicates. Also, I looked at a former post about duplicating object classes causing errors, but I do not if that issue is still a thing.
Do you have any idea what is wrong?
Before enabling
Enabling product
After enabling
Hi!
The server logs report:
Error: Schema must contain uniquely named types but contains multiple types named “CompanyFilter”
Can you locate a duplicate graphQL endpoint with this name?
I have walked through every object in the global data model. No one is enabled. Here is the company filter.
Isn´t it weird that it should cause a problem when it is not enabled?
Update
It works now, I did not do anything. Did you do anything behind the scenes? I want to understand what the issue really is. Company Filter also works.
Do you have any thoughts? @kristian
1 Like
Great! No, nothing done. But the services behind the scenes try to recover automatically from error states, with an increasing retry timeout. So it might be that it just took a bit longer than usual to recover automatically.
How can I find the server logs report?