MultipleRecord
No description
type MultipleRecord implements Node {
annictId: Int!
createdAt: DateTime!
id: ID!
records(
after: String
before: String
first: Int
last: Int
): RecordConnection
user: User!
work: Work!
}
Fields
MultipleRecord.annictId ● Int! non-null scalar
MultipleRecord.createdAt ● DateTime! non-null scalar
MultipleRecord.id ● ID! non-null scalar
MultipleRecord.records ● RecordConnection object
MultipleRecord.records.after●StringscalarReturns the elements in the list that come after the specified cursor.
MultipleRecord.records.before ● String scalar
Returns the elements in the list that come before the specified cursor.
MultipleRecord.records.first ● Int scalar
Returns the first n elements from the list.
MultipleRecord.records.last ● Int scalar
Returns the last n elements from the list.
MultipleRecord.user ● User! non-null object
MultipleRecord.work ● Work! non-null object
Interfaces
Node interface
An object with an ID.
Implemented by
ActivityItem union