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

[GraphQL] query for organisation is not distinct #103

Closed
BoBiene opened this issue Apr 25, 2022 · 0 comments
Closed

[GraphQL] query for organisation is not distinct #103

BoBiene opened this issue Apr 25, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@BoBiene
Copy link
Collaborator

BoBiene commented Apr 25, 2022

This query returns multiple entries for OPC Foundation

query {
    organisation {
        name
        description	
        contactEmail
        website
    }
}

image

@BoBiene BoBiene added the bug Something isn't working label Apr 25, 2022
@barnstee barnstee self-assigned this Apr 26, 2022
barnstee added a commit that referenced this issue Apr 27, 2022
* Rename addressspace -> namespace

* Disable logerror warning.

* Fix using Async in method names.

* Implement disposeable on postgresql implementation.

* bug fix.

* Bug and code analyzer warning fixes and fix naming of cloudlibclient variables.

* Fix regression.

* Fix regression.

* Fix formatting.

* fix formatting.

* fix formatting.

* fix formatting.

* Fix formatting.

* Added docker compose back into solution file and deleted extra solution file.

* Fix one more (misspelt) addressspace -> namespace rename.

* Remove dups from category and org queries.

* Remove unneeded using.

* Fix cut and paste error.

* Fix client lib.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants