Coder Social home page Coder Social logo

Comments (5)

tendant avatar tendant commented on June 9, 2024 1

Default argument value is supported now.

from graphql-clj.

ku1ik avatar ku1ik commented on June 9, 2024 1

Awesome!

@tendant Btw, are there any simple tasks in the project I could help with? I'm not fully familiar with the codebase yet, but I'd like to help with moving it forward.

from graphql-clj.

tendant avatar tendant commented on June 9, 2024

It hasn't been implemented yet. Pull requests are very welcome.

On Wednesday, October 5, 2016, Marcin Kulik [email protected]
wrote:

According to http://graphql.org/learn/schema/#arguments you can give
arguments default values and then you can skip them in the query. I tried
that but I'm getting {:error [{:message "Missing arguments: #{"id"},
for field (foo) in type (Query)."}]}. I briefly looked at the source and
I don't see any code dealing with default values. What's the status of
this? I may help with implementing this.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#11, or mute the thread
https://github.com/notifications/unsubscribe-auth/AACRPeEmUPn1_jMwphCYg8ArCgzm25azks5qw7clgaJpZM4KO5Ff
.

from graphql-clj.

tendant avatar tendant commented on June 9, 2024

@sickill Thanks for your help on improving graphql-clj.

There are a few ways you can help.

  1. Try to use this library and file issue if you find something doesn't work.
  2. Help create test cases to cover the feature you want to use in graphql.
  3. Help create test cases from reference implementation: https://github.com/graphql/graphql-js.
  4. Current graphql-clj development progress is included in README.md, you can implement any unchecked items.
  5. Write some blog about how to use the library to help other users.

I will write some documentations about internal implementation of graphql-clj soon. Hopefully they will help you to understand the implementation detail.

Thanks,
Lei

from graphql-clj.

ku1ik avatar ku1ik commented on June 9, 2024

Thanks Lei.

I am doing exactly what you described - using the library and trying to improve it when I hit something not working. Some basic developer/implementation documentation would definitely help more people to contribute (that applies to any software project ;)), no rush though, the code is not hard to comprehend 👍 .

from graphql-clj.

Related Issues (20)

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.