[Wikidata-bugs] [Maniphest] [Updated] T173214: Support GraphQL Queries across Wikimedia

2018-11-13 Thread dbarratt
dbarratt added a comment. In T173214#4736866, @Tpt wrote: I just had a quick review of the current GraphQL structure for Wikibase entities. It looks great! Thank you! No problem. I'm learning a lot about GraphQL (and the Action API) so it's been fun. :) I would switch the Entity type to an

[Wikidata-bugs] [Maniphest] [Updated] T173214: Support GraphQL Queries across Wikimedia

2018-09-14 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T173214EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Smalyshev, Lydia_Pintscher, Addshore, larsgw, Saerdnaer, simon04, bearND, Siznax, Tpt,

[Wikidata-bugs] [Maniphest] [Updated] T173214: Support GraphQL Queries

2018-07-27 Thread Smalyshev
Smalyshev removed a project: Wikidata-Query-Service.Smalyshev added a comment. Sounds very interesting but probably not part of any work for #wikidata-query-service, so I am removing the tag.TASK DETAILhttps://phabricator.wikimedia.org/T173214EMAIL

[Wikidata-bugs] [Maniphest] [Updated] T173214: Support GraphQL Queries

2018-07-21 Thread dbarratt
dbarratt added a revision: D1082: CORS Preflight causes a PHP Fatal Error. TASK DETAILhttps://phabricator.wikimedia.org/T173214EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: dbarrattCc: Addshore, larsgw, Saerdnaer, simon04, bearND, Siznax, Tpt, Jonas,

[Wikidata-bugs] [Maniphest] [Updated] T173214: Support GraphQL Queries

2018-07-21 Thread dbarratt
dbarratt edited projects, added MediaWiki-extensions-WikibaseRepository; removed wikibase-registry. TASK DETAILhttps://phabricator.wikimedia.org/T173214EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: dbarrattCc: Addshore, larsgw, Saerdnaer, simon04, bearND,

[Wikidata-bugs] [Maniphest] [Updated] T173214: Support GraphQL Queries

2018-07-21 Thread dbarratt
dbarratt added projects: Wikidata.org, Wikidata-Query-Service, wikibase-registry. TASK DETAILhttps://phabricator.wikimedia.org/T173214EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: dbarrattCc: Addshore, larsgw, Saerdnaer, simon04, bearND, Siznax, Tpt, Jonas,

[Wikidata-bugs] [Maniphest] [Updated] T173214: Support GraphQL Queries

2018-07-21 Thread dbarratt
dbarratt added a revision: D1081: Add CORS Header. TASK DETAILhttps://phabricator.wikimedia.org/T173214EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: dbarrattCc: Addshore, larsgw, Saerdnaer, simon04, bearND, Siznax, Tpt, Jonas, Ricordisamoa, hoo,

[Wikidata-bugs] [Maniphest] [Updated] T173214: Support GraphQL Queries

2018-07-21 Thread dbarratt
dbarratt added a comment. @Tpt Here's a patch to enable CORS on the graphql endpoint. :) D1081TASK DETAILhttps://phabricator.wikimedia.org/T173214EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: dbarrattCc: Addshore, larsgw, Saerdnaer, simon04, bearND, Siznax,

[Wikidata-bugs] [Maniphest] [Updated] T173214: Support GraphQL Queries

2018-01-01 Thread Tpt
Tpt added a comment. I just started to implement a simple GraphQL wrapper on top of the Wikibase API in order to see how it could be implemented in practice. It currently maps most of the PHP DataModel structures with an interface similar to the one of the JSON API and provides some demo queries