We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4bda6 commit 23dba48Copy full SHA for 23dba48
src/type-defs.js
@@ -31,9 +31,7 @@ module.exports = `
31
speakers: [Contact],
32
tickets: [Ticket],
33
keywords: [String],
34
- country: Country,
35
- city: String,
36
- address: String
+ location: Contact
37
}
38
39
type Page {
@@ -51,13 +49,16 @@ module.exports = `
51
49
image: String,
52
50
type: String,
53
social: Social,
54
- location: Location,
55
56
keynotes: [Session],
57
lightningTalks: [Session],
58
presentations: [Session],
59
talks: [Session],
60
- workshops: [Session]
+ workshops: [Session],
+ location: Location,
+ country: Country,
+ city: String,
61
+ address: String
62
63
64
type Social {
0 commit comments