Skip to content

Commit

Permalink
Namespace ApolloAPI in InterfaceTemplate (apollographql/apollo-ios-de…
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyMDev authored and gh-action-runner committed May 14, 2024
1 parent a491080 commit e26c27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ApolloCodegenLib/Templates/InterfaceTemplate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ struct InterfaceTemplate: TemplateRenderer {
) -> TemplateString {
"""
\(documentation: graphqlInterface.documentation, config: config)
static let \(graphqlInterface.formattedName) = Interface(name: "\(graphqlInterface.name)")
static let \(graphqlInterface.formattedName) = \(config.ApolloAPITargetName).Interface(name: "\(graphqlInterface.name)")
"""
}
}

0 comments on commit e26c27b

Please sign in to comment.