Credential
No description
type Credential implements BaseFields {
createdAt: ISO8601DateTime!
description: String
environment: String
id: ID!
name: String
password: String
profile: String
updatedAt: ISO8601DateTime!
user: String
}
Fields
Credential.createdAt
● ISO8601DateTime!
non-null scalar
The date when record was created
Credential.description
● String
scalar
Credential.environment
● String
scalar
Credential.id
● ID!
non-null scalar
The ID scalar type represents a unique identifier