Coder Social home page Coder Social logo

dumbjs / urql-generic-requester Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 0.0 261 KB

GraphQL Codegen Generic SDK Requester creator for URQL Client

License: MIT License

TypeScript 100.00%
graphql graphql-codegen urql requestor urql-graphql-codegen generic-requester urql-generic-typescript

urql-generic-requester's Issues

Stopped working

Usage with typescript-generic-sdk throws the following typescript error when calling getSdk(createUrqlRequester(client)):

Argument of type '<Context, Result, Variables extends Record<string, unknown>>(document: DocumentNode, parameters?: Variables | undefined, context?: Context | undefined) => Promise<Result>' is not assignable to parameter of type 'Requester<unknown, unknown>'.
  Types of parameters 'parameters' and 'vars' are incompatible.
    Type 'V | undefined' is not assignable to type 'Record<string, unknown> | undefined'.
      Type 'V' is not assignable to type 'Record<string, unknown> | undefined'.ts(2345)
linear.generated.ts(10607, 50): This type parameter might need an `extends Record<string, unknown> | undefined` constraint.

Versions:

"urql": "^2.2.3",
"urql-generic-requester": "^0.0.2"
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^2.8.8",
"@graphql-codegen/typescript-generic-sdk": "^2.5.1",
"graphql": "^16.8.0",
"graphql-codegen-typescript-common": "0.18.2",
"typescript": "^5.1.6",

codegen.ts:

import type { CodegenConfig } from '@graphql-codegen/cli'

const config: CodegenConfig = {
  overwrite: true,
  schema: 'https://api.linear.app/graphql',
  generates: {
    './src/types/linear.generated.ts': {
      plugins: [
        'typescript',
        'typescript-operations',
        'typescript-generic-sdk',
      ],
    },
  },
  documents: ['src/operations/linear.graphql'],
  // ignoreNoDocuments: true,
}

export default config

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.