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

apikey: add role to gql api key info #3312

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Conversation

mastercactapus
Copy link
Member

Description:
This PR adds a role field to GQLAPIKey indicating the permissions of the key.

Describe any introduced API changes:

type GQLAPIKey {
  // ...
  role: UserRole!
}

Additional Info:
Part of #3007

@mastercactapus mastercactapus merged commit 621ced9 into master Sep 27, 2023
@mastercactapus mastercactapus deleted the gql-add-role-to-info branch September 27, 2023 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants