turbot/starwars

Query: starwars_species_input

Usage

powerpipe query starwars.query.starwars_species_input

SQL

select
name as label,
name as value
from
species
order by
name;