vyaaki

Results 2 comments of vyaaki

Same problem vendor/thecodingmachine/graphqlite/src/Middlewares/SecurityFieldMiddleware.php:132. Here array $parameters is empty, becouse of array_shift at vendor/thecodingmachine/graphqlite/src/FieldsBuilder.php:378, when injectSource class

Same issue. Some times graphqlite doesn't freeze MutableInterface object. For example, query (realty return "Rent" type, that implements PricePerUnitInterface): ``` { realty(fullId: "id"){ ... on PricePerUnitInterface{ price_per_unit{ price } }...