ENUM

ExtensionRatingLocation

Enumerates where the user can submit an extension rating.

link GraphQL Schema definition

1enum ExtensionRatingLocation {
2
3# The global notifications popout.
4NOTIFICATION
5}