ModelShareAccessLevel

open_in_new

GraphQL Schema definition

  • type ModelShareAccessLevel {
  • # The ID of the given access level
  • id: ID!
  • # The human-readable name for the access level
  • name: String!
  • }