Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting all schemas returns list of concatenated names without spaces sorted alphabetically #4

Open
texascloud opened this issue Jul 31, 2018 · 1 comment

Comments

@texascloud
Copy link

alias qc='qlooctl --kubeconfig __MY_CLUSTER__'
~/scratch/qloo » qc schema create -f ./example.graphql paul
schema created successfully
------------------------------------------------------------
~/scratch/qloo » qc schema create -f ./example.graphql blart
schema created successfully
------------------------------------------------------------
~/scratch/qloo » qc schema create -f ./example.graphql mall
schema created successfully
------------------------------------------------------------
~/scratch/qloo » qc schema create -f ./example.graphql cop
schema created successfully
------------------------------------------------------------
~/scratch/qloo » qc schema get
blartcopmallpaul% 

Expected result would be:

blart
cop
mall
paul

or to preserve the order in which they were created:

paul
blart
mall
cop
@ilackarms
Copy link
Member

hm, this is an annoying bug. it will take a little time before i have a chance to look at this. thanks for bringing it to our attention; if you feel capable of submitting a PR for this, we'd happily merge it. otherwise, we'll get around to it as soon as we're able.

p.s. nice example 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants