You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graphql/test/__tests__/__snapshots__/graphile-test.test.ts.snap
-65Lines changed: 0 additions & 65 deletions
Original file line number
Diff line number
Diff line change
@@ -1121,77 +1121,12 @@ based pagination. May not be used with \`last\`.",
1121
1121
"ofType": null,
1122
1122
},
1123
1123
},
1124
-
{
1125
-
"defaultValue": null,
1126
-
"description": "Fuzzy matches using pg_trgm trigram similarity. Tolerates typos and misspellings.",
1127
-
"name": "similarTo",
1128
-
"type": {
1129
-
"kind": "INPUT_OBJECT",
1130
-
"name": "TrgmSearchInput",
1131
-
"ofType": null,
1132
-
},
1133
-
},
1134
-
{
1135
-
"defaultValue": null,
1136
-
"description": "Fuzzy matches using pg_trgm word_similarity. Finds the best matching substring within the column value.",
1137
-
"name": "wordSimilarTo",
1138
-
"type": {
1139
-
"kind": "INPUT_OBJECT",
1140
-
"name": "TrgmSearchInput",
1141
-
"ofType": null,
1142
-
},
1143
-
},
1144
1124
],
1145
1125
"interfaces": null,
1146
1126
"kind": "INPUT_OBJECT",
1147
1127
"name": "StringFilter",
1148
1128
"possibleTypes": null,
1149
1129
},
1150
-
{
1151
-
"description": "Input for pg_trgm fuzzy text matching. Provide a search value and optional similarity threshold.",
1152
-
"enumValues": null,
1153
-
"fields": null,
1154
-
"inputFields": [
1155
-
{
1156
-
"defaultValue": null,
1157
-
"description": "The text to fuzzy-match against. Typos and misspellings are tolerated.",
1158
-
"name": "value",
1159
-
"type": {
1160
-
"kind": "NON_NULL",
1161
-
"name": null,
1162
-
"ofType": {
1163
-
"kind": "SCALAR",
1164
-
"name": "String",
1165
-
"ofType": null,
1166
-
},
1167
-
},
1168
-
},
1169
-
{
1170
-
"defaultValue": null,
1171
-
"description": "Minimum similarity threshold (0.0 to 1.0). Higher = stricter matching. Default is 0.3.",
1172
-
"name": "threshold",
1173
-
"type": {
1174
-
"kind": "SCALAR",
1175
-
"name": "Float",
1176
-
"ofType": null,
1177
-
},
1178
-
},
1179
-
],
1180
-
"interfaces": null,
1181
-
"kind": "INPUT_OBJECT",
1182
-
"name": "TrgmSearchInput",
1183
-
"possibleTypes": null,
1184
-
},
1185
-
{
1186
-
"description": "The \`Float\` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
1187
-
"enumValues": null,
1188
-
"fields": null,
1189
-
"inputFields": null,
1190
-
"interfaces": null,
1191
-
"kind": "SCALAR",
1192
-
"name": "Float",
1193
-
"possibleTypes": null,
1194
-
},
1195
1130
{
1196
1131
"description": "Methods to use when ordering \`User\`.",
0 commit comments