OBJECT

GuardrailsObjectCount

link GraphQL Schema definition

  • type GuardrailsObjectCount {
  • # dependent object count
  • count: Int!
  • # dependent object type
  • objectType: String!
  • # source object identifier
  • sourceObjectId: ID!
  • }