-
-
Notifications
You must be signed in to change notification settings - Fork 676
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(examples): update deps and fix runtime issues
- Loading branch information
1 parent
57c37ce
commit c5c3ffa
Showing
66 changed files
with
14,477 additions
and
40,910 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 |
---|---|---|
|
@@ -13,6 +13,7 @@ coverage | |
|
||
# parcel cache | ||
.cache | ||
.parcel-cache | ||
|
||
# sponsorkit cache | ||
img/.cache.json | ||
|
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
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,24 @@ | ||
# ----------------------------------------------- | ||
# !!! THIS FILE WAS GENERATED BY TYPE-GRAPHQL !!! | ||
# !!! DO NOT MODIFY THIS FILE BY YOURSELF !!! | ||
# ----------------------------------------------- | ||
|
||
""" | ||
The javascript `Date` as string. Type represents date and time as the ISO Date string. | ||
""" | ||
scalar DateTime | ||
|
||
type Query { | ||
cachedRecipe(title: String!): Recipe | ||
recipe(title: String!): Recipe | ||
recipes: [Recipe!]! | ||
} | ||
|
||
type Recipe { | ||
averageRating: Float | ||
cachedAverageRating: Float | ||
creationDate: DateTime! | ||
description: String | ||
ratings: [Int!]! | ||
title: String! | ||
} |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.