Giter VIP home page Giter VIP logo

python-sdk's People

Contributors

darraghmckay avatar pagingmatt avatar

Watchers

 avatar  avatar  avatar  avatar

python-sdk's Issues

wildcard include

The SDK will return all top-level fields and file fields by default, but any nested relationship fields have to be explicitly requested by an include property on the request. It might be useful to allow a wildcard inclusion down to some nesting level (or maybe restricted just to many to one relationships).

make result properties assignable with save functionality

Right now to update a record after reading it the user is required to use a findUnique call, followed by a update call. It would be useful if to update a record the SDK supported updating records by assigning to individual properties on a result, maybe followed by a save call.

nested create

When creating a record right now with a relationship field, the target field that the user would like to relate to must already be created in Noloco. It might be useful to enable nested creates where we support creating related records all in one call.

connect on other fields than just ID

When setting up a relationship field between two records, right now it is only possible to run connect: ... on the ID of the target record. It might be useful to enable this on other (unique) fields.

add help method to give schema definitions

Right now the SDK relies on the user knowing their schemas, either from the GraphQL playground or from figuring them out from the UI. We could give some help here by either auto-generating documentation for them or just giving a help method on the SDK client to give information about schemas.

make results deletable

Right now to delete a record after reading it the user is required to use a findUnique call, followed by a delete call. It would be useful if to delete a record the SDK supported a delete method on the result object.

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.