mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
feat: update hasura
This commit is contained in:
parent
c27585db89
commit
ef6f7db539
156 changed files with 307 additions and 303 deletions
|
@ -45,7 +45,7 @@ services:
|
|||
- app
|
||||
|
||||
graphql-engine:
|
||||
image: hasura/graphql-engine:v2.0.0-alpha.4
|
||||
image: hasura/graphql-engine:v2.0.0-alpha.5
|
||||
ports:
|
||||
- "8080:8080"
|
||||
depends_on:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
- name: default
|
||||
kind: postgres
|
||||
configuration:
|
||||
connection_info:
|
||||
database_url:
|
||||
|
@ -7,155 +8,5 @@
|
|||
idle_timeout: 180
|
||||
max_connections: 50
|
||||
retries: 1
|
||||
tables:
|
||||
- "!include public_pokemon_v2_ability.yaml"
|
||||
- "!include public_pokemon_v2_abilitychange.yaml"
|
||||
- "!include public_pokemon_v2_abilitychangeeffecttext.yaml"
|
||||
- "!include public_pokemon_v2_abilityeffecttext.yaml"
|
||||
- "!include public_pokemon_v2_abilityflavortext.yaml"
|
||||
- "!include public_pokemon_v2_abilityname.yaml"
|
||||
- "!include public_pokemon_v2_berry.yaml"
|
||||
- "!include public_pokemon_v2_berryfirmness.yaml"
|
||||
- "!include public_pokemon_v2_berryfirmnessname.yaml"
|
||||
- "!include public_pokemon_v2_berryflavor.yaml"
|
||||
- "!include public_pokemon_v2_berryflavormap.yaml"
|
||||
- "!include public_pokemon_v2_berryflavorname.yaml"
|
||||
- "!include public_pokemon_v2_characteristic.yaml"
|
||||
- "!include public_pokemon_v2_characteristicdescription.yaml"
|
||||
- "!include public_pokemon_v2_contestcombo.yaml"
|
||||
- "!include public_pokemon_v2_contesteffect.yaml"
|
||||
- "!include public_pokemon_v2_contesteffecteffecttext.yaml"
|
||||
- "!include public_pokemon_v2_contesteffectflavortext.yaml"
|
||||
- "!include public_pokemon_v2_contesttype.yaml"
|
||||
- "!include public_pokemon_v2_contesttypename.yaml"
|
||||
- "!include public_pokemon_v2_egggroup.yaml"
|
||||
- "!include public_pokemon_v2_egggroupname.yaml"
|
||||
- "!include public_pokemon_v2_encounter.yaml"
|
||||
- "!include public_pokemon_v2_encountercondition.yaml"
|
||||
- "!include public_pokemon_v2_encounterconditionname.yaml"
|
||||
- "!include public_pokemon_v2_encounterconditionvalue.yaml"
|
||||
- "!include public_pokemon_v2_encounterconditionvaluemap.yaml"
|
||||
- "!include public_pokemon_v2_encounterconditionvaluename.yaml"
|
||||
- "!include public_pokemon_v2_encountermethod.yaml"
|
||||
- "!include public_pokemon_v2_encountermethodname.yaml"
|
||||
- "!include public_pokemon_v2_encounterslot.yaml"
|
||||
- "!include public_pokemon_v2_evolutionchain.yaml"
|
||||
- "!include public_pokemon_v2_evolutiontrigger.yaml"
|
||||
- "!include public_pokemon_v2_evolutiontriggername.yaml"
|
||||
- "!include public_pokemon_v2_experience.yaml"
|
||||
- "!include public_pokemon_v2_gender.yaml"
|
||||
- "!include public_pokemon_v2_generation.yaml"
|
||||
- "!include public_pokemon_v2_generationname.yaml"
|
||||
- "!include public_pokemon_v2_growthrate.yaml"
|
||||
- "!include public_pokemon_v2_growthratedescription.yaml"
|
||||
- "!include public_pokemon_v2_item.yaml"
|
||||
- "!include public_pokemon_v2_itemattribute.yaml"
|
||||
- "!include public_pokemon_v2_itemattributedescription.yaml"
|
||||
- "!include public_pokemon_v2_itemattributemap.yaml"
|
||||
- "!include public_pokemon_v2_itemattributename.yaml"
|
||||
- "!include public_pokemon_v2_itemcategory.yaml"
|
||||
- "!include public_pokemon_v2_itemcategoryname.yaml"
|
||||
- "!include public_pokemon_v2_itemeffecttext.yaml"
|
||||
- "!include public_pokemon_v2_itemflavortext.yaml"
|
||||
- "!include public_pokemon_v2_itemflingeffect.yaml"
|
||||
- "!include public_pokemon_v2_itemflingeffecteffecttext.yaml"
|
||||
- "!include public_pokemon_v2_itemgameindex.yaml"
|
||||
- "!include public_pokemon_v2_itemname.yaml"
|
||||
- "!include public_pokemon_v2_itempocket.yaml"
|
||||
- "!include public_pokemon_v2_itempocketname.yaml"
|
||||
- "!include public_pokemon_v2_itemsprites.yaml"
|
||||
- "!include public_pokemon_v2_language.yaml"
|
||||
- "!include public_pokemon_v2_languagename.yaml"
|
||||
- "!include public_pokemon_v2_location.yaml"
|
||||
- "!include public_pokemon_v2_locationarea.yaml"
|
||||
- "!include public_pokemon_v2_locationareaencounterrate.yaml"
|
||||
- "!include public_pokemon_v2_locationareaname.yaml"
|
||||
- "!include public_pokemon_v2_locationgameindex.yaml"
|
||||
- "!include public_pokemon_v2_locationname.yaml"
|
||||
- "!include public_pokemon_v2_machine.yaml"
|
||||
- "!include public_pokemon_v2_move.yaml"
|
||||
- "!include public_pokemon_v2_moveattribute.yaml"
|
||||
- "!include public_pokemon_v2_moveattributedescription.yaml"
|
||||
- "!include public_pokemon_v2_moveattributemap.yaml"
|
||||
- "!include public_pokemon_v2_moveattributename.yaml"
|
||||
- "!include public_pokemon_v2_movebattlestyle.yaml"
|
||||
- "!include public_pokemon_v2_movebattlestylename.yaml"
|
||||
- "!include public_pokemon_v2_movechange.yaml"
|
||||
- "!include public_pokemon_v2_movedamageclass.yaml"
|
||||
- "!include public_pokemon_v2_movedamageclassdescription.yaml"
|
||||
- "!include public_pokemon_v2_movedamageclassname.yaml"
|
||||
- "!include public_pokemon_v2_moveeffect.yaml"
|
||||
- "!include public_pokemon_v2_moveeffectchange.yaml"
|
||||
- "!include public_pokemon_v2_moveeffectchangeeffecttext.yaml"
|
||||
- "!include public_pokemon_v2_moveeffecteffecttext.yaml"
|
||||
- "!include public_pokemon_v2_moveflavortext.yaml"
|
||||
- "!include public_pokemon_v2_movelearnmethod.yaml"
|
||||
- "!include public_pokemon_v2_movelearnmethoddescription.yaml"
|
||||
- "!include public_pokemon_v2_movelearnmethodname.yaml"
|
||||
- "!include public_pokemon_v2_movemeta.yaml"
|
||||
- "!include public_pokemon_v2_movemetaailment.yaml"
|
||||
- "!include public_pokemon_v2_movemetaailmentname.yaml"
|
||||
- "!include public_pokemon_v2_movemetacategory.yaml"
|
||||
- "!include public_pokemon_v2_movemetacategorydescription.yaml"
|
||||
- "!include public_pokemon_v2_movemetastatchange.yaml"
|
||||
- "!include public_pokemon_v2_movename.yaml"
|
||||
- "!include public_pokemon_v2_movetarget.yaml"
|
||||
- "!include public_pokemon_v2_movetargetdescription.yaml"
|
||||
- "!include public_pokemon_v2_movetargetname.yaml"
|
||||
- "!include public_pokemon_v2_nature.yaml"
|
||||
- "!include public_pokemon_v2_naturebattlestylepreference.yaml"
|
||||
- "!include public_pokemon_v2_naturename.yaml"
|
||||
- "!include public_pokemon_v2_naturepokeathlonstat.yaml"
|
||||
- "!include public_pokemon_v2_palpark.yaml"
|
||||
- "!include public_pokemon_v2_palparkarea.yaml"
|
||||
- "!include public_pokemon_v2_palparkareaname.yaml"
|
||||
- "!include public_pokemon_v2_pokeathlonstat.yaml"
|
||||
- "!include public_pokemon_v2_pokeathlonstatname.yaml"
|
||||
- "!include public_pokemon_v2_pokedex.yaml"
|
||||
- "!include public_pokemon_v2_pokedexdescription.yaml"
|
||||
- "!include public_pokemon_v2_pokedexname.yaml"
|
||||
- "!include public_pokemon_v2_pokedexversiongroup.yaml"
|
||||
- "!include public_pokemon_v2_pokemon.yaml"
|
||||
- "!include public_pokemon_v2_pokemonability.yaml"
|
||||
- "!include public_pokemon_v2_pokemoncolor.yaml"
|
||||
- "!include public_pokemon_v2_pokemoncolorname.yaml"
|
||||
- "!include public_pokemon_v2_pokemondexnumber.yaml"
|
||||
- "!include public_pokemon_v2_pokemonegggroup.yaml"
|
||||
- "!include public_pokemon_v2_pokemonevolution.yaml"
|
||||
- "!include public_pokemon_v2_pokemonform.yaml"
|
||||
- "!include public_pokemon_v2_pokemonformgeneration.yaml"
|
||||
- "!include public_pokemon_v2_pokemonformname.yaml"
|
||||
- "!include public_pokemon_v2_pokemonformsprites.yaml"
|
||||
- "!include public_pokemon_v2_pokemonformtype.yaml"
|
||||
- "!include public_pokemon_v2_pokemongameindex.yaml"
|
||||
- "!include public_pokemon_v2_pokemonhabitat.yaml"
|
||||
- "!include public_pokemon_v2_pokemonhabitatname.yaml"
|
||||
- "!include public_pokemon_v2_pokemonitem.yaml"
|
||||
- "!include public_pokemon_v2_pokemonmove.yaml"
|
||||
- "!include public_pokemon_v2_pokemonshape.yaml"
|
||||
- "!include public_pokemon_v2_pokemonshapename.yaml"
|
||||
- "!include public_pokemon_v2_pokemonspecies.yaml"
|
||||
- "!include public_pokemon_v2_pokemonspeciesdescription.yaml"
|
||||
- "!include public_pokemon_v2_pokemonspeciesflavortext.yaml"
|
||||
- "!include public_pokemon_v2_pokemonspeciesname.yaml"
|
||||
- "!include public_pokemon_v2_pokemonsprites.yaml"
|
||||
- "!include public_pokemon_v2_pokemonstat.yaml"
|
||||
- "!include public_pokemon_v2_pokemontype.yaml"
|
||||
- "!include public_pokemon_v2_pokemontypepast.yaml"
|
||||
- "!include public_pokemon_v2_region.yaml"
|
||||
- "!include public_pokemon_v2_regionname.yaml"
|
||||
- "!include public_pokemon_v2_stat.yaml"
|
||||
- "!include public_pokemon_v2_statname.yaml"
|
||||
- "!include public_pokemon_v2_supercontestcombo.yaml"
|
||||
- "!include public_pokemon_v2_supercontesteffect.yaml"
|
||||
- "!include public_pokemon_v2_supercontesteffectflavortext.yaml"
|
||||
- "!include public_pokemon_v2_type.yaml"
|
||||
- "!include public_pokemon_v2_typeefficacy.yaml"
|
||||
- "!include public_pokemon_v2_typegameindex.yaml"
|
||||
- "!include public_pokemon_v2_typename.yaml"
|
||||
- "!include public_pokemon_v2_version.yaml"
|
||||
- "!include public_pokemon_v2_versiongroup.yaml"
|
||||
- "!include public_pokemon_v2_versiongroupmovelearnmethod.yaml"
|
||||
- "!include public_pokemon_v2_versiongroupregion.yaml"
|
||||
- "!include public_pokemon_v2_versionname.yaml"
|
||||
functions: []
|
||||
tables: "!include default\\tables\\tables.yaml"
|
||||
functions: "!include default\\functions\\functions.yaml"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
[]
|
|
@ -41,7 +41,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -16,7 +16,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -11,7 +11,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -19,7 +19,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -16,7 +16,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -34,7 +34,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -13,7 +13,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -23,7 +23,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -23,7 +23,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -16,7 +16,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -22,7 +22,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -16,7 +16,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -20,7 +20,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -23,7 +23,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -16,7 +16,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -13,7 +13,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -16,7 +16,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -5,7 +5,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -9,7 +9,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -83,7 +83,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -30,7 +30,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -93,7 +93,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -23,7 +23,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -20,7 +20,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -11,7 +11,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -16,7 +16,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -16,7 +16,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -5,7 +5,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -429,7 +429,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -34,7 +34,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -27,7 +27,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -11,7 +11,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -14,7 +14,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -118,7 +118,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -23,7 +23,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -16,7 +16,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -14,7 +14,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -37,7 +37,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -30,7 +30,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -16,7 +16,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -11,7 +11,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -30,7 +30,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -11,7 +11,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -16,7 +16,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -16,7 +16,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -23,7 +23,7 @@ array_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -36,7 +36,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
|
@ -8,7 +8,7 @@ object_relationships:
|
|||
select_permissions:
|
||||
- permission:
|
||||
allow_aggregations: true
|
||||
columns: '*'
|
||||
columns: "*"
|
||||
filter: {}
|
||||
limit: 100000
|
||||
role: anon
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue