OBJECT
Texture
link GraphQL Schema definition
- type Texture {
- Int! :
- LibraryType :
- LibraryStatus :
- Int :
- String :
- String :
- String! :
- # Alt1 is the texture version number. If there is only one version, there is
- # no value in the cell. If there are multiple versions of the texture, it'd be 2
- # or greater.
- Int :
- # Alt2 is the client specific version number. If a client asks to modify the
- # texture again, it'd be 2 or greater.
- Int :
- String :
- String! :
- # Src would more accurately be called "swatch", but is still "src" for backward-
- # compatibility. This type is used to describe rows from three different tables:
- # color_library, brick_library, and :builder.custom_overlays. Except for the last
- # table, the "swatch" column is actually named "src", which is reflected here.
- String :
- String :
- }