userInputDto

Input type for user information and their associated applications.

Examples

input UserInputDTO {
  name: String
  email: String
  appIds: [String!]!
}

Fields

Field
Description
Supported fields

name String

Name of the user

email String

Email address of the user

appIds [String!]!

List of application IDs associated with the user

References

Fields with this object:

Last updated