ModelAccessFilter

open_in_new

@beta ObjectAccess

Filter based on given access

GraphQL Schema definition

  • enum ModelAccessFilter {
  • # Admin access given to the user
  • Admin
  • # Models this user has created
  • ModelCreator
  • # Models shared with this user.
  • ModelShares
  • # Models shared with the user through a user-group.
  • #
  • # Please note that you must have custom roles feature enabled to use this filter.
  • # If the feature is disabled, this
  • # filter will be ignored.
  • UserGroupModelShares
  • }