Skip to content
#

query

Here are 1,530 public repositories matching this topic...

shahidhk
shahidhk commented Nov 1, 2018

Right now query in the nodejs api is just a string. we should support gql-parsed strings too, so that if they are exported elsewhere, it can be used directly.

import gql from 'graphql-tag';

export const GRAPHQL_QUERY=gql`
  query {
    something {
      anotherthing
    }
  }
`;
goofiw
goofiw commented Oct 12, 2020

I'd like to add a config and the ability to have a .js config file in order to generate nestjs repositories and files that just have types. The easiest way to do this, and without introducing much additional maintenance would be to let folks supply their own generator templates.

Splitting the types to a different library might be a little tricky to add in a config, so at first it might not b

react-awesome-query-builder
willmsn98
willmsn98 commented Aug 23, 2021

Describe the bug
I created a component in QueryBuilder.tsx by taking the example from the README with some little cleanup. It all worked except the CSS import causes an issue. Is there a solution that is supported in tsx or a hosted css file that can be used?

./node_modules/react-awesome-query-builder/lib/css/styles.css:1
.qb-drag-handler, .qb-draggable, .query-builder {
^

Synt

Improve this page

Add a description, image, and links to the query topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the query topic, visit your repo's landing page and select "manage topics."

Learn more