Giter VIP home page Giter VIP logo

Comments (6)

For3stpunk avatar For3stpunk commented on May 14, 2024 1

o, my goodness, yr a saint! Thank you so much for doing that! And also good to know about this site, was not familiar previously! Nice to have a development environment you can share with the world. Super stoked to delve into this, now! I was right on the brink of having it all working. I just needed a tiny bit more of a finalized example to reverse-engineer. Am really looking forward to delving into Mesh's schema stitching capacity! Thank you again!!!

from graphql-mesh.

ardatan avatar ardatan commented on May 14, 2024

Are you running the example as is? Or are you creating it from scratch?

from graphql-mesh.

For3stpunk avatar For3stpunk commented on May 14, 2024

Was using the code from the repository. Copied and pasted them into original files, but used the same file structure. Installed yarn, graphql, @graphql-mesh/api, @graphql-mesh/cli and graphql-mesh/openapi, but i get the above error when I try and run it...

from graphql-mesh.

ardatan avatar ardatan commented on May 14, 2024

Oh now I see. It extends tsconfig.json file on the root. So could you recreate that tsconfig.json file?

from graphql-mesh.

For3stpunk avatar For3stpunk commented on May 14, 2024

I've got a copy of tsconfig.json in the root folder of the project directory... `c:[USER]\documents\projects\location-weather, 'tsconfig.json'.

The Tsconfig files containts the code:
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "commonjs"
},
"include": ["src"]
}

which was what was given in the example, but that directs it to look for the file in C:\ root directory. When I use .\tsconfig.json is when i get the circularity error i posted about originally..

from graphql-mesh.

ardatan avatar ardatan commented on May 14, 2024

There were other problems on that example, so I fixed and pushed new changes. You can see how it works on codesandbox without installing locally.
https://codesandbox.io/s/github/Urigo/graphql-mesh/tree/master/examples/location-weather

from graphql-mesh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.