Code Monkey home page Code Monkey logo

graphus's Introduction

Hi there ๐Ÿ‘‹ I'm Ilya

  • ๐Ÿ—ƒ Iโ€™m currently working at @retailcrm / @simla-tech
  • ๐ŸŒฑ Iโ€™m interested in iOS Development & Swift
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on cool and useful Swift projects
  • ๐Ÿ’ฌ Ask me about anything you want :)
  • ๐Ÿ“ซ How to reach me: [email protected]

graphus's People

Contributors

ilia3546 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

graphus's Issues

Query string

I'm trying to send a query and I used the debug output with the client and noticed that what it is sending is not what the server expects.

for example

Server expects

query SongsByAlbumID($albumId: ID!) {
    findSongsByAlbumID(albumId: $albumId) {
        __typename
        id
        albumId
        songName
    }
}

What is sent by Graphus

query {
   findSongsByAlbumID(albumId: "tc2c5e86-f2fe-3029-h4fb-244c6c2721c3" ) {
       id
       albumId
       songName
  }
}

Seems to be missing the SongsByAlbumID($albumId: ID!) which I don't know how to define it.

Documentation

I would definitely like to see more documentation for this library. I've looked at the others and this one seems to be a better alternative to Apollo in my opinion.

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.