Giter VIP home page Giter VIP logo

Comments (4)

taion avatar taion commented on June 16, 2024 1

Ah, I'm not really sure what's going on there, then. It's possible the plugin isn't correctly picking things up. Perhaps try inlining the graphql tag definition with the <Route>?

from found-relay.

taion avatar taion commented on June 16, 2024

relay-compiler doesn't look at either <QueryRenderer> or <Route> – it looks at the graphql tags. Are you still using those?

from found-relay.

achilsowa avatar achilsowa commented on June 16, 2024

Hi, and thanks for your prompt reply.

relay-compiler doesn't look at either <QueryRenderer> or <Route> – it looks at the graphql tags. Are you still using those?

Yes I'am.
Here is the essential content of my HomePage.graphql.ts that define the Home page query used later in <Route \>

import graphql from "babel-plugin-relay/macro";
export default graphql
query Home_Query($first: Int, $after: String) {
...AnnounceList_data
}

AnnounceList_data is a fragment created in createFragmentContainer, and after compiling with relay-compiler the file
./src/__generated__/typescript/AnnounceList_data.graphql.ts is generated but not the file ./src/__generated__/typescript/Home_Query.graphql.ts, which was generated before (when using <QueryRenderer />)

from found-relay.

achilsowa avatar achilsowa commented on June 16, 2024

Hi @taion
I tried to defined the graphql tag directly in the file it was used, and it was compiled.
Thanks for your suggestions

from found-relay.

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.