jambardnishvili / magento2-customer-uuid
Package info
github.com/jambardnishvili/magento2-customer-uuid
Type:magento2-module
pkg:composer/jambardnishvili/magento2-customer-uuid
1.0.0
2026-02-27 08:39 UTC
Requires
- php: ~8.2.0||~8.3.0||~8.4.0
README
Magento 2 module that adds uuid customer attribute, exposes it on GraphQL Customer, and includes it in the admin customer grid.
Installation
If distributed as a package:
composer require jambardnishvili/module-customer-uuid
Then install:
bin/magento setup:upgrade
GraphQL Usage
Authenticate as a customer, then query:
query { customer { firstname email uuid } }
Tests
Run module unit tests:
vendor/bin/phpunit app/code/Vendor/CustomerUuid/Test/Unit