Add `typedefs` for all occurences of `@client` GraphQL operations
Currently, we have many @client
GraphQL operations not described in the client GraphQL schemas in typedefs.graphql
files. This violates @graphql-eslint/known-type-names
rule and should be fixed
Edited by Natalia Tepluhina