graphqlite icon indicating copy to clipboard operation
graphqlite copied to clipboard

Named UnionTypes

Open michael-georgiadis opened this issue 3 months ago • 2 comments

Description

Hey everyone, I am migrating a codebase from pure webonyx to your library. I am trying to keep the schemas 1-to-1 to avoid breaking changes. I think I am covered on everything with your awesome, except one thing. I haven't figured out the way to name the union types 😅 .

As I understand you build them on the fly by figuring out the PHP return type

Is there a way to actually name the union tho?

michael-georgiadis avatar Sep 16 '25 10:09 michael-georgiadis