bramble icon indicating copy to clipboard operation
bramble copied to clipboard

Allow public boundaries

Open gmac opened this issue 3 years ago • 1 comments

@nmaquet something for the v2 roadmap: I think the strategy of hiding boundary queries from the gateway schema is a good default, however it thwarts dog-fooding when there’s a query method explicitly intended to perform double-duty for both public and gateway traffic. This is particularly important when federating with locked API releases that forbid schema changes.

My suggestion would be to include an option for boundary accessors that opts them into the public schema. Conflicting public accessors would simply fail validation.

gmac avatar Nov 01 '21 16:11 gmac

Happy to consider this for 2.0, thanks.

nmaquet avatar Nov 01 '21 21:11 nmaquet