I have some questions about discounts in GraphQL Admin API. The discounts have two type: automatic discount and code discount. I want to know whether the id of these two type will conflict in same store? I mean whether the situation below will happen?
"gid:\/\/shopify\/DiscountAutomaticNode\/12345"
"gid:\/\/shopify\/DiscountCodeNode\/12345"