appOwner
Last updated
Represents an application owner with their associated applications.
type AppOwner {
name: String!
email: String!
appIds: [String!]!
}name String!
Name of the application owner
email String!
Email address of the application owner
appIds [String!]!
List of application IDs owned by this user
Last updated
