summaryrefslogtreecommitdiff
path: root/Tonbo/Schema/Objects/User.graphql.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Tonbo/Schema/Objects/User.graphql.swift')
-rw-r--r--Tonbo/Schema/Objects/User.graphql.swift13
1 files changed, 13 insertions, 0 deletions
diff --git a/Tonbo/Schema/Objects/User.graphql.swift b/Tonbo/Schema/Objects/User.graphql.swift
new file mode 100644
index 0000000..cd0bf77
--- /dev/null
+++ b/Tonbo/Schema/Objects/User.graphql.swift
@@ -0,0 +1,13 @@
+// @generated
+// This file was automatically generated and should not be edited.
+
+import ApolloAPI
+
+public extension Objects {
+ /// A user
+ static let User = ApolloAPI.Object(
+ typename: "User",
+ implementedInterfaces: [],
+ keyFields: nil
+ )
+} \ No newline at end of file