Repository URL to install this package:
|
Version:
2.0.22 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const apollo_server_1 = require("apollo-server");
exports.default = apollo_server_1.gql `
type ListItemInfo {
additionalinfo: [LabelValue]
}
type ListProperties {
iteminfo: ListItemInfo
}
type List {
identifier: ID!
properties: ListProperties
}
type ListResponseChildren {
lists: [List]
}
type ListResponseItemInfo {
flags: [LabelValue]
}
type ListResponseState {
count: String
}
type ListResponseProperties {
iteminfo: ListResponseItemInfo
state: ListResponseState
}
type ListResponse {
children: ListResponseChildren
properties: ListResponseProperties
type: String
responseMessage: String
responseCode: String
}
`;
//# sourceMappingURL=List.graphql.js.map