Repository URL to install this package:
|
Version:
2.0.2 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
// @todo Michael implement this
const apollo_server_1 = require("apollo-server");
exports.default = apollo_server_1.gql `
type Studio {
identifier: ID!
}
type HomePageTitleText {
title: String
subtitle: String
text: String
}
type HomePageBackground {
mainBG: String
bottomBG: String
}
type HomePageVideo {
index: Int
thumbnailImage: String
autoplay: Boolean
loop: Boolean
controls: Boolean
logo: String
title: String
slogan: String
shareTitle: String
videoLength: Float
}
type HomePage {
titleText: HomePageTitleText
background: HomePageBackground
videos: [HomePageVideo]
}
`;
//# sourceMappingURL=Studio.graphql.js.map