Skip to main content

CredentialOptionalInput

No description

type CredentialOptionalInput {
id: ID
name: String
type: CredentialTypeOptionalInputEnum
username: String
password: String
createdAt: GQLTDate
updatedAt: GQLTDate
devices: CredentialDevicesHasManyInput
}

Fields#

id (ID)#

This a primary key for Credential

name (String)#

name column

type (CredentialTypeOptionalInputEnum)#

type column

username (String)#

username column

password (String)#

password column

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

devices (CredentialDevicesHasManyInput)#

This is the mutation object for CredentialDevicesHasMany