Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Strawberry GraphQL

Strawberry is a Python library for creating GraphQL APIs using type hints
Collective - Host: opensource - https://opencollective.com/strawberry-graphql - Website: https://strawberry.rocks - Code: https://github.com/strawberry-graphql

Add support for optional lists

github.com/strawberry-graphql/strawberry - 1684cb482b278197d87dde10c7e36d81ab79ac7d authored over 5 years ago by Patrick Arminio <[email protected]>
Add support for lists

github.com/strawberry-graphql/strawberry - e4083662ff05fd4c8408747528e31c761dcc8111 authored over 5 years ago by Patrick Arminio <[email protected]>
Document that we don't need to support union inputs

github.com/strawberry-graphql/strawberry - dc743f983109914211f93d3b864e96322792b5a2 authored over 5 years ago by Patrick Arminio <[email protected]>
Reuse typing utils

github.com/strawberry-graphql/strawberry - 3280f9cdba060ca1a5f014acae94c56031813c9c authored over 5 years ago by Patrick Arminio <[email protected]>
Add support for optional arguments

github.com/strawberry-graphql/strawberry - 6a0f431b1000c232de3bf805ea09588613eb7ae5 authored over 5 years ago by Patrick Arminio <[email protected]>
Add initial CORS support

github.com/strawberry-graphql/strawberry - 28abf45b8cb59b4297c86a45dad388e431554fff authored over 5 years ago by Patrick Arminio <[email protected]>
Update CI badge

github.com/strawberry-graphql/strawberry - 00da624c81bb64fdc3e2d4e45f26c2070b1a3ed3 authored over 5 years ago by Patrick Arminio <[email protected]>
Update links

github.com/strawberry-graphql/strawberry - a472201421c42e06d15fa90e3f364e49e8cace7d authored over 5 years ago by Patrick Arminio <[email protected]>
Bump version

github.com/strawberry-graphql/strawberry - 9861ab087b26871ea67b5289530f3bbba6d62b11 authored over 5 years ago by Patrick Arminio <[email protected]>
Merge pull request #34 from patrick91/feature/test-subscription

Improve subscriptions

github.com/strawberry-graphql/strawberry - 8602003242311c8c30d40a1ef246e4d9b7122347 authored over 5 years ago by Patrick Arminio <[email protected]>
Fix ws server

github.com/strawberry-graphql/strawberry - c2c204b6fc207d1c2e7d6ec168f264a60e56633e authored over 5 years ago by Patrick Arminio <[email protected]>
Fix subscriptions and add test

github.com/strawberry-graphql/strawberry - ea4a2a6b66c9ec392566e1c22264a096867d24cb authored over 5 years ago by Patrick Arminio <[email protected]>
Bump version

github.com/strawberry-graphql/strawberry - 53c5dbf3933b4c160b299bfecc794005bbac7f05 authored over 5 years ago by Patrick Arminio <[email protected]>
Merge pull request #30 from patrick91/feature/flake8

Update flake8 configuration

github.com/strawberry-graphql/strawberry - d801581591f68f2c810028f31c98278b2fdb95cb authored over 5 years ago by Patrick Arminio <[email protected]>
Update code with new flake8 configuration

github.com/strawberry-graphql/strawberry - 1bd3a0b4fbb76ee60fb0221b801119c0836eb0b2 authored over 5 years ago by Patrick Arminio <[email protected]>
Update flake8 configuration

github.com/strawberry-graphql/strawberry - 9ac1888220a900f6cd216f3f5ec79558e3eaa731 authored over 5 years ago by Patrick Arminio <[email protected]>
Merge pull request #27 from patrick91/feature/subscriptions

Add initial implementation of subscriptions

github.com/strawberry-graphql/strawberry - 1a13b9461573459d240413ab99c178de503055bc authored over 5 years ago by Patrick Arminio <[email protected]>
Add simple test for subscription

github.com/strawberry-graphql/strawberry - 2904f9d0c1ecaf0af9d0832d6760a43244fd59c6 authored over 5 years ago by Patrick Arminio <[email protected]>
Reorganise starlette app a bit

github.com/strawberry-graphql/strawberry - 1ce8b491135f8e72660880ad092bb2b7b9c7cd5e authored over 5 years ago by Patrick Arminio <[email protected]>
Merge pull request #29 from adamchainz/docs

Documentation Updates

github.com/strawberry-graphql/strawberry - 3274464944ab54540804aaf12cfa422bbb51deb0 authored over 5 years ago by Patrick Arminio <[email protected]>
Documentation Updates

Mostly grammar and spelling fixes.

