Getting Started with Hot Chocolate Fusion.

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 มิ.ย. 2023
  • Hi everyone,
    In this episode, I will look take a dive into HotChocolate Fusion and show you how you can get started with the basics for distributed GraphQL.
    Please, if you like our project, give us a star on GitHub:
    github.com/ChilliCream/hotcho...
    Workshops:
    chillicream.com/services/trai...
    Hot Chocolate GraphQL .NET server version used in this video: www.nuget.org/packages/HotCho...
    Code Example:
    github.com/ChilliCream/hotcho...
    Social Media:
    Follow me on GitHub: bit.ly/michaelGitHub
    Follow me on Twitter: bit.ly/michaelTwitter
    Connect on LinkedIn: bit.ly/michaelLinkedIn
    Web:
    chillicream.com
    #dotnet #graphql #hotchocolate #fusion #federation #stitching
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 17

  • @Ian-pp7pj
    @Ian-pp7pj 9 หลายเดือนก่อน +13

    As a heads up guys, one thing that would really help you grow would be having stuff like this in a document. I find videos a really hard way to absorb information like this, but we went looking for documentation on Fusion and couldn't really find much. We were also using some other features that we had to find out were depreciated via your public slack, which is what forced the switch into Fusion

  • @vincentmary5001
    @vincentmary5001 ปีที่แล้ว +1

    Very interesting demo. Thanks.

  • @nibblesnbits
    @nibblesnbits ปีที่แล้ว

    🎉🎉🎉
    I'm going to be using this in an upcoming project. So excited!

  • @PaddyLamont
    @PaddyLamont ปีที่แล้ว +1

    Damn, I thought this was about hot chocolates. This is cool too though!

  • @antonmartyniuk
    @antonmartyniuk ปีที่แล้ว

    Looks awesome! I remember you promised to tell us what is static used for in classes and methods for GraphQL queries and mutations. Couldn't find any info in the docs

  • @antonyjohn9832
    @antonyjohn9832 3 หลายเดือนก่อน

    When executing the query in gateway project getting error like internal execution error any solution

  • @gigaflop
    @gigaflop 11 หลายเดือนก่อน +2

    Thanks. This assumes that all subgraphs are in the same repository. But what if I only have the endpoints accessible via http and no local schema files. With stitching hotchocolate just collected the schemas during runtime. now I have to do this manually at build time?

    • @shadowthehedgehog2727
      @shadowthehedgehog2727 6 หลายเดือนก่อน +1

      Any leads on this yet I just came across this video and was wondering the same thing

    • @DerSteffen
      @DerSteffen 6 หลายเดือนก่อน

      you probably "simply" setup a CI/CD pipeline for that. Anyways I am also waiting for some more info on this...

  • @theories1972
    @theories1972 ปีที่แล้ว

    Hi Michael, is there a command to export the schema definition (schema.graphql) for Azure functions? Thanks!

  • @michaczeczek2338
    @michaczeczek2338 ปีที่แล้ว +1

    It won't work if both subgraphs use authorisation, because 'ApplyPolicy' is defined in both schemas (error: "The name `ApplyPolicy` was already registered by another type"). Unfortunately, IgnoreType can't help here because it doesn't work on FusionServer :(

  • @dmitrkov
    @dmitrkov ปีที่แล้ว

    Hello. Trying to use Fusion on a work project. There is a problem with subscription authorisation. I'm using SocketSessionInterceptor in the subgraph project and it's fine. But fusion doesn't pass the СonnectionInitMessage payload further to the subgraph. And this is the problem. Is there any way to implement subscription СonnectionInitMessage payload through fusion? Thanks

  • @pechekaha
    @pechekaha 2 หลายเดือนก่อน

    Looks nice, but file configuration... What about Redis? Any examples?

    • @ChilliCream
      @ChilliCream  2 หลายเดือนก่อน

      You can use BananaCakePop ,Redis, or even a good old blob storage to store the configuration in.

    • @pechekaha
      @pechekaha หลายเดือนก่อน

      @@ChilliCream Thanks! Then would be awensome, if you could share some examples how to configure gateway from redis and how to push subgraph schemas to Redis. Thanks in advance )