GithubHelp home page GithubHelp logo

Parent is undefined about graphql-shield HOT 8 CLOSED

dimatill avatar dimatill commented on April 27, 2024
Parent is undefined

from graphql-shield.

Comments (8)

nolandg avatar nolandg commented on April 27, 2024 1

Nevermind, I just read through all the source of shield and middlewares and I think I have a much better understanding now.

from graphql-shield.

maticzav avatar maticzav commented on April 27, 2024 1

Hey @nolandg @kitze 👋,

Have you heard of $exists method in Prisma? Its idea stems from a legacy Graphcool permission system where you could, using GraphQL queries, define permissions for your system. graphql-shield is designed especially with that in mind. This way, it doesn't seem like you are fetching the same data twice. Additionally, I believe it is worth mentioning that prisma-binding, and prisma-client I believe as well, both feature a minor implementation of caching. Furthermore, graphql-shield also prevents duplication of requests by caching the result of a rule depending on the cache option.

from graphql-shield.

nolandg avatar nolandg commented on April 27, 2024

The work around I have now is to put the rule on the type rather than the mutation but then each mutation can produce many errors and the rule is run multiple times when it only needs to be run once.

from graphql-shield.

kitze avatar kitze commented on April 27, 2024

How did you solve this @nolandg ?

from graphql-shield.

nolandg avatar nolandg commented on April 27, 2024

I put rules on all my mutations and queries and for the ones that required ownership I loaded the record first then checked ownership. The parent is not useful here as I'm mostly concerned with the top-level which doesn't have a parent.

from graphql-shield.

kitze avatar kitze commented on April 27, 2024

@nolandg doesn't this slow down your app because you're querying the same data in the resolver and in graphql-shield?

from graphql-shield.

nolandg avatar nolandg commented on April 27, 2024

I don't directly query data in the resolver. I usually just forward the mutation or query to Prisma. Sometimes yes the record is fetched twice. The only way I see of avoiding this is more deeply integrating the permissions checks within your own app and not using 3rd party. The check would have to be combined with your resolver which misses the whole point of a middleware.

from graphql-shield.

kitze avatar kitze commented on April 27, 2024

@nolandg Fair enough, thanks!

from graphql-shield.

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.