Type Defs
- Type defs should have camelCased variable names.
- When interacting with an external api that does not use camelCasing as variables, it is recommended to use camelCasing for the graphql api and convert to the new casing within the module for the external api call.
Exports
Exports should be named and imported as a deconstructed object. Naming your exports, as opposed as using default exports, makes for better