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

Started working on stitching examples

github.com/ChilliCream/hotchocolate-examples - af7b4314aede8527bbb29f2dd1f00d0f8c51f27d authored over 4 years ago
Added support for federated stitching. (#2471)

github.com/ChilliCream/graphql-platform - 3d6a617d3fb87f601f13f74402a8db057010515d authored over 4 years ago
Properly infer the enum values from GraphQL SDL

github.com/ChilliCream/graphql-platform - 27c0fac210da27989bf1e8b49e43d901b4c43b89 authored over 4 years ago
Fixed schema stitching issues with enum naming

github.com/ChilliCream/graphql-platform - 93e9ff6cc502f760802155188b9b4036fb3d3baa authored over 4 years ago
Updated bcp resources (#2464)

github.com/ChilliCream/graphql-platform - 0dee68ff53dae5730e665e3253b6665d355545c8 authored over 4 years ago
Fixed projection convention issues

github.com/ChilliCream/graphql-platform - 5f7d3b6a348f54fb844ff910fbe4999ee91e57ab authored over 4 years ago
Integrated projections into new configuration API

github.com/ChilliCream/graphql-platform - 014784c2d517c24b4149c7170e073cf74012fe3f authored over 4 years ago
Compile nullable attributes as internal

github.com/ChilliCream/graphql-platform - baef95ecdb56acc76d5f84ce4b12f84667552557 authored over 4 years ago
Fixed Mutation Executor issue

github.com/ChilliCream/graphql-platform - f925bfe6721d65f97e6dfe27b5c80f3402c42986 authored over 4 years ago
EntityFramework now references HotChocolate.Data

github.com/ChilliCream/graphql-platform - 68a5a1fc3db981a002ded1bf8d28de8bb5ba3fbb authored over 4 years ago
Added attributes for filtering and sorting (#2453)

Co-authored-by: Michael Staib <[email protected]>

github.com/ChilliCream/graphql-platform - 00b1234b88eb690ec315dfc9289293538f52a2ca authored over 4 years ago
Removes ReportError On ConventionContext (#2455)

Co-authored-by: Michael Staib <[email protected]>

github.com/ChilliCream/graphql-platform - b8b4b0bb040094ce83b5ef77b1f3b1b5919776cc authored over 4 years ago
Improved error messages for missing conventions (#2457)

github.com/ChilliCream/graphql-platform - a9e91a9b1955875ca9f22b5d668a548dbf24665f authored over 4 years ago
Convention Extensions (#2451)

Co-authored-by: Michael Staib <[email protected]>

github.com/ChilliCream/graphql-platform - 5c419eb8d687d097484723b60a5cf9cfdd7b3324 authored over 4 years ago
Added projections support to version 11 (#2419)

Co-authored-by: Michael Staib <[email protected]>

github.com/ChilliCream/graphql-platform - 5360b701992b036480e2d1920a4b75628451167f authored over 4 years ago
Added ziosk and e2m logo; set 1 year expiration for cookie consent

github.com/ChilliCream/graphql-platform - 762b09e23702b9e43562343c0f23818e584e6924 authored over 4 years ago
Merge pull request #2412 from AradAral/patch-1

Correcting the link to the execution options

github.com/ChilliCream/graphql-platform - 21f7642742b532bf818eb9370220bb24091191b9 authored over 4 years ago
Merge branch 'develop' into patch-1

github.com/ChilliCream/graphql-platform - c508b34c22d8d251977641afbaa310a716731260 authored over 4 years ago
Add list input for sorting

github.com/ChilliCream/graphql-platform - 911db2a81fe928be570bc35accf7e53c520e271b authored over 4 years ago
Merge branch 'develop' into pse/sorting-as-array

github.com/ChilliCream/graphql-platform - a4946fa6681dfa9d5ff92e1329108ec8b5b98db8 authored over 4 years ago
Fix message on the attribute obsolete in NodeObjectTypeExtensions.

github.com/ChilliCream/graphql-platform - 548b964f30576dbf8a71d8231aef7c6392d7070c authored over 4 years ago
Merge branch 'develop' into patch-1

github.com/ChilliCream/graphql-platform - 02d6789d5e692944fef809cee0cc743522395c2c authored over 4 years ago
Merge branch 'develop' into vbornand-patch-1

github.com/ChilliCream/graphql-platform - 6d355dc65c556c3c28e3e52f9a52ad9eed255e00 authored over 4 years ago
Merge branch 'develop' into pse/sorting-as-array

github.com/ChilliCream/graphql-platform - be06ce5c7914e73165166341b3cb80b739cdc38b authored over 4 years ago
Adds IExecutable abstraction to core

github.com/ChilliCream/graphql-platform - 8ceda1a3a753685b2fbeed9bcda833b55d30bad2 authored over 4 years ago
Merge branch 'develop' into pse/query-abstraction

github.com/ChilliCream/graphql-platform - 8d32a4afa37d90a339f8459ccb047b14a4bbf3a2 authored over 4 years ago
Really make defintions read-only

github.com/ChilliCream/graphql-platform - 317531017d5c8703a6e6116f5b451b07e3671b69 authored over 4 years ago
really make defintions readonly

github.com/ChilliCream/graphql-platform - fc6cc326e7e4c9bb65557c919a3fb75a66fc9463 authored over 4 years ago
make definitions readonly (#2447)

Co-authored-by: Michael Staib <[email protected]>

github.com/ChilliCream/graphql-platform - 250649878e5640586d3210771378ff6da6e95449 authored over 4 years ago
Merge branch 'develop' into pse/readonly-data-definitions

github.com/ChilliCream/graphql-platform - e0e5fda21d0d2dd3077a02e3a8c4613b20b681b4 authored over 4 years ago
Added tests that show we can rewrite scalar types (#2444)

github.com/ChilliCream/graphql-platform - b13a2f44c177633b84e5ff0b844f8c435afd49a2 authored over 4 years ago
make definitions readonly

github.com/ChilliCream/graphql-platform - dd2120a5b99ef070257e770b9df5772dec7062eb authored over 4 years ago
fix refactoring issue

github.com/ChilliCream/graphql-platform - b44f9998ff25e1231198c35396f1b708eb9c9cc2 authored over 4 years ago
add query abstraction

github.com/ChilliCream/graphql-platform - 0bd2c532ce47ca36f6e2008ef010a3b9276e5ede authored over 4 years ago
Fixed issue with non-null arguments that have defaults (#2441)

github.com/ChilliCream/graphql-platform - 66ced99a405a6261662ececa7b099d1383cea32f authored over 4 years ago
feat: add list support to sorting

github.com/ChilliCream/graphql-platform - d9278777c5948e9ae2c76cf318afe7672181de71 authored over 4 years ago
Update NodeObjectTypeExtensions.cs

Fix obsolete comment.

github.com/ChilliCream/graphql-platform - e1560c78335d9d50b5e0d7de97f503c3afa40119 authored over 4 years ago
Fixed HotChocolate.Data.EntityFramework assembly name.

github.com/ChilliCream/graphql-platform - 27c68fa145c065433c4484b408134048eeeea5ee authored over 4 years ago
Added entity framework helpers. (#2435)

github.com/ChilliCream/graphql-platform - 2a0605af9bbf24e0d74310ace5fc2f1623e28a86 authored over 4 years ago
Fixed issue where empty selection sets lead to execution errors. (#2432)

Co-authored-by: Michael Staib <[email protected]>

github.com/ChilliCream/graphql-platform - 6d795038eb2e0839b8583c5807a9717d81d8cc86 authored over 4 years ago
Added pure code-first Node resolver (#2434)

github.com/ChilliCream/graphql-platform - 6a78a9b2bdaf2ac97c6f693bc74f072edd905157 authored over 4 years ago
Get default value from constructor when type is a record. (#2428)

Co-authored-by: Michael Staib <[email protected]>

github.com/ChilliCream/graphql-platform - 1b34d9a04968c651c000724ca0dcfc304c214477 authored over 4 years ago
Added Filter Binding Tests (#2431)

github.com/ChilliCream/graphql-platform - d7eba9d1ea435236d4819abf06030c8e0638fb57 authored over 4 years ago
Fix: Added Enum to GraphQLDescriptionAttribute (#2430)

github.com/ChilliCream/graphql-platform - 9ef8f5fb2ccbf06b88d401e0066d1abcf737d30e authored over 4 years ago
Allow custom remote schema fetchers (#2425)

github.com/ChilliCream/graphql-platform - 8299a944864a07bc0881ef06ce68818d801533d2 authored over 4 years ago
Allow for scalars to be renamed when stitching a schema. (#2424)

github.com/ChilliCream/graphql-platform - 3ddde4893ca443c7112fbe985bef4492778ad695 authored over 4 years ago
Update 3-understanding-dataLoader.md

github.com/ChilliCream/graphql-workshop - c2dde36f3097e1014eb6a2e4fde5d02f649c0f61 authored over 4 years ago
Update 3-understanding-dataLoader.md

github.com/ChilliCream/graphql-workshop - c4d15826c9ce5762404df8bb8ac240d558395b9e authored over 4 years ago
Allow for list aggregations when delegating. (#2418)

github.com/ChilliCream/graphql-platform - f80ec34be1148c13ff29a24a6d5eaaeeb69b23f0 authored over 4 years ago
Banana Cake Pop Middleware (#2417)

Co-authored-by: Michael Staib <[email protected]>

github.com/ChilliCream/graphql-platform - 8673af5f5cd5833c9f07b75962c11f20cffc7050 authored over 4 years ago
Migrates stitching to the new configuration API (#2403)

github.com/ChilliCream/graphql-platform - b0e061e6a5729e2047f2c626adb817d8ed759b6c authored over 4 years ago
Changing type="solution" to type="project" in template.json (#2413)

github.com/ChilliCream/graphql-platform - 9816d61a18432f68e4c398193d411968056b767c authored over 4 years ago
Updated Workshop to Version 11

github.com/ChilliCream/graphql-workshop - 7b0ec2ad29b69c3862c903214e6a152854e35c77 authored over 4 years ago
started to rework dataloader

github.com/ChilliCream/graphql-workshop - a436ef6dba048f02026aa3912806f8d7f73d0a70 authored over 4 years ago
Correcting the link to the execution options

The link to the page containing the list of execution options was incorrect. It was pointing to ...

github.com/ChilliCream/graphql-platform - 1f7ff19a08e3b4c27fb95c4f93216b41ad688a13 authored over 4 years ago
Merge pull request #47 from ddieppa/master

Update 2020-10-01.md

github.com/ChilliCream/hotchocolate-wg - 7f94329d02e5ba731aaf0fd8a306333231430bf1 authored over 4 years ago
Added carmmunity logo (#2410)

github.com/ChilliCream/graphql-platform - 59da40c9bea05b975e886353202aa49d8fce85a8 authored over 4 years ago
Changed Package Project URL

github.com/ChilliCream/graphql-platform - 289f0dcf54822ccf4d5b68a2a4862e60ada39ebd authored over 4 years ago
Migrated spatial types to new type system core. (#2304)

Co-authored-by: Michael Staib <[email protected]>

github.com/ChilliCream/graphql-platform - 249770920cafc6a48e34208252b822549f759687 authored over 4 years ago
Updated Benchmark Results

github.com/ChilliCream/graphql-platform - ed032ed397f9c168d7a26b461a43a5189c0ffcae authored over 4 years ago
Added SwissLife logo (#2402)

github.com/ChilliCream/graphql-platform - afc0237b1ee0a1812db2bccb68aaf669e0cfc5e5 authored over 4 years ago
Update 2020-10-01.md

Add Daniel Dieppa to the agenda

github.com/ChilliCream/hotchocolate-wg - b2ce2226ada6efed3581b87605f2d10c8d0bbb69 authored over 4 years ago
Update 2020-10-01.md

github.com/ChilliCream/hotchocolate-wg - ca9ce1744236d107848d273f8b9125def171ca6d authored over 4 years ago
Merge pull request #46 from damikun/patch-1

Update 2020-10-01.md

github.com/ChilliCream/hotchocolate-wg - 1b51c8e58db76aae4eb0b5b74ec7fe08334c95af authored over 4 years ago
Update 2020-10-01.md

github.com/ChilliCream/hotchocolate-wg - 242bdc0e039ddcdb44ee798317aa97608c24cc0d authored over 4 years ago
Update 2020-10-01.md

github.com/ChilliCream/hotchocolate-wg - 95d6d54697395671151d93ebeccf6893526c0b03 authored over 4 years ago
Merge pull request #45 from benmccallum/patch-2

Update 2020-10-01.md

github.com/ChilliCream/hotchocolate-wg - 03b2934d0f79537c0cc492468cece8bdf9572202 authored over 4 years ago
Update 2020-10-01.md

github.com/ChilliCream/hotchocolate-wg - cca34493219c19f39c7001263d0056ce5d13f64f authored over 4 years ago
Update 2020-10-01.md

github.com/ChilliCream/hotchocolate-wg - 89637af1b60d0c6478090cfcc16a887180c4ae23 authored over 4 years ago
Merge pull request #44 from fredericbirke/patch-2

Add Frederic Birke to attendees list

github.com/ChilliCream/hotchocolate-wg - cbd1a90a60ed1f9c27a32bbb57860f4d46480b2f authored over 4 years ago
Update 2020-10-01.md

github.com/ChilliCream/hotchocolate-wg - 3d11d673eba3c7dcdba58423edefe328a52ba567 authored over 4 years ago
Adds Apollo Federation Types (#2361)

Co-authored-by: Michael Staib <[email protected]>
Co-authored-by: Dillan Mann <dillan.man...

github.com/ChilliCream/graphql-platform - db24b425f7da3dd2d04d64c78fae40847bb9855e authored over 4 years ago
Add Frederic Birke to attendees list

github.com/ChilliCream/hotchocolate-wg - b7adf1367e7e536adda1845d3a6fa05769921c5d authored over 4 years ago
Reversed accidental move of the type tests

github.com/ChilliCream/graphql-platform - c5f26e856feb59dfb8c3aef82a5c8f76286571db authored over 4 years ago
Added integration tests for sorting (#2313)

github.com/ChilliCream/graphql-platform - f7d6af69271bcbb3d0dfdad2614c44051bd054e8 authored over 4 years ago
Added tests for filtering in combination with paging. (#2317)

github.com/ChilliCream/graphql-platform - 5b478a9c6e092291b180db3927c9251a96f76556 authored over 4 years ago
Fixed issue where the result helper was not correctly cleared after usage. (#2380)

github.com/ChilliCream/graphql-platform - a1277798df08ecacb42cf15fbfaa0ec342c0ff94 authored over 4 years ago
Fixed end boundare for incremental results

github.com/ChilliCream/graphql-platform - 2419fa0bf73797e820a7775724f7ae4e0ce639ce authored over 4 years ago
Adds @defer transport layer. (#2377)

github.com/ChilliCream/graphql-platform - 689c52bf251970f14860b0f9db68798a52daeef2 authored over 4 years ago