kirillplatonov / shopify_graphql

Less painful way to work with Shopify Graphql API in Ruby.
MIT License
59 stars 9 forks source link

Make webhooks namespace configurable #2

Closed kirillplatonov closed 3 years ago

kirillplatonov commented 3 years ago

Right now the namespace is webhooks. The same is used by shopify_app gem. It will cause conflicts when used together.

kirillplatonov commented 3 years ago

Not needed anymore since I switched the default namespace to graphql_webhooks. It makes more sense since this gem will coexist with shopify_app anyway.