Waiting for engine...
Skip to main content

DeployedApiApplicationCreateInput

Input type for creating a new deployed API application.

input DeployedApiApplicationCreateInput {
gatewayId: ID
name: String!
ownerName: String
ownerUserName: String
ownerEmail: String
status: DeployedApiApplicationInputStatus!
contactPhone: String
companyName: String
companyWebsite: String
notes: String
description: String
}

Fields

DeployedApiApplicationCreateInput.gatewayId ● ID scalar miscellaneous

Gateway ID.

DeployedApiApplicationCreateInput.name ● String! non-null scalar miscellaneous

Application's name.

DeployedApiApplicationCreateInput.ownerName ● String scalar miscellaneous

Application Owner Name.

DeployedApiApplicationCreateInput.ownerUserName ● String scalar miscellaneous

Application Owner User Name.

DeployedApiApplicationCreateInput.ownerEmail ● String scalar miscellaneous

Application Owner Email.

DeployedApiApplicationCreateInput.status ● DeployedApiApplicationInputStatus! non-null enum platform

Application's status.

DeployedApiApplicationCreateInput.contactPhone ● String scalar miscellaneous

Application Owner phone number.

DeployedApiApplicationCreateInput.companyName ● String scalar miscellaneous

Application company name.

DeployedApiApplicationCreateInput.companyWebsite ● String scalar miscellaneous

Application company website.

DeployedApiApplicationCreateInput.notes ● String scalar miscellaneous

Notes about application.

DeployedApiApplicationCreateInput.description ● String scalar miscellaneous

Application Description.

Member Of

deployedApiApplicationCreate mutation

On this Page