Ecosyste.ms: OpenCollective

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

ChilliCream

We create a new GraphQL platform called Hot Chocolate
Collective - Host: opensource - https://opencollective.com/chillicream - Website: https://chillicream.com - Code: https://github.com/ChilliCream

Merged 10.3.0 changes

github.com/ChilliCream/graphql-platform - 9b474a9cc8d1ac7289d7c2318b2668759d3de82c authored about 5 years ago
Merged version 10.3.0-rc.2 changes

github.com/ChilliCream/graphql-platform - 2b7846b777f0125162283326881cdb8ebbc9246b authored about 5 years ago
Added support for immutable classes and optionals to input types. (#1317)

github.com/ChilliCream/graphql-platform - 596c8bc768c76f8b0916196b3d181f287b88a592 authored about 5 years ago
Merged 10.3.0-rc.1 fixes

github.com/ChilliCream/graphql-platform - 85687b61effcfb5b4401fd3ef7995b551bcad1bc authored about 5 years ago
Fixed issue where the lazy configurations were not executed. (#1316)

github.com/ChilliCream/graphql-platform - d180ff9a40bfbf22277cb23e00b7c4b0e4de9c36 authored about 5 years ago
Fix several typos (#61)

github.com/ChilliCream/hotchocolate-docs - 4155e7e037e4d9872362367c7bf1f924db2366f4 authored about 5 years ago
Fix C# syntax highlighting (#62)

github.com/ChilliCream/hotchocolate-docs - 9697ca46eeefe5dacc39890db120c23afe1ddced authored about 5 years ago
Merged version 10.3.0 filter fixes for attributes.

github.com/ChilliCream/graphql-platform - cbbb3aa5fa6320a5b1ff4b231228db9247883d8e authored about 5 years ago
Added attribute support to filtering and sorting. (#1310)

github.com/ChilliCream/graphql-platform - 3901345abe2b9a75876de936a546367e85e29dbe authored about 5 years ago
Merged non-null filter fixes.

github.com/ChilliCream/graphql-platform - b8cc95449371bf09fd2093a774a2a92e2d8d3b7b authored about 5 years ago
Merged version 10.3.0 bug fixes

github.com/ChilliCream/graphql-platform - 0cdb90f62ffe8f980a8afb79fbb7e4e05853246a authored about 5 years ago
Made the GraphQL request error handling consistent. (#1309)

github.com/ChilliCream/graphql-platform - e79b41d2be0719bb6e42ea3d5c18f5a4c15b9511 authored about 5 years ago
Fixed variables in list

github.com/ChilliCream/graphql-platform - 1b0efcbf081cb9dcaea35289d9d0ab62d96ce53d authored about 5 years ago
Merged parser error handling fix.

github.com/ChilliCream/graphql-platform - 88dd4d675596f0e7714a3550ba6d7049f24dd772 authored about 5 years ago
Fixed parser error handling in middleware & directive delegation. (#1308)

github.com/ChilliCream/graphql-platform - 6d0c509cfaa618338c0b98526aa3f3b857477fde authored about 5 years ago
Added tests for inferring filters with attributes (#1300)

github.com/ChilliCream/graphql-platform - 779e602202190c89e08255d9b4df0245928adaa1 authored about 5 years ago
Merged attribute refinements.

github.com/ChilliCream/graphql-platform - d4db7c84dbb6c7d4b4e9fd37805bfea02b64c3e5 authored about 5 years ago
Added authorize attribute. (#1307)

github.com/ChilliCream/graphql-platform - 9c7ebbb38648516c82514bebaddfe94381c492ba authored about 5 years ago
Refine Attribute Support (#1306)

github.com/ChilliCream/graphql-platform - b4c04a5296fabbd8558c662957dab5633f72458c authored about 5 years ago
Merged clr type binding fix.

github.com/ChilliCream/graphql-platform - a09a53a8b1df796f6a23b3b03bdf89ef7f133e35 authored about 5 years ago
Fixed clr type binding for issue with new type discovery. (#1304)

github.com/ChilliCream/graphql-platform - 3d8fa25b5e43fd6b6f73f53f5ebbecab94de165a authored about 5 years ago
Added format option to the UUID type. (#1301)

github.com/ChilliCream/graphql-platform - eb044ddbe6a367c6045d006f5b574c5caa2f18f6 authored about 5 years ago
Merged added support for generic object type extensions.

github.com/ChilliCream/graphql-platform - 8a9405fe9e6e4eb2de23f72bb1f41d5279f4a6f3 authored about 5 years ago
Added support for generic object type extensions. (#1297)

github.com/ChilliCream/graphql-platform - 12521577941087d978e0fa62b2528d0d1925e7e5 authored about 5 years ago
Merged fix for nullable attribute handling.

github.com/ChilliCream/graphql-platform - 31695c5e2753bc5cc5cab10c66da9a725c65bfd3 authored about 5 years ago
Added one more case for argument data (#1293)

github.com/ChilliCream/graphql-platform - e6c189b706050ed6ff8cd78d0f6f93a3275227da authored about 5 years ago
Merged new type discovery.

github.com/ChilliCream/graphql-platform - f36e33a17b122d6bf711e0216455fa0b5c0ae97d authored about 5 years ago
Improve Type Discovery (#1281)

github.com/ChilliCream/graphql-platform - 22d815682440339d576da675541782ccf22afcc0 authored about 5 years ago
Merged version 10.3.0 fixes

github.com/ChilliCream/graphql-platform - e4a304bd4877c92dd27cd723b1680357b684e174 authored about 5 years ago
Fixed handling of rewritten non-null reference types. (#1288)

github.com/ChilliCream/graphql-platform - 9f1e8d78e4712605605700ae11fcac0a97266b49 authored about 5 years ago
Introduce a database sepecific visitor (#1279)

github.com/ChilliCream/graphql-platform - 6f56a302d1061a190c91fa4fbc1c939e870eb385 authored about 5 years ago
Merged request writer fix.

github.com/ChilliCream/graphql-platform - b91c7a8842a9c973a9017275affe95749b831a5e authored about 5 years ago
Fixed issue where the rented buffer was to early returned. (#1277)

github.com/ChilliCream/graphql-platform - c8b7efea8dcff51696a59a10a9dcafae84d4a533 authored about 5 years ago
Fixed Stitching Test Issue

github.com/ChilliCream/graphql-platform - aa0db99089e2668a38655e5f6ee62c1cdc722662 authored about 5 years ago
Merged Version 10.3.0 Changes

github.com/ChilliCream/graphql-platform - cf600304845e716fb9dfacdce491bc59c31bf1b8 authored about 5 years ago
Fixed issue with custom scalar types in delegated fields (schema stitching) (#1221)

github.com/ChilliCream/graphql-platform - 82105ee9ce21261ff679bfd1b8f85a93e4024da5 authored about 5 years ago
Add same behavior for filters and sorting as in other types (#1267)

github.com/ChilliCream/graphql-platform - cc006be90e3056571fba39caad8bc0a769957ca5 authored about 5 years ago
Introduced Subscribe Resolver for IAsyncEnumerable<T> (#1262)

github.com/ChilliCream/graphql-platform - c5d49005f04adac7984c1321c4fef06c12664ca3 authored about 5 years ago
Adds unignore to field descriptors (#1266)

github.com/ChilliCream/graphql-platform - ae580519b4748e3a1288b98274dbf75e15c6d78c authored about 5 years ago
Enable sorting of nullables (#1264)

github.com/ChilliCream/graphql-platform - 5efa2a9bd77048490b9a12620ffdd1391abad571 authored about 5 years ago
feat(Sorting): enumerables do not get sgenerated (#1261)

github.com/ChilliCream/graphql-platform - 10cf160c69bb2c85eacedf1b4e34af72ec616777 authored about 5 years ago
Fixed Client DI Configuration (#1258)

github.com/ChilliCream/graphql-platform - 548a47e120e4b0c3b608ff2ebcc87e35eb7382ec authored about 5 years ago
Added Filter Conventions (#1215)

github.com/ChilliCream/graphql-platform - 039876e971f42995f3edab9615c7584494820ff6 authored about 5 years ago
Fixed multiple sort (#1252)

github.com/ChilliCream/graphql-platform - 897016693b6f475da6fbb843ccab247f4940e7d7 authored about 5 years ago
Fixed Sort Merge Conflict

github.com/ChilliCream/graphql-platform - b7ce00334da826d8886eabec95eba38ebbe2605c authored about 5 years ago
Removed merge marker

github.com/ChilliCream/graphql-platform - fae55be352ae690c6f8f8bc426599dd20d95c9aa authored about 5 years ago
Improved Strawberry Shake Customization Support (#1250)

github.com/ChilliCream/graphql-platform - 229ee133de0363b3da9a288d12ad00ccd67c50d1 authored about 5 years ago
fix resolvers typeo (#59)

github.com/ChilliCream/hotchocolate-docs - ca5f46615b9fe9734d300c838dc3a5eba2be6112 authored about 5 years ago
Detect if a queryable already has a sorting (#1253)

github.com/ChilliCream/graphql-platform - 293058bb58b1b40b8e17b95f1e53238395ce0f4b authored about 5 years ago
clarify GraphQLResolverOf registration (#58)

- add blurb explaining how to register resolvers that have `[GraphQLResolverOf]` attributes
- f...

github.com/ChilliCream/hotchocolate-docs - a2c8a4985aacf6d829b6fa4771e43adaf2c647e4 authored about 5 years ago
Merged stop adding the __typename field when it's in selection for schema stitching

github.com/ChilliCream/graphql-platform - 8ca04a93d697e7739d9620c23f8388cd4f59db7f authored about 5 years ago
Updated Tests Tools (#1246)

github.com/ChilliCream/graphql-platform - 454d283775bf23e8dc3402b7a31dfe5ea884e344 authored about 5 years ago
Stops adding the __typename field when it's in selection (#1248)

github.com/ChilliCream/graphql-platform - 41a88b5557cb0d1e80d76d13a6ed37a0e93f630e authored about 5 years ago
Added descriptor context documentation

github.com/ChilliCream/hotchocolate-docs - cebd43ec53e3cc5f9a738b426a4a2844353e73fc authored about 5 years ago
Fixed Compile Issues

github.com/ChilliCream/graphql-platform - 216cdab695444987cfef051281f94b46eca7ad8c authored about 5 years ago
Merged explicit binding of sorting types fix.

github.com/ChilliCream/graphql-platform - 6de1be914fde5fc435ba277222598abee2345c26 authored about 5 years ago
Fixed explicit binding of sorting types.

github.com/ChilliCream/graphql-platform - 6e971966da86603cf81ad6ed1562399a01287666 authored about 5 years ago
Prepared documentation

github.com/ChilliCream/hotchocolate-docs - e486892c88f0e1a9a404cfc06700aa74f1cff2d0 authored about 5 years ago
Merged added more type rewriter tests.

github.com/ChilliCream/graphql-platform - 795cca579548c2a0230176908aef2911834f957f authored about 5 years ago
Added more nullable type rewriter tests.

github.com/ChilliCream/graphql-platform - d5525028ffe27231a5e46f76cff1a5e2d4bf5ee8 authored about 5 years ago
Merged additional null detection fixes.

github.com/ChilliCream/graphql-platform - 3ec5a5e1c614233ded9d340ab4b48897d15f7a1a authored about 5 years ago
Streamlined Null Inspection

github.com/ChilliCream/graphql-platform - e53b11156389d9e6c74579bbc6b0936178a7c00b authored about 5 years ago
Merged method return type nullable status detection.

github.com/ChilliCream/graphql-platform - d6c9d649f9d288f99194f391f8a99037b64cf87f authored about 5 years ago
Fix method nullable detection (#1241)

github.com/ChilliCream/graphql-platform - ec88207cd43a689040ebefaa27b402fb840ccae2 authored about 5 years ago
Merged Nullable Detection Fix

github.com/ChilliCream/graphql-platform - 1253ec4e1b539e6c72f5af638574eadaf65d2ccb authored about 5 years ago
Fixed Nullable Detection (#1240)

github.com/ChilliCream/graphql-platform - 66db799514248e09f3777b89dd3e154dfc0e1b95 authored about 5 years ago
Merged Descriptor Attributes

github.com/ChilliCream/graphql-platform - a60b4615e7e871c02d398d9d9f1a079fc2da04a9 authored about 5 years ago
Added Descriptor Attributes (#1238)

github.com/ChilliCream/graphql-platform - 2e5cad0d0910e98f40164ab2f1c2334db3928907 authored about 5 years ago
Merge branch 'version_10_0_0_master'

github.com/ChilliCream/graphql-platform - 9fb653465df7326950057777bfa8b639bf6b7917 authored about 5 years ago
Infer non-nullability from C# ref types enhancement (#1236)

github.com/ChilliCream/graphql-platform - d073c63d4719492a7dfd35bfc7209ef58aaebd99 authored about 5 years ago
fixed file name

github.com/ChilliCream/website - cf9c437b7b33fcad001336e0c7b00fcf163d4f99 authored about 5 years ago
Added blog post

github.com/ChilliCream/website - 3d8c470732b135f58bddbd0ca7806f3b49ad2bfa authored about 5 years ago
added refinements

github.com/ChilliCream/website - 6a5c4d5e50e326e4fbc9a4786593a37d852398db authored about 5 years ago
added some more information about local tools

github.com/ChilliCream/website - bf14865f172d5c3f6c09f4acc62ad3146ba6dfef authored about 5 years ago
Strawberry Shake Part 2 (#22)

github.com/ChilliCream/website - 9eada8a63d248e7516b78d4ec13c67a1a77b3548 authored about 5 years ago
Fixed issue that the client released the connection after one subscription message (#1226)

github.com/ChilliCream/graphql-platform - bf2258e568dfe98691f49ace879f19281a294d9e authored about 5 years ago
Fixed client subscription services are only added if subscriptions are used. (#1225)

github.com/ChilliCream/graphql-platform - 4c49d7232a6c8e9d508f5a45523a7813124118d0 authored about 5 years ago
Fixed version string (#1224)

github.com/ChilliCream/graphql-platform - c878623ad22ee12747446d3ed447fedafaba61e2 authored about 5 years ago
StrawberryShake Subscription Support (#1186)

github.com/ChilliCream/graphql-platform - 4920a45593fd0bbf3c334fb8c2f9909265030ef7 authored about 5 years ago
Merge branch 'version_10_0_0_master'

github.com/ChilliCream/graphql-platform - 5e1f51761f94f601bef1f660fc90009cc4159240 authored about 5 years ago
Fixes #1210. Create a new service scope when cloning RequestContext (#1211)

github.com/ChilliCream/graphql-platform - ab34dbc8cf11b9b85e50bf9378d43f8440bd39c8 authored about 5 years ago
fix(Filters): fix implicit generation of arrays (#1212)

github.com/ChilliCream/graphql-platform - 0665ce2b8b152abe4e41562346286e05e2df491d authored about 5 years ago
Add Array Filter Support (#1105)

github.com/ChilliCream/graphql-platform - 72f373e21bdffd81ecf59f9563fd261ea3dee870 authored about 5 years ago
Added support for multiple `ISocketQueryRequestInterceptor` (#1205)

github.com/ChilliCream/graphql-platform - 0b594c9f17c9c8386407cc7be1afef939d003d2e authored about 5 years ago