Initial backend service
This commit is contained in:
14
graphql/operations/create_voice_experience.graphql
Normal file
14
graphql/operations/create_voice_experience.graphql
Normal file
@@ -0,0 +1,14 @@
|
||||
mutation CreateVoiceExperience($input: CreateVoiceExperienceInput!) {
|
||||
createVoiceExperience(input: $input) {
|
||||
id
|
||||
status
|
||||
durationSeconds
|
||||
place {
|
||||
id
|
||||
googlePlaceId
|
||||
name
|
||||
latitude
|
||||
longitude
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user