Skip to content

Commit

Permalink
fix(proxy): providerContactInfo field type should be a LocalizedObject
Browse files Browse the repository at this point in the history
HH-337
  • Loading branch information
nikomakela committed Jan 15, 2024
1 parent 80a5d6f commit 8b17fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxies/events-graphql-proxy/src/schema/event/typeDefs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const typeDefs = gql`
shortDescription: LocalizedObject
provider: LocalizedObject
infoUrl: LocalizedObject
providerContactInfo: String
providerContactInfo: LocalizedObject
description: LocalizedObject
# @id is renamed as internalId so it's usable on GraphQl
internalId: String
Expand Down

0 comments on commit 8b17fd8

Please sign in to comment.