Skip to content

Commit 97cee7c

Browse files
refactor: removed graphql prefix
1 parent 6577843 commit 97cee7c

File tree

153 files changed

+3965
-3659
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+3965
-3659
lines changed
Lines changed: 53 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,59 @@
11
table:
22
name: pokemon_v2_ability
33
schema: public
4+
configuration:
5+
custom_name: ability
46
object_relationships:
5-
- name: pokemon_v2_generation
6-
using:
7-
foreign_key_constraint_on: generation_id
7+
- name: generation
8+
using:
9+
foreign_key_constraint_on: generation_id
810
array_relationships:
9-
- name: pokemon_v2_abilitychanges
10-
using:
11-
foreign_key_constraint_on:
12-
column: ability_id
13-
table:
14-
name: pokemon_v2_abilitychange
15-
schema: public
16-
- name: pokemon_v2_abilityeffecttexts
17-
using:
18-
foreign_key_constraint_on:
19-
column: ability_id
20-
table:
21-
name: pokemon_v2_abilityeffecttext
22-
schema: public
23-
- name: pokemon_v2_abilityflavortexts
24-
using:
25-
foreign_key_constraint_on:
26-
column: ability_id
27-
table:
28-
name: pokemon_v2_abilityflavortext
29-
schema: public
30-
- name: pokemon_v2_abilitynames
31-
using:
32-
foreign_key_constraint_on:
33-
column: ability_id
34-
table:
35-
name: pokemon_v2_abilityname
36-
schema: public
37-
- name: pokemon_v2_pokemonabilities
38-
using:
39-
foreign_key_constraint_on:
40-
column: ability_id
41-
table:
42-
name: pokemon_v2_pokemonability
43-
schema: public
44-
- name: pokemon_v2_pokemonabilitypasts
45-
using:
46-
foreign_key_constraint_on:
47-
column: ability_id
48-
table:
49-
name: pokemon_v2_pokemonabilitypast
50-
schema: public
11+
- name: abilitychanges
12+
using:
13+
foreign_key_constraint_on:
14+
column: ability_id
15+
table:
16+
name: pokemon_v2_abilitychange
17+
schema: public
18+
- name: abilityeffecttexts
19+
using:
20+
foreign_key_constraint_on:
21+
column: ability_id
22+
table:
23+
name: pokemon_v2_abilityeffecttext
24+
schema: public
25+
- name: abilityflavortexts
26+
using:
27+
foreign_key_constraint_on:
28+
column: ability_id
29+
table:
30+
name: pokemon_v2_abilityflavortext
31+
schema: public
32+
- name: abilitynames
33+
using:
34+
foreign_key_constraint_on:
35+
column: ability_id
36+
table:
37+
name: pokemon_v2_abilityname
38+
schema: public
39+
- name: pokemonabilities
40+
using:
41+
foreign_key_constraint_on:
42+
column: ability_id
43+
table:
44+
name: pokemon_v2_pokemonability
45+
schema: public
46+
- name: pokemonabilitypasts
47+
using:
48+
foreign_key_constraint_on:
49+
column: ability_id
50+
table:
51+
name: pokemon_v2_pokemonabilitypast
52+
schema: public
5153
select_permissions:
52-
- role: anon
53-
permission:
54-
columns: '*'
55-
filter: {}
56-
limit: 100000
57-
allow_aggregations: true
54+
- role: anon
55+
permission:
56+
columns: '*'
57+
filter: {}
58+
limit: 100000
59+
allow_aggregations: true
Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
table:
22
name: pokemon_v2_abilitychange
33
schema: public
4+
configuration:
5+
custom_name: abilitychange
46
object_relationships:
5-
- name: pokemon_v2_ability
6-
using:
7-
foreign_key_constraint_on: ability_id
8-
- name: pokemon_v2_versiongroup
9-
using:
10-
foreign_key_constraint_on: version_group_id
7+
- name: ability
8+
using:
9+
foreign_key_constraint_on: ability_id
10+
- name: versiongroup
11+
using:
12+
foreign_key_constraint_on: version_group_id
1113
array_relationships:
12-
- name: pokemon_v2_abilitychangeeffecttexts
13-
using:
14-
foreign_key_constraint_on:
15-
column: ability_change_id
16-
table:
17-
name: pokemon_v2_abilitychangeeffecttext
18-
schema: public
14+
- name: abilitychangeeffecttexts
15+
using:
16+
foreign_key_constraint_on:
17+
column: ability_change_id
18+
table:
19+
name: pokemon_v2_abilitychangeeffecttext
20+
schema: public
1921
select_permissions:
20-
- role: anon
21-
permission:
22-
columns: '*'
23-
filter: {}
24-
limit: 100000
25-
allow_aggregations: true
22+
- role: anon
23+
permission:
24+
columns: '*'
25+
filter: {}
26+
limit: 100000
27+
allow_aggregations: true
Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
table:
22
name: pokemon_v2_abilitychangeeffecttext
33
schema: public
4+
configuration:
5+
custom_name: abilitychangeeffecttext
46
object_relationships:
5-
- name: pokemon_v2_abilitychange
6-
using:
7-
foreign_key_constraint_on: ability_change_id
8-
- name: pokemon_v2_language
9-
using:
10-
foreign_key_constraint_on: language_id
7+
- name: abilitychange
8+
using:
9+
foreign_key_constraint_on: ability_change_id
10+
- name: language
11+
using:
12+
foreign_key_constraint_on: language_id
1113
select_permissions:
12-
- role: anon
13-
permission:
14-
columns: '*'
15-
filter: {}
16-
limit: 100000
17-
allow_aggregations: true
14+
- role: anon
15+
permission:
16+
columns: '*'
17+
filter: {}
18+
limit: 100000
19+
allow_aggregations: true
Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
table:
22
name: pokemon_v2_abilityeffecttext
33
schema: public
4+
configuration:
5+
custom_name: abilityeffecttext
46
object_relationships:
5-
- name: pokemon_v2_ability
6-
using:
7-
foreign_key_constraint_on: ability_id
8-
- name: pokemon_v2_language
9-
using:
10-
foreign_key_constraint_on: language_id
7+
- name: ability
8+
using:
9+
foreign_key_constraint_on: ability_id
10+
- name: language
11+
using:
12+
foreign_key_constraint_on: language_id
1113
select_permissions:
12-
- role: anon
13-
permission:
14-
columns: '*'
15-
filter: {}
16-
limit: 100000
17-
allow_aggregations: true
14+
- role: anon
15+
permission:
16+
columns: '*'
17+
filter: {}
18+
limit: 100000
19+
allow_aggregations: true
Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
table:
22
name: pokemon_v2_abilityflavortext
33
schema: public
4+
configuration:
5+
custom_name: abilityflavortext
46
object_relationships:
5-
- name: pokemon_v2_ability
6-
using:
7-
foreign_key_constraint_on: ability_id
8-
- name: pokemon_v2_language
9-
using:
10-
foreign_key_constraint_on: language_id
11-
- name: pokemon_v2_versiongroup
12-
using:
13-
foreign_key_constraint_on: version_group_id
7+
- name: ability
8+
using:
9+
foreign_key_constraint_on: ability_id
10+
- name: language
11+
using:
12+
foreign_key_constraint_on: language_id
13+
- name: versiongroup
14+
using:
15+
foreign_key_constraint_on: version_group_id
1416
select_permissions:
15-
- role: anon
16-
permission:
17-
columns: '*'
18-
filter: {}
19-
limit: 100000
20-
allow_aggregations: true
17+
- role: anon
18+
permission:
19+
columns: '*'
20+
filter: {}
21+
limit: 100000
22+
allow_aggregations: true
Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
table:
22
name: pokemon_v2_abilityname
33
schema: public
4+
configuration:
5+
custom_name: abilityname
46
object_relationships:
5-
- name: pokemon_v2_ability
6-
using:
7-
foreign_key_constraint_on: ability_id
8-
- name: pokemon_v2_language
9-
using:
10-
foreign_key_constraint_on: language_id
7+
- name: ability
8+
using:
9+
foreign_key_constraint_on: ability_id
10+
- name: language
11+
using:
12+
foreign_key_constraint_on: language_id
1113
select_permissions:
12-
- role: anon
13-
permission:
14-
columns: '*'
15-
filter: {}
16-
limit: 100000
17-
allow_aggregations: true
14+
- role: anon
15+
permission:
16+
columns: '*'
17+
filter: {}
18+
limit: 100000
19+
allow_aggregations: true
Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
11
table:
22
name: pokemon_v2_berry
33
schema: public
4+
configuration:
5+
custom_name: berry
46
object_relationships:
5-
- name: pokemon_v2_berryfirmness
6-
using:
7-
foreign_key_constraint_on: berry_firmness_id
8-
- name: pokemon_v2_item
9-
using:
10-
foreign_key_constraint_on: item_id
11-
- name: pokemon_v2_type
12-
using:
13-
foreign_key_constraint_on: natural_gift_type_id
7+
- name: berryfirmness
8+
using:
9+
foreign_key_constraint_on: berry_firmness_id
10+
- name: item
11+
using:
12+
foreign_key_constraint_on: item_id
13+
- name: type
14+
using:
15+
foreign_key_constraint_on: natural_gift_type_id
1416
array_relationships:
15-
- name: pokemon_v2_berryflavormaps
16-
using:
17-
foreign_key_constraint_on:
18-
column: berry_id
19-
table:
20-
name: pokemon_v2_berryflavormap
21-
schema: public
17+
- name: berryflavormaps
18+
using:
19+
foreign_key_constraint_on:
20+
column: berry_id
21+
table:
22+
name: pokemon_v2_berryflavormap
23+
schema: public
2224
select_permissions:
23-
- role: anon
24-
permission:
25-
columns: '*'
26-
filter: {}
27-
limit: 100000
28-
allow_aggregations: true
25+
- role: anon
26+
permission:
27+
columns: '*'
28+
filter: {}
29+
limit: 100000
30+
allow_aggregations: true
Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
table:
22
name: pokemon_v2_berryfirmness
33
schema: public
4+
configuration:
5+
custom_name: berryfirmness
46
array_relationships:
5-
- name: pokemon_v2_berries
6-
using:
7-
foreign_key_constraint_on:
8-
column: berry_firmness_id
9-
table:
10-
name: pokemon_v2_berry
11-
schema: public
12-
- name: pokemon_v2_berryfirmnessnames
13-
using:
14-
foreign_key_constraint_on:
15-
column: berry_firmness_id
16-
table:
17-
name: pokemon_v2_berryfirmnessname
18-
schema: public
7+
- name: berries
8+
using:
9+
foreign_key_constraint_on:
10+
column: berry_firmness_id
11+
table:
12+
name: pokemon_v2_berry
13+
schema: public
14+
- name: berryfirmnessnames
15+
using:
16+
foreign_key_constraint_on:
17+
column: berry_firmness_id
18+
table:
19+
name: pokemon_v2_berryfirmnessname
20+
schema: public
1921
select_permissions:
20-
- role: anon
21-
permission:
22-
columns: '*'
23-
filter: {}
24-
limit: 100000
25-
allow_aggregations: true
22+
- role: anon
23+
permission:
24+
columns: '*'
25+
filter: {}
26+
limit: 100000
27+
allow_aggregations: true

0 commit comments

Comments
 (0)