6 |
7 |
8 |
9 |
10 | query ($id: ID!) {
11 | event(id: $id) {
12 | id
13 | title
14 | description
15 | duration
16 | price
17 | date
18 | image
19 | }
20 | }
21 |
22 |
23 |
32 |
--------------------------------------------------------------------------------
/e-vents-front/src/templates/README.md:
--------------------------------------------------------------------------------
1 | Templates for **GraphQL collections** should be added here.
2 | To create a template for a collection called `WordPressPost`
3 | create a file named `WordPressPost.vue` in this folder.
4 |
5 | Learn more: https://gridsome.org/docs/templates/
6 |
7 | You can delete this file.
8 |
--------------------------------------------------------------------------------
/e-vents-front/static/README.md:
--------------------------------------------------------------------------------
1 | Add static files here. Files in this directory will be copied directly to `dist` folder during build. For example, /static/robots.txt will be located at https://yoursite.com/robots.txt.
2 |
3 | This file should be deleted.
--------------------------------------------------------------------------------