Telescope.graphQL = { schemas: [], addSchema(schema) { this.schemas.push(schema); }, queries: [], addQuery(query) { this.queries.push(query); }, mutations: [], addMutation(mutation) { this.mutations.push(mutation); }, };