summaryrefslogtreecommitdiff
path: root/Tonbo/Schema/Objects/User.graphql.swift
blob: cd0bf771bc1ea27ac7456bd7811a28c708591cd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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
  )
}