mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add tweet, video, picture pageType
This commit is contained in:
parent
e7691e7c3e
commit
c5eb223c07
3 changed files with 9 additions and 0 deletions
|
|
@ -1683,8 +1683,11 @@ export enum PageType {
|
|||
Book = 'BOOK',
|
||||
File = 'FILE',
|
||||
Highlights = 'HIGHLIGHTS',
|
||||
Picture = 'PICTURE',
|
||||
Profile = 'PROFILE',
|
||||
Tweet = 'TWEET',
|
||||
Unknown = 'UNKNOWN',
|
||||
Video = 'VIDEO',
|
||||
Website = 'WEBSITE'
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1219,8 +1219,11 @@ enum PageType {
|
|||
BOOK
|
||||
FILE
|
||||
HIGHLIGHTS
|
||||
PICTURE
|
||||
PROFILE
|
||||
TWEET
|
||||
UNKNOWN
|
||||
VIDEO
|
||||
WEBSITE
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -309,6 +309,9 @@ const schema = gql`
|
|||
WEBSITE
|
||||
HIGHLIGHTS
|
||||
UNKNOWN
|
||||
TWEET
|
||||
VIDEO
|
||||
PICTURE
|
||||
}
|
||||
|
||||
type Page {
|
||||
|
|
|
|||
Loading…
Reference in a new issue