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

Private Datasets: GQL API: Ability to change dataset visibility #724

Closed
1 task
Tracked by #676
s373r opened this issue Jul 19, 2024 · 1 comment · Fixed by #814
Closed
1 task
Tracked by #676

Private Datasets: GQL API: Ability to change dataset visibility #724

s373r opened this issue Jul 19, 2024 · 1 comment · Fixed by #814
Assignees

Comments

@s373r
Copy link
Member

s373r commented Jul 19, 2024

"""
Types
"""
input PrivateDatasetVisibilityInput {
	dummy: String
}

input PublicDatasetVisibilityInput {
	anonymousAvailable: Boolean!
}

input DatasetVisibilityInput @oneOf {
	private: PrivateDatasetVisibilityInput
	public: PublicDatasetVisibilityInput
}

"""
Methods
"""
DatasetMut::setVisibility(visibility: DatasetVisibilityInput!): SetDatasetPropertyResultSuccess!

Based on the "4.5. Use case: Changing dataset visibility" RFC chapter


  • Update test_smart_push_visibility() test
@s373r
Copy link
Member Author

s373r commented Dec 17, 2024

Done via #814

@s373r s373r closed this as completed Dec 17, 2024
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

Successfully merging a pull request may close this issue.

1 participant