OBJECT

GooglePlaceLocation

link GraphQL Schema definition

  • type GooglePlaceLocation {
  • googlePlaceId: String
  • translationId: Int
  • # Arguments
  • # languageCode: [Not documented]
  • # languageId: [Not documented]
  • translation(languageCode: LanguageEnum, languageId: Int): String
  • countryId: Int
  • country: Country
  • label: String @deprecated( reason: "This field will no longer be used." )
  • googlePlaces: [GooglePlace] @deprecated( reason: "This field will no longer be used." )
  • googlePlaceIds: [String] @deprecated( reason: "This field will no longer be used." )
  • }