summaryrefslogtreecommitdiff
path: root/Tonbo/Schema/SchemaConfiguration.swift
blob: 87235012cf4bda6ca96a4f0fe4cd84295e341df0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// @generated
// This file was automatically generated and can be edited to
// provide custom configuration for a generated GraphQL schema.
//
// Any changes to this file will not be overwritten by future
// code generation execution.

import ApolloAPI

public enum SchemaConfiguration: ApolloAPI.SchemaConfiguration {
  public static func cacheKeyInfo(for type: ApolloAPI.Object, object: ApolloAPI.ObjectData) -> CacheKeyInfo? {
    // Implement this function to configure cache key resolution for your schema types.
    return nil
  }
}