File
No description
type File implements BaseFields {
contentType: String!
createdAt: ISO8601DateTime!
filename: String!
id: ID!
size: Int!
updatedAt: ISO8601DateTime!
url: String!
}
Fields
File.contentType ● String! non-null scalar
File.createdAt ● ISO8601DateTime! non-null scalar
The date when record was created
File.filename ● String! non-null scalar
File.id ● ID! non-null scalar
The ID scalar type represents a unique identifier