HubLibraryResource
No description
type HubLibraryResource implements Node {
nodeId: ID!
id: String!
hubId: String!
libraryResourceId: String!
order: Int!
workspaceId: String
version: Int!
updatedAt: Datetime!
createdAt: Datetime!
createdByWorkspaceAccountId: String
deletedAt: Datetime
hub: Hub
libraryResource: LibraryResource
}
Fields
HubLibraryResource.nodeId ● ID! non-null scalar
A globally unique identifier. Can be used in various places throughout the system to identify this single value.
HubLibraryResource.id ● String! non-null scalar
HubLibraryResource.hubId ● String! non-null scalar
HubLibraryResource.libraryResourceId ● String! non-null scalar
HubLibraryResource.order ● Int! non-null scalar
HubLibraryResource.workspaceId ● String scalar
HubLibraryResource.version ● Int! non-null scalar
HubLibraryResource.updatedAt ● Datetime! non-null scalar
HubLibraryResource.createdAt ● Datetime! non-null scalar
HubLibraryResource.createdByWorkspaceAccountId ● String scalar
HubLibraryResource.deletedAt ● Datetime scalar
HubLibraryResource.hub ● Hub object
Reads a single Hub that is related to this HubLibraryResource.
HubLibraryResource.libraryResource ● LibraryResource object
Reads a single LibraryResource that is related to this HubLibraryResource.
Interfaces
Node interface
An object with a globally unique ID.
Returned By
hubLibraryResource query ● hubLibraryResourceByHubIdAndLibraryResourceId query ● hubLibraryResourceByNodeId query ● hubLibraryResources query
Member Of
CreateHubLibraryResourcePayload object ● DeleteHubLibraryResourcePayload object ● Hub object ● HubLibraryResourcesConnection object ● HubLibraryResourcesEdge object ● LibraryResource object ● UpdateHubLibraryResourcePayload object ● UpsertHubLibraryResourcePayload object