-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store type profiles and update the schema
- Loading branch information
Mina Smart
committed
Nov 30, 2017
1 parent
3f0e0b8
commit 7af8d80
Showing
3 changed files
with
2,630 additions
and
2,162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ node_modules | |
# Intermediate files | ||
.tmp | ||
types.js | ||
optimized-types.js | ||
|
||
# Build artifacts | ||
index.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"profiled-types": [ | ||
"Attribute", | ||
"Boolean", | ||
"Checkout", | ||
"CheckoutAddLineItemsPayload", | ||
"CheckoutCreatePayload", | ||
"Collection", | ||
"CollectionConnection", | ||
"CollectionEdge", | ||
"CurrencyCode", | ||
"DateTime", | ||
"Float", | ||
"ID", | ||
"Image", | ||
"ImageConnection", | ||
"ImageEdge", | ||
"Int", | ||
"LineItem", | ||
"LineItemConnection", | ||
"LineItemEdge", | ||
"MailingAddress", | ||
"Money", | ||
"Mutation", | ||
"Node", | ||
"Order", | ||
"OrderCancelReason", | ||
"OrderDisplayFinancialStatus", | ||
"OrderDisplayFulfillmentStatus", | ||
"PageInfo", | ||
"Product", | ||
"ProductConnection", | ||
"ProductEdge", | ||
"ProductOption", | ||
"ProductVariant", | ||
"ProductVariantConnection", | ||
"ProductVariantEdge", | ||
"QueryRoot", | ||
"SelectedOption", | ||
"ShippingRate", | ||
"Shop", | ||
"String", | ||
"URL", | ||
"UserError" | ||
] | ||
} |
Oops, something went wrong.