diff options
Diffstat (limited to 'Tonbo/Schema/SchemaConfiguration.swift')
| -rw-r--r-- | Tonbo/Schema/SchemaConfiguration.swift | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Tonbo/Schema/SchemaConfiguration.swift b/Tonbo/Schema/SchemaConfiguration.swift new file mode 100644 index 0000000..8723501 --- /dev/null +++ b/Tonbo/Schema/SchemaConfiguration.swift @@ -0,0 +1,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 + } +} |