github.com/strawberry-graphql/strawberry - 0793f2c8d0f9ce7426203eeeb790d456b4315b22 authored over 5 years ago by Adam Johnson <[email protected]>
Merge pull request #28 from patrick91/feature/contributing-docs

Add contributing guidelines

github.com/strawberry-graphql/strawberry - 99c513e58c66ac2f34f122958e5f620643bb9c60 authored over 5 years ago by Patrick Arminio <[email protected]>
Add contributing guidelines

github.com/strawberry-graphql/strawberry - acb9a91963311e71eca5c5588e8f7f90550bd149 authored over 5 years ago by Patrick Arminio <[email protected]>
Add initial hacky implementation of subscriptions

github.com/strawberry-graphql/strawberry - c5f2be55cd628a5a747348e5c0fbd911e5b34ca9 authored over 5 years ago by Patrick Arminio <[email protected]>
Merge pull request #22 from patrick91/feature/mutations

Support for mutations

github.com/strawberry-graphql/strawberry - e122525473086de39015b3c1dff585586607a3ec authored over 5 years ago by Patrick Arminio <[email protected]>
Add dumb way of converting inputs to dataclasses

github.com/strawberry-graphql/strawberry - b038d8fc4cc8abea8f88e8816a6438884bfdae19 authored over 5 years ago by Patrick Arminio <[email protected]>
Convert dict to input types

github.com/strawberry-graphql/strawberry - e0f49a61fc5664781bf61e43a8d9a4e736de09dc authored over 5 years ago by Patrick Arminio <[email protected]>
Add support for input types

github.com/strawberry-graphql/strawberry - 91c8df799573d9f5edadd5d5ec2133379f33c274 authored over 5 years ago by Patrick Arminio <[email protected]>
Add initial mutation support

github.com/strawberry-graphql/strawberry - efbabc13ecfd12c4c3f51fd280dd37a185d81bf7 authored over 5 years ago by Patrick Arminio <[email protected]>
Merge pull request #26 from patrick91/feature/forward-types

Add support for recursive types

github.com/strawberry-graphql/strawberry - fc0e5423a2b9c11326f79db7c330a087913bea05 authored over 5 years ago by Patrick Arminio <[email protected]>
Add support for recursive types

github.com/strawberry-graphql/strawberry - 9f77f13e00ed4e37ea30bb020b1380f7b65c8c1c authored over 5 years ago by Patrick Arminio <[email protected]>
Merge pull request #1 from strawberry-graphql/feature/favicon

Add favicon plugin

github.com/strawberry-graphql/strawberry.rocks - 5b094e2bfef7c001f3a1ffb1db544a0baefe342c authored over 5 years ago by Patrick Arminio <[email protected]>
Add favicon plugin

github.com/strawberry-graphql/strawberry.rocks - 691b10e3156c67869f6d72a66ed07b3d661830d1 authored over 5 years ago by Patrick Arminio <[email protected]>
Merge pull request #23 from patrick91/feature/readme-getting-started

Add simple getting started

github.com/strawberry-graphql/strawberry - 9a152631e6c1f2e2bc71f9afe25701c804636462 authored over 5 years ago by Patrick Arminio <[email protected]>
Add simple getting started

github.com/strawberry-graphql/strawberry - f30a57ff6ce0dd2bfc3b4e8218fb05146180e10b authored over 5 years ago by Patrick Arminio <[email protected]>
Merge pull request #25 from patrick91/feature/remove-site

Remove site

github.com/strawberry-graphql/strawberry - cf3c0f368ba7e9b2414d85cbb3c8b870208770b2 authored over 5 years ago by Patrick Arminio <[email protected]>
Version bump

github.com/strawberry-graphql/strawberry - 186b198611ede3220b60e8f54db38615bb6c746e authored over 5 years ago by Patrick Arminio <[email protected]>
Merge pull request #18 from patrick91/feature/better-server-cli

Improve server CLI

github.com/strawberry-graphql/strawberry - fe5d4b610a56ef4d90612b51284acbcee81aba69 authored over 5 years ago by Patrick Arminio <[email protected]>
Allow users to pass host and port when running server

Closes #13

github.com/strawberry-graphql/strawberry - 7a2c7ebe7d84a1291eb5459ac0577d9f156eb56a authored over 5 years ago by Patrick Arminio <[email protected]>
Show that server is running

Closes #14

github.com/strawberry-graphql/strawberry - 691db772de37a6663d81915fb502093f2bcf8f68 authored over 5 years ago by Patrick Arminio <[email protected]>
Remove reloader log

github.com/strawberry-graphql/strawberry - 612ae7487403ef017e1ad6c04a266ea23d05cd26 authored over 5 years ago by Patrick Arminio <[email protected]>
Merge pull request #16 from patrick91/feature/starlette-contrib

