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-09-02 12:55:40 +02:00
2018-10-09 17:46:55 +02:00
2018-11-28 17:35:21 +03:00
2018-10-05 10:47:57 +02:00
2018-09-02 12:55:40 +02:00
2018-10-05 10:47:57 +02:00
2018-10-05 10:47:57 +02:00
2018-10-09 17:46:55 +02:00
2018-10-05 10:47:57 +02:00