UNPKG
charlotte-graphql
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Generates GraphQL type definitions and resolvers off of a concise spec.
charlotte-graphql
/
lib
/
find-operators.js
11 lines
(9 loc)
•
97 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
module
.
exports
= [
'gt_'
,
'gte_'
,
'lt_'
,
'lte_'
,
'not_'
,
'search_'
];