-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Demo Admin: Implement DateTime field in handmade product form (#2639)
DateTime fields will be needed for the admin form generator. This is the demo to preface that. An example use case is: Save start and end time of events.
- Loading branch information
1 parent
bf6b03f
commit 573a08f
Showing
2 changed files
with
9 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -37,6 +37,7 @@ export const productFormFragment = gql` | |
min | ||
max | ||
} | ||
lastCheckedAt | ||
dimensions { | ||
width | ||
height | ||
|
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