mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-02-06 07:49:24 +03:00
e87460880c
It's often the case to use interfaces in queries: interface Pet { name: String! } Query { pets: [Pet] }