Jacob Thomason
Jacob Thomason
@NormySan what cache adapter are you using? I'm not familiar with this error. It looks like you're doing things correctly.
From the cached type: >private ?string 'className' (TheCodingMachine\GraphQLite\Types\MutableObjectType) => string 'App\API\Dashboard\Input\FacilityInput' (length=37) From the type mapper: >private string 'className' => string 'App\API\Dashboard\Input\FacilityInput' (length=37) What's the stack-trace look like? How is...
@NormySan do you use this same input type in multiple mutations? Can you confirm that the cached type and the type from the type mapper are effectively the same object?...
@NormySan if you're certain in your testing that it was changed and executed (not cached), and that comparison is failing, can you identify what's different about the two objects and...
@NormySan so, I think the issue here is that you're using the same Input type for multiple operations. I'm not going to assume this is an incorrect design decision on...
@NormySan I agree it can be confusing. Have a look at this doc page for some insight into the type mapper https://graphqlite.thecodingmachine.io/docs/internals Also, regarding the Input name, have you tried...
We just have our inputs separate from our models, entirely, and within our GraphQL namespace along with our operations.
@NormySan instead of re-ordering the operations. I think we should focus on the checks that determine which type is being mapped where. Are you using the `Type` attribute on your...
#532 has been merged. Please confirm that this issue is now resolved.
Ping pong. I’d love to see support for this. I’d also like to create something to make it easy for people to create aliases in Nano. Can we collaborate?