atom attribute called status creates errors with latest ash_graphql
I just updated
Seems like the problem is related to this attribute I have in my
The strange thing is that if I change the attribute name to something else like
ash_graphql version to 0.25.4 and after doing that I get an error when compiling the project.Seems like the problem is related to this attribute I have in my
Offer resource:The strange thing is that if I change the attribute name to something else like
status2 the error goes away, it only happens if the attribute name is status.