Migrating product rest code to graphql and want to validate I put the product in the online store channel. This used to be trivial just by setting PublishedScope to web. Now you have to set the publication id which is easy.
The issues is the method to list and verify the names of the publication is deprecated and the suggested replacement isn’t implemented.
the name property
states:
deprecated
Name of the publication. Use Catalog.title instead.
But if you return the catalog you just get null values.
How am I supposed to get the publication channels name so I can verify its the online store?