Skip to content

Commit

Permalink
Store type profiles and update the schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Mina Smart committed Nov 30, 2017
1 parent 3f0e0b8 commit 7af8d80
Show file tree
Hide file tree
Showing 3 changed files with 2,630 additions and 2,162 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ node_modules
# Intermediate files
.tmp
types.js
optimized-types.js

# Build artifacts
index.js
Expand Down
46 changes: 46 additions & 0 deletions profiled-types.json
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"
]
}
Loading

0 comments on commit 7af8d80

Please sign in to comment.