graphql-platform
graphql-platform copied to clipboard
Ignore items in lists where the type is unknown
Ignores all items when a list is deserialized where the GraphQL type is not part of the schema.graphql file.
- Add TryParse method to IEntityIdSerliazer
- Add check whether entity id can be parsed and whether the item shall be added to the list
Closes #6415
@PascalSenn is it worth fixing the unit tests or is that as designed?
what is the status on this one?
I changed the code to use try parse mechanism. If that solution is generally ok with you, I will fix the rest of the unittests. Basically update the snapshots.