@wistia/bottler-helpers 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # Bottler helpers
2
+
3
+ ## Bottler Schema
4
+
5
+ ### Setup
6
+ - Make sure node and yarn is installed
7
+ - Run `yarn install`
8
+
9
+ ### Generating TS types for GraphQL Schema
10
+ ```
11
+ yarn run generate:types
12
+ ```
13
+ This will generate the types in a `/generated` folder.