You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GraphQL: Errors with nullish ManyToOne-Relation when using new ResolverFactory (for version 3.2) (#6092)
* fix(graphql): null cases in ResolverFactory
* fix: make PropertyMetadataFactoryInterface nullable for backwards compatibility
* fix(graphql): pass propertyMetadataFactory from FieldsBuilder to ResolverFactory
* use getBuiltinTypes
---------
Co-authored-by: josef.wagner <josef.wagner@hf-solutions.co>
// If authorization has failed for a relation field (e.g. via ApiProperty security), the field is not present in the source: null can be returned directly to ensure the collection isn't in the response.
// If authorization has failed for a relation field (e.g. via ApiProperty security), the field is not present in the source: null can be returned directly to ensure the collection isn't in the response.
0 commit comments