Link
Link
type Link {
accountId: ID!
createdAt: ISO8601DateTime!
deletedAt: ISO8601DateTime
description: String!
domain: String
id: ID!
linkableId: ID!
linkableType: LinkableType!
thumbnail: String
title: String!
updatedAt: ISO8601DateTime!
url: String!
userId: ID
}
Fields
Link.accountId ● ID! non-null scalar
Account ID
Link.createdAt ● ISO8601DateTime! non-null scalar
Created at
Link.deletedAt ● ISO8601DateTime scalar
Deleted At
Link.description ● String! non-null scalar
Description
Link.domain ● String scalar
Domain
Link.id ● ID! non-null scalar
ID
Link.linkableId ● ID! non-null scalar
Linkable ID
Link.linkableType ● LinkableType! non-null enum
Linkable Type
Link.thumbnail ● String scalar
Thumbnail
Link.title ● String! non-null scalar
Title
Link.updatedAt ● ISO8601DateTime! non-null scalar
Updated at
Link.url ● String! non-null scalar
URL
Link.userId ● ID scalar
User ID
Member Of
LinkConnection object ● LinkEdge object