Tag: doctrine-orm
-
Provider not found on operation “collection_query”
0 I am trying to use Doctrine with API Platform graphql in symfony application. I am using Postgres for database. I have two entities viz WallPost and WallPostLikes with OneToMany Relationship. That means one wall post will have many likes. While querying wall posts, I am also trying to retrieve all the likes for each…
-
GraphQL Mutation Error in doctrine OneToOne nested relation with API Platform
1 I am currently facing an issue with a GraphQL mutation in API Platform and was hoping to find some help here. Here is the background: I am working with two entities, Recepe and Picture, which have a OneToOne relationship. In my Recepe entity, the mainPicture field is linked to the Picture entity. Below are…