UNPKG
@goteborgco/open-api-js-client
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Official JavaScript client for the Göteborg & Co GraphQL API
@goteborgco/open-api-js-client
/
dist
/
utils
/
gql.d.ts
6 lines
(5 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Simple template literal tag function for GraphQL queries * Allows for cleaner GraphQL query syntax with template literals */
export
declare
const
gql
:
(
strings
:
TemplateStringsArray
, ...
values
:
any
[]
) =>
string
;