Trofimov Alex

Results 4 issues of Trofimov Alex

### I'm moving back to run an example with-apollo #### Error ``` .provide() is deprecated. Use the 'apolloProvider' option instead with the provider object directly. TypeError: Cannot read property 'getMatchedComponents'...

🙏contribution welcome

I haven't found how to make an arbitrary scalar for the circuit. Is it possible to add such a feature? Or maybe I wasn't looking well?

enhancement

I have an old Graphql API. It uses [graphql-upload](https://github.com/jaydenseric/graphql-upload). You can add support for the ability to upload files in any form ?

enhancement

main.js 'use strict'; const graphql = require('graphql-sync'); const createGraphqlRouter = require('@arangodb/foxx/graphql'); const generator = require('graphql-aql-generator'); // Construct a schema, using GraphQL schema language const typeDefs = ` type Query {...