Move starlette custom GraphQL app to contrib

github.com/strawberry-graphql/strawberry - d52a0fad8514b0889362b5db5489123201c45d12 authored over 5 years ago by Patrick Arminio <[email protected]>
Move playground handler to GraphQLApp

github.com/strawberry-graphql/strawberry - c05011d03d195a97b4227e6964c224e75a1e58d7 authored over 5 years ago by Patrick Arminio <[email protected]>
Move starlette app to contrib

github.com/strawberry-graphql/strawberry - 79f5b8a7fb33c32bd0723a8df0ad4063bad57c33 authored over 5 years ago by Patrick Arminio <[email protected]>
Merge pull request #11 from patrick91/feature/cli

Server CLI Improvements

github.com/strawberry-graphql/strawberry - e72584919f7c62f0ff2c8ed425dab210f9614484 authored over 5 years ago by Patrick Arminio <[email protected]>
Fix cli command name

github.com/strawberry-graphql/strawberry - 058a5449ac5c4c3f2df5b2036ae32eaa321d00c0 authored over 5 years ago by Patrick Arminio <[email protected]>
Add current path to sys.path

github.com/strawberry-graphql/strawberry - 6cbde73ffa2ac026e77569fa08af52cef9366877 authored over 5 years ago by Patrick Arminio <[email protected]>
Fix publishing details

github.com/strawberry-graphql/strawberry - be3fb491ce5a2ae5290f63549c8e782086367f49 authored over 5 years ago by Patrick Arminio <[email protected]>
Add circle ci status

github.com/strawberry-graphql/strawberry - 48228eb040f51d804c11e92aabf5712098d99a16 authored over 5 years ago by Patrick Arminio <[email protected]>
Remove flake8 black

github.com/strawberry-graphql/strawberry - 60f1e13d1deff3f4890c4858fb619ac42c8eef21 authored over 5 years ago by Patrick Arminio <[email protected]>
Merge pull request #10 from patrick91/feature/dev-server

Dev server

github.com/strawberry-graphql/strawberry - add62ab4f6928527b3c1145d6f418c8df817ae7e authored over 5 years ago by Patrick Arminio <[email protected]>
Add logging for graphql requests

github.com/strawberry-graphql/strawberry - a06d54872c1d061cd60d8c4fa1d77153ef14b09d authored over 5 years ago by Patrick Arminio <[email protected]>
Add a bit of branding to the playground

github.com/strawberry-graphql/strawberry - 893715937bda2719a421bc72d15896c4a44df141 authored over 5 years ago by Patrick Arminio <[email protected]>
Add auto reload

github.com/strawberry-graphql/strawberry - 99e09f8d9d52fc228dbb791c74a747e594dc3d15 authored over 5 years ago by Patrick Arminio <[email protected]>
Allow to use custom schema

github.com/strawberry-graphql/strawberry - b972f49f23594e1d299a781bcbec96bff869d96c authored over 5 years ago by Patrick Arminio <[email protected]>
Add hacky debug server

github.com/strawberry-graphql/strawberry - 324f44c777e1670a796ae53e5fb1c70f3ad15d72 authored over 5 years ago by Patrick Arminio <[email protected]>
Merge pull request #2 from patrick91/feature/readme

Add README

github.com/strawberry-graphql/strawberry - 251406ab40538d634e125938ede0d6cda7eb5b9f authored over 5 years ago by Patrick Arminio <[email protected]>
Add circle configuration

github.com/strawberry-graphql/strawberry - 74caf55b119672b412d925b947b4947aebeae403 authored over 5 years ago by Patrick Arminio <[email protected]>
Add pre-commit hook

github.com/strawberry-graphql/strawberry - 76aa5ecd6a505a4edddeb2c22d6fe61af33fe19d authored over 5 years ago by Patrick Arminio <[email protected]>
Add tests for scalars

github.com/strawberry-graphql/strawberry - 8ff80b7b71986169efbc7bbd69e367ef75edfcc1 authored over 5 years ago by Patrick Arminio <[email protected]>
Add support for ID

github.com/strawberry-graphql/strawberry - 740b79c3d13d01b5a6a693efca0c51e05f41b9ad authored over 5 years ago by Patrick Arminio <[email protected]>
Add field arguments validation

github.com/strawberry-graphql/strawberry - f76d43a802433a14c5d4f0b981fa85e70d45c545 authored over 5 years ago by Patrick Arminio <[email protected]>
Add custom exceptions for errors

github.com/strawberry-graphql/strawberry - 83ae3a77290075237fd3d13db620a1001f916462 authored over 5 years ago by Patrick Arminio <[email protected]>
Add support for lists

