@vocollege/app 0.0.165 → 0.0.166

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vocollege/app",
3
- "version": "0.0.165",
3
+ "version": "0.0.166",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -8,6 +8,8 @@ export const GET_EDUCATIONS_FIELDS = gql`
8
8
  code
9
9
  created_at
10
10
  updated_at
11
+ diplomaType
12
+ education
11
13
  }
12
14
  `;
13
15
  export const GET_EDUCATION = gql`
@@ -96,6 +96,13 @@ export const SEARCH_GROUP = gql`
96
96
  filetype
97
97
  url
98
98
  }
99
+ educations {
100
+ id
101
+ status
102
+ title
103
+ diplomaType
104
+ education
105
+ }
99
106
  parentGroups {
100
107
  id
101
108
  name