mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
10 lines
359 B
JavaScript
10 lines
359 B
JavaScript
// TODO: can be replaced with: (which is no a fake)
|
|
// import gql from 'graphql-tag'
|
|
// See issue: https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/5152
|
|
|
|
//* This is a fake ES2015 template string, just to benefit of syntax
|
|
// highlighting of `gql` template strings in certain editors.
|
|
export function gql(strings) {
|
|
return strings.join('')
|
|
}
|