summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-02-21 19:43:07 -0600
committerMichael Hunteman <michael@huntm.net>2024-02-21 19:43:07 -0600
commit589e53f152d7363074049dfd1bd5a34286ae74d6 (patch)
tree187b98b25f7f3420ad2642171fd7d91a68713211 /data
parent32e0cacde5a468d8982d5c0d1fd7a242820cb60f (diff)
Update example guests.json with RTK query
Diffstat (limited to 'data')
-rw-r--r--data/guests.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/guests.json b/data/guests.json
new file mode 100644
index 0000000..21edde2
--- /dev/null
+++ b/data/guests.json
@@ -0,0 +1,14 @@
+{
+ "guests": [
+ {
+ "id": "1",
+ "first_name": "John",
+ "last_name": "Doe",
+ "attendance": "false",
+ "meal": "beef",
+ "restrictions": "none",
+ "plus-one": "none",
+ "advice": ""
+ }
+ ]
+}