# If you use Relay bun run relay-compiler # You can also do this, but: # - It will only lookup packages in `node_modules/.bin` instead of `$PATH` # - It will start bun’s dev server if the script name doesn’t exist (`bun` starts the dev server by default) bun relay-compil...
# For the shortform, we have a lookup table # See RFC4514 for more details _ = { 'business_category': ('businessCategory', 'businessCategory'), 'serial_number': ('serialNumber', 'serialNumber'), 'country_name': ('C', 'countryName'), 'postal_code': ('postalCode', 'postalCo...
+ You need to define `lookup_string` in order to actually lookup strings from + the string table. + + :param _type: The numeric type of the value + :param _data: The numeric data of the value + :param lookup_string: A function how to resolve strings from integer IDs + ...