Coder Social home page Coder Social logo

Comments (4)

jneurock avatar jneurock commented on June 14, 2024

Hi Tom, I'm so glad to hear the library works well for you... most of the time 😅

Could be that you need a custom resolver but I'd like to check how we can handle this from the library side, too.

I'll have to look into this issue more deeply. I might start with adding a test that includes a query with a directive. It's possible that this library just isn't friendly to directives. I'm pretty sure I didn't include any directives in the tests so they may be entirely unsupported 🙈

from graphql.

thomasdittmar avatar thomasdittmar commented on June 14, 2024

Hi @jneurock,

Thank you for looking into that.

Perhaps this piece of information will help you.

I already have custom resolvers setup. Something like that

getPerson(obj: any, args: any, context: any, info: any) {
  console.log(JSON.stringify(info.schema._directives))
  ... do more stuff here
  return mirageGraphQLFieldResolver(obj, args, context, info)
}

When I console log the schema directives I get the following result

["@include","@skip","@deprecated","@specifiedBy"]

Perhaps, that are the ones that are actually accepted and any custom one won't be recognised?

Cheers,

Tom

from graphql.

jneurock avatar jneurock commented on June 14, 2024

Hey Tom,

I finally got time to look into this issue and it looks like you need to define the directive in your schema. See this section on Directives in the Apollo docs.

I added a fake directive to one of my queries and ran the tests. The tests failed with the exact error message you reported. Then I added a definition to the schema for my fake directive and the tests passed without issue.

Let me know if this helps and if it resolves this issue.

Thanks!

from graphql.

jneurock avatar jneurock commented on June 14, 2024

Closing this issue for now but please feel free to reopen it, if need be. Thanks!

from graphql.

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.