20.11.1 breaks our project with custom ID types

Hi @maaft , sorry for this change. This should have been communicated in advance. We will take care of it in the future as mentioned in a related post.
Was there a change to generated queries with @id directives in v20.11.1

So, we are not generating get query for the interface if it doesn’t have an ID type but we are still generating Filter Query for it. If possible can you please change get queries on interfaces that uses @id directive to filter queries as mentioned in attached post.

query{
queryFoo(filter: {id:{eq: "dgraph"}}){ 
        id
   } 
}

I hope this will help you to move forward.Thanks.

1 Like