Swirrl / cubiql

CubiQL: A GraphQL service for querying multidimensional Linked Data Cubes
Eclipse Public License 1.0
41 stars 2 forks source link

Configure CORS #157

Open lkitching opened 6 years ago

lkitching commented 6 years ago

Configure CORS correctly within the pedestal server returned from server/create-server. This should respond to pre-flight OPTIONS request as well as set the required headers on the subsequent GraphQL request.