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

fr: allow disabling of specific functionalities in schema builder #171

Open
joshua-auchincloss opened this issue Aug 16, 2024 · 0 comments

Comments

@joshua-auchincloss
Copy link

Motivation

From a security standpoint, not all features in seaography are desired/ permitted in the context of a security conscious application. For example, an entity such as "User" would not be desirable to have exposed update or delete mutations applied by any external parties, but rather the system itself should manage this via extended async_graphql objects.

Proposed Solutions

Allow methods in Builder to explicitly enable / disable functionalities such as update, delete, and create mutations to restrict functionalities exposed in query-only apis. This should both be at a per-entity level, and a global level across the entire schema such that restricted items do not appear once the endpoint is introspected by a client.

Additional Information

N/A.

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

1 participant