Git Product home page Git Product logo

graphqlparser's People

Contributors

no1spirite avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

graphqlparser's Issues

Question on usage

Found your C# GraphQL parser code and looked like it is something that I also needed to use. I tried a few things and could get the basic examples working but not the one with query parameters.

Also new to C# so might just be me not knowing the obvious :)

I tried this example and was unsure how to set up a User Class to make it work (I tried just a simple class for User)-

...
var query = GraphQlObjectParser.Parse("query", "user", subSelection, new User { Id = 1 });

Below is the GraphQL query that I'm trying to cover, subSections seem to work well for me, just not sure how to generate all the params for the query or if possible?
(ENABLED is a GraphQL Enum.)

{
  Trim(makeName: "honda", modelName: ["hybrid", "electric"], year: {from: 2018, to: 2018}, __debug: ENABLED) {
    id
    makeName
    modelName
    trimName
    year
    Details(specs: [100, 101, 1008, 1009, 1003]) {
      specId
      displayName
      value
      units
    }
    __debug
  }
}

Any help or direction would be much appreciated !

Sandy

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.