Schema Documentation

theme

Description

A Theme object

Response

Returns a Theme

Arguments
NameDescription
id - ID! The globally unique identifier of the theme.

Example

Query
query theme($id: ID!){
  theme(id: $id){
    authorauthorUridescriptionidisRestrictednamescreenshotslugtagsthemeUriversion
  }
}
Variables
{"id":"4"}
Response
{"data":{"theme":{"author":"xyz789","authorUri":"abc123","description":"xyz789","id":4,"isRestricted":true,"name":"abc123","screenshot":"abc123","slug":"xyz789","tags":["abc123"],"themeUri":"abc123","version":"xyz789"}}}