Skip to content

Commit

Permalink
Update Sources/ApolloCodegenLib/ApolloCodegen.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Miller <[email protected]>
  • Loading branch information
calvincestari and AnthonyMDev committed Oct 21, 2022
1 parent 20357eb commit ba78293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ApolloCodegenLib/ApolloCodegen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class ApolloCodegen {
case let .inputSearchPathInvalid(path):
return "Input search path '\(path)' is invalid. Input search paths must include a file extension component. (eg. '.graphql')"
case let .schemaNameConflict(name):
return "Schema name \(name) conflicts with a GraphQL schema type. Please choose a difference schema name."
return "Schema name \(name) conflicts with name of a type in your GraphQL schema. Please choose a different schema name. Suggestions: \(name)Schema, \(name)GraphQL, \(name)API"
}
}
}
Expand Down

0 comments on commit ba78293

Please sign in to comment.