Extracts the trailing numeric id from a plain GraphQL global id like gid://shopify/Product/123.
gid://shopify/Product/123
A plain GraphQL global id string.
The trailing numeric id, or undefined when the string does not end with /<digits>.
/<digits>
Extracts the trailing numeric id from a plain GraphQL global id like
gid://shopify/Product/123.