Skip to main content

CredentialRequiredInput

No description

type CredentialRequiredInput {
id: ID
name: String!
type: CredentialTypeRequiredInputEnum
username: String
password: String
createdAt: GQLTDate
updatedAt: GQLTDate
devices: CredentialDevicesHasManyInput
}

Fields#

id (ID)#

This a primary key for Credential

name (String!)#

name column

type (CredentialTypeRequiredInputEnum)#

type column

username (String)#

username column

password (String)#

password column

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

devices (CredentialDevicesHasManyInput)#

This is the mutation object for CredentialDevicesHasMany