Coder Social home page Coder Social logo

smashtool's People

Contributors

imhide avatar

Watchers

 avatar

smashtool's Issues

Passage de int! a ID!

Message de l'equipe de dev de Smash.gg

Important update: we have changed the type for all IDs in our GraphQL public API schema to ID. Until April 10th, requests declaring a variable of type Int/String for an id in the query/mutation will still be accepted. From April 10th onward, such requests will be rejected. *In the meantime: Int, String, and ID will all be accepted for type. Please use this time to update your applications!
This impacts your applications if you are sending requests with query/mutation variables- specifically variables for some id/ids (like $eventId, $setId, $entrantIds, etc.). To update, you'll need to change the type declaration for any $thingId variables from Int/String to ID.
So for example, a request with a query like:

query set($setId: String!){
  ...

Will need to be changed to:

query set($setId: ID!){
  ...

These changes are reflected in the API explorer in the dev portal, and we've also updated all of the existing example documentation (if you see any cases that we missed in the dev portal, please let us know and/or open a PR).
If you have questions, please let us know in #api-alpha-discussion!

Du coup il faut passer en ID

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.