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