AppEnvironmentAddNewRelicUserInput
Input for adding a New Relic user to an environment.
input AppEnvironmentAddNewRelicUserInput {
appId: Int!
email: String!
environmentId: Int!
firstName: String!
lastName: String!
}
Fields
AppEnvironmentAddNewRelicUserInput.appId ● Int! non-null scalar common
The application ID that owns the environment.
AppEnvironmentAddNewRelicUserInput.email ● String! non-null scalar common
The email address of the user to add.
AppEnvironmentAddNewRelicUserInput.environmentId ● Int! non-null scalar common
The environment ID to add the user to.
AppEnvironmentAddNewRelicUserInput.firstName ● String! non-null scalar common
The first name of the user to add.
AppEnvironmentAddNewRelicUserInput.lastName ● String! non-null scalar common
The last name of the user to add.
Member Of
addNewRelicUser mutation