appOwner

Represents an application owner with their associated applications.

Examples

type AppOwner {
  name: String!
  email: String!
  appIds: [String!]!
}

Fields

Field
Description
Supported fields

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

References

Fields with this object:

Last updated