summaryrefslogtreecommitdiff
path: root/Tonbo/Schema/Objects/Query.graphql.swift
blob: 3ebe37dcd79a23e136bf8be927f41a748a51bd3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// @generated
// This file was automatically generated and should not be edited.

import ApolloAPI

public extension Objects {
  static let Query = ApolloAPI.Object(
    typename: "Query",
    implementedInterfaces: [],
    keyFields: nil
  )
}