Rename event address to inline address

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-11-06 11:15:16 +01:00
parent 53de80dfee
commit a2017a3546
6 changed files with 31 additions and 12 deletions

View File

@@ -69,6 +69,9 @@ export const SEARCH_EVENTS_AND_GROUPS = gql`
followers(approved: true) {
total
}
physicalAddress {
...AdressFragment
}
}
}
}