ModelAccessFilter

open_in_new

Filter based on given access @beta

GraphQL Schema definition

  • enum ModelAccessFilter {
  • # Models this user has created
  • ModelCreator
  • # Models shared with this user.
  • ModelShares
  • # Models shared with the user through a user-group.
  • UserGroupModelShares
  • # Admin access given to the user
  • Admin
  • }