Aurélien David e87460880c
QueryPlan can now be used on interfaces not only objects.
It's often the case to use interfaces in queries:

interface Pet { name: String! }

Query {
 pets: [Pet]
}
2019-06-12 11:59:42 +02:00
..
2018-10-05 10:47:57 +02:00
2019-03-28 12:18:35 +01:00
2019-03-28 12:18:35 +01:00
2018-10-05 10:47:57 +02:00
2018-10-09 17:46:55 +02:00
2019-03-28 12:18:35 +01:00
2018-10-05 10:47:57 +02:00