Skip to content

issues Search Results · repo:remorses/genql language:TypeScript

Filter by

145 results
 (80 ms)

145 results

inremorses/genql (press backspace or delete to remove)

I can’t seem to use the code generated by Genql in a CommonJS project. Importing the generated client throws: Code that fails This is how I am trying to use the code generated from genql. const { createClient ...
  • coltenkrauter
  • 7
  • Opened 
    on Jan 16
  • #190

Consider the following simple code: type Query R extends QueryRootGenqlSelection = FieldsSelection QueryRoot, R ; type Foo = Query { abandonedCheckouts: { __args: { first: 10; }; ...
  • nullndr
  • 1
  • Opened 
    on Jan 10
  • #189

Hi ! If I m not mistaken @oneOf is not recognized in the last version of genql. I have a schema.graphql file which contains @oneOf directive and got this error with the genql cli : loading schema [FAILED: ...
  • MaximeLo
  • 1
  • Opened 
    on Oct 25, 2024
  • #187

Hello, Thank you for the great library. I hit couple roadblocks. When I create client on client side it works great. When I need to write tests I need to add custom headers, this is not allowed after ...
  • ayazemre
  • 3
  • Opened 
    on Aug 27, 2024
  • #184

Hi, I just published my very first vite plugin and it is a plugin to generate genql client to be used in any frontend code. https://www.npmjs.com/package/@david.southmountain/vite-plugin-genql I hope ...
  • davidsoderberg
  • 1
  • Opened 
    on Aug 15, 2024
  • #183

my schema has a on_demand field, but in the code it thinkts it should be fragment if (f.startsWith( on_ )) { ctx.fragmentCounter++ To query some fields only on a certain type you ...
  • lukepolo
  • 2
  • Opened 
    on Aug 13, 2024
  • #182

Hi @remorses, Thank you for very awesome work that you have done with genql, I saw that you re working on the Python code; could you share the repository; I m also working in this area; so I can contribute ...
  • lucduong-as
  • 3
  • Opened 
    on Jul 8, 2024
  • #181

Happens in 6.3.3. type schema interface Foo { id: ID! fooType: String! .... createdAt: Date! updatedAt: Date! deletedAt: Date publishedAt: Date ... } type Bar implements Foo @key(fields: ...
  • arie-finaloop
  • 2
  • Opened 
    on Jun 19, 2024
  • #180

Adding an invalid field is not displaying an error indicator. My code: Screen Shot 2024-06-01 at 5 35 03 PM Graphql schema type Query { article: Artcle } type Article { title: String }
  • tastywheat
  • 2
  • Opened 
    on Jun 1, 2024
  • #177

CreateFetcher assumes that a graphQL error contains an errors root-node https://github.com/remorses/genql/blob/master/cli/src/runtime/fetcher.ts#L62 I m not sure whether or not this defined in the graphql ...
  • Notalifeform
  • 3
  • Opened 
    on May 28, 2024
  • #176
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub