nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. |
id | UUID! | |
orgId | UUID! | |
name | String! | |
fontType | FontType | |
fontFamily | String! | |
regularFileId | UUID | |
boldFileId | UUID | |
italicFileId | UUID | |
boldItalicFileId | UUID | |
thumbnailFileId | UUID | |
cssUrl | String | |
commonFontId | UUID | |
createdAt | Datetime | |
updatedAt | Datetime | |
createdBy | UUID | |
updatedBy | UUID | |
orgByOrgId | Org | Reads a single `Org` that is related to this `Font`. |
fileByRegularFileId | File | Reads a single `File` that is related to this `Font`. |
fileByBoldFileId | File | Reads a single `File` that is related to this `Font`. |
fileByItalicFileId | File | Reads a single `File` that is related to this `Font`. |
fileByBoldItalicFileId | File | Reads a single `File` that is related to this `Font`. |
fileByThumbnailFileId | File | Reads a single `File` that is related to this `Font`. |
commonFontByCommonFontId | CommonFont | Reads a single `CommonFont` that is related to this `Font`. |
userByCreatedBy | User | Reads a single `User` that is related to this `Font`. |
userByUpdatedBy | User | Reads a single `User` that is related to this `Font`. |
themesByTitleFontIdDraft | ThemesConnection! | Reads and enables pagination through a set of `Theme`. |
first | Int | Only read the first `n` values of the set. |
last | Int | Only read the last `n` values of the set. |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. |
before | Cursor | Read all values in the set before (above) this cursor. |
after | Cursor | Read all values in the set after (below) this cursor. |
orderBy | [ThemesOrderBy!] | The method to use when ordering `Theme`. |
condition | ThemeCondition | A condition to be used in determining which values should be returned by the collection. |
filter | ThemeFilter | A filter to be used in determining which values should be returned by the collection. |
themesByBodyFontIdDraft | ThemesConnection! | Reads and enables pagination through a set of `Theme`. |
first | Int | Only read the first `n` values of the set. |
last | Int | Only read the last `n` values of the set. |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. |
before | Cursor | Read all values in the set before (above) this cursor. |
after | Cursor | Read all values in the set after (below) this cursor. |
orderBy | [ThemesOrderBy!] | The method to use when ordering `Theme`. |
condition | ThemeCondition | A condition to be used in determining which values should be returned by the collection. |
filter | ThemeFilter | A filter to be used in determining which values should be returned by the collection. |
themesByTitleFontId | ThemesConnection! | Reads and enables pagination through a set of `Theme`. |
first | Int | Only read the first `n` values of the set. |
last | Int | Only read the last `n` values of the set. |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. |
before | Cursor | Read all values in the set before (above) this cursor. |
after | Cursor | Read all values in the set after (below) this cursor. |
orderBy | [ThemesOrderBy!] | The method to use when ordering `Theme`. |
condition | ThemeCondition | A condition to be used in determining which values should be returned by the collection. |
filter | ThemeFilter | A filter to be used in determining which values should be returned by the collection. |
themesByBodyFontId | ThemesConnection! | Reads and enables pagination through a set of `Theme`. |
first | Int | Only read the first `n` values of the set. |
last | Int | Only read the last `n` values of the set. |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. |
before | Cursor | Read all values in the set before (above) this cursor. |
after | Cursor | Read all values in the set after (below) this cursor. |
orderBy | [ThemesOrderBy!] | The method to use when ordering `Theme`. |
condition | ThemeCondition | A condition to be used in determining which values should be returned by the collection. |
filter | ThemeFilter | A filter to be used in determining which values should be returned by the collection. |