@paris-ias/trees 2.0.24 → 2.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -623,6 +623,11 @@ input Entity_smInput {
|
|
|
623
623
|
logo: String
|
|
624
624
|
}
|
|
625
625
|
|
|
626
|
+
input GeocodeInput {
|
|
627
|
+
lat: Float!
|
|
628
|
+
lon: Float!
|
|
629
|
+
}
|
|
630
|
+
|
|
626
631
|
input LocationInput {
|
|
627
632
|
name: String!
|
|
628
633
|
details: String
|
|
@@ -631,7 +636,7 @@ input LocationInput {
|
|
|
631
636
|
city: String
|
|
632
637
|
country: String
|
|
633
638
|
zip: Int
|
|
634
|
-
geocode:
|
|
639
|
+
geocode: GeocodeInput
|
|
635
640
|
}
|
|
636
641
|
|
|
637
642
|
type Disciplines {
|
|
@@ -456,6 +456,11 @@ input Entity_smInput {
|
|
|
456
456
|
logo: String
|
|
457
457
|
}
|
|
458
458
|
|
|
459
|
+
input GeocodeInput {
|
|
460
|
+
lat: Float!
|
|
461
|
+
lon: Float!
|
|
462
|
+
}
|
|
463
|
+
|
|
459
464
|
input LocationInput {
|
|
460
465
|
name: String!
|
|
461
466
|
details: String
|
|
@@ -464,7 +469,7 @@ input LocationInput {
|
|
|
464
469
|
city: String
|
|
465
470
|
country: String
|
|
466
471
|
zip: Int
|
|
467
|
-
geocode:
|
|
472
|
+
geocode: GeocodeInput
|
|
468
473
|
}
|
|
469
474
|
|
|
470
475
|
type Query {
|