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

Implement unions for attributes #11

Open
yawnston opened this issue Jun 13, 2022 · 0 comments
Open

Implement unions for attributes #11

yawnston opened this issue Jun 13, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@yawnston
Copy link
Member

Currently, attributes are not able to be part of a union, since unions of primitive types are not allowed in GraphQL schemas.

Firstly, we should investigate whether unions of literals and non-literals are actually common enough in RDF datasets to warrant solving this issue.

If so, then we should come up with a way to represent these unions in the GraphQL schema.

@yawnston yawnston added the enhancement New feature or request label Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant