Giter Club home page Giter Club logo

Comments (4)

smkhalsa avatar smkhalsa commented on June 2, 2024 1

I've moved this issue to the gql package since the code builders live there.

This is an anti-pattern since using a global type would include all fields on that type, not only the fields that you've specified in your query. That said, if you need to use a common type from different queries (to pass into a shared Flutter Widget, for example), you can use a graphql fragment.

from gql.

TarekkMA avatar TarekkMA commented on June 2, 2024

Okay I will give fragments a try.

For global types it includes all fields but only the ones that is returned from the query will be set the rest would be null

from gql.

klavs avatar klavs commented on June 2, 2024

@TarekkMA, semantically there is a difference between null and nothing in GraphQL. It is basically like undefined in JS, but we do not have it in Dart.

from gql.

TarekkMA avatar TarekkMA commented on June 2, 2024

@klavs Oh I didn't know that. I'm new to GraphQL ecosystem. If generating types with all fields from schema isn't the norm for GraphQL tools/clients, then I think we can close the issue.

I found fragments can solve this problem of sharing the same type across different components of the program. And I think apollo recommend the use of fragments in this situation.

from gql.

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.