github.com/strawberry-graphql/strawberry - 39f665a581a6e2916f0d5fcde8cfd9f29f83d753 authored over 5 years ago by Patrick Arminio <[email protected]>
Improve errors when we don't annotation a return type for a field

github.com/strawberry-graphql/strawberry - 1d7afa21c5dee7a9ea0c589a4a8faa0c206be121 authored over 5 years ago by Patrick Arminio <[email protected]>
Add prefix for is field attribute

github.com/strawberry-graphql/strawberry - 34ab7f6bb1b7429fff426bc05458a0604eae0907 authored over 5 years ago by Patrick Arminio <[email protected]>
Improve field resolvers

github.com/strawberry-graphql/strawberry - 0b38e01fb23c191d82f05e71cc11669b20f01b41 authored over 5 years ago by Patrick Arminio <[email protected]>
Add support for nested fields

github.com/strawberry-graphql/strawberry - a045fea0f95005074fc8374e96cf1bd1b45068d2 authored over 5 years ago by Patrick Arminio <[email protected]>
Improve Union support

github.com/strawberry-graphql/strawberry - 42a4356d18d975dd6de5da3ad9ed24420b9e3c05 authored over 5 years ago by Patrick Arminio <[email protected]>
Improve support for union types

github.com/strawberry-graphql/strawberry - b610566e28e95c4c617e56242c4c116584d64e18 authored over 5 years ago by Patrick Arminio <[email protected]>
Add initial support for anonymous enums

github.com/strawberry-graphql/strawberry - 6b4101853e18034052ad2dd8e40299cb001361cc authored over 5 years ago by Patrick Arminio <[email protected]>
Use typings module to get annotations

github.com/strawberry-graphql/strawberry - 608c4d9bc8b6ee5f80f947cb2329cb4666756d8c authored over 5 years ago by Patrick Arminio <[email protected]>
Update pytest to only search tests in specific folder

github.com/strawberry-graphql/strawberry - f1d0b0af1815e3b13b8f0cd20cafcfd9ff14607c authored over 5 years ago by Patrick Arminio <[email protected]>
Make tests nicer

github.com/strawberry-graphql/strawberry - 320af9972ec976df5af84b4bfbb984ab05218de8 authored over 5 years ago by Patrick Arminio <[email protected]>
Add more types

github.com/strawberry-graphql/strawberry - 56a96f08d27ab5766d7906db6d3d452f1032ad0b authored over 5 years ago by Patrick Arminio <[email protected]>
New landing page

github.com/strawberry-graphql/strawberry - fa84eaad17e939167198a4c07b0b1ac7b8acfb8a authored over 5 years ago by Patrick Arminio <[email protected]>
Fix resolver

github.com/strawberry-graphql/strawberry - 8470664ad6c4e5edef3d0ce0cec948e472709011 authored over 5 years ago by Patrick Arminio <[email protected]>
Fix printing of schema

github.com/strawberry-graphql/strawberry - f9987dbb683b285bfd0165e3a3007579108b3708 authored over 5 years ago by Patrick Arminio <[email protected]>
Initial ugly implementation of types

github.com/strawberry-graphql/strawberry - 9f7b0793c5b184a1836d10d8833cbe0c740e60f9 authored over 5 years ago by Patrick Arminio <[email protected]>
Initial commit 🍓

github.com/strawberry-graphql/strawberry - 1b6f063282ee7e386f4688563157f46d2c4b2dae authored over 5 years ago by Patrick Arminio <[email protected]>
Add meta tags

github.com/strawberry-graphql/strawberry - f9669e4ad396baaf3365d6366b2e25161bd05aa7 authored over 5 years ago by Patrick Arminio <[email protected]>
Fix publish folder

github.com/strawberry-graphql/strawberry - 08b6776f6159c29b7f2d21148ed05395425286ff authored over 5 years ago by Patrick Arminio <[email protected]>
Fix install command

github.com/strawberry-graphql/strawberry - 4ba0b06e6ac2cdfe1b0e464e12c9cf5573373960 authored over 5 years ago by Patrick Arminio <[email protected]>
Add netlify configuration

github.com/strawberry-graphql/strawberry - 789aa5d968971e186bf390318d158c7a3857980a authored over 5 years ago by Patrick Arminio <[email protected]>
Add initial landing page

github.com/strawberry-graphql/strawberry - 76dd022a0383828023ba875edb6611f51e09b924 authored over 5 years ago by Patrick Arminio <[email protected]>
Initial commit

github.com/strawberry-graphql/strawberry - 527671c1dd8998f211444d708c1cf43857862d81 authored almost 6 years ago by Patrick Arminio <[email protected]>