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":"xyz789","slug":"abc123","tags":["abc123"],"themeUri":"xyz789","version":"xyz789"}}}