Shopify / shopify-api-ruby

ShopifyAPI is a lightweight gem for accessing the Shopify admin REST and GraphQL web services.
MIT License
1.06k stars 473 forks source link

Add support for Event topic names #1150

Closed pacocastrotech closed 1 year ago

pacocastrotech commented 1 year ago

Description

Allows more variety of webhook topic names.

Event topic names will allow period as a separator and these need to be translated to GraphQL valid ENUM values.

How has this been tested?

Checking that the transformation allows strings with period separators.

Checklist: