Skip to content

Commit bcb8cea

Browse files
committed
website fix
1 parent 8e8d72a commit bcb8cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/upgrade-guides/v16-v17.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Use the `validateInputValue` helper to retrieve the actual errors.
145145
- Removed deprecated `getOperationType` function, use `getRootType` on the `GraphQLSchema` instance instead
146146
- Removed deprecated `getVisitFn` function, use `getEnterLeaveForKind` instead
147147
- Removed deprecated `printError` and `formatError` utilities, you can use `toString` or `toJSON` on the error as a replacement
148-
- Removed deprecated `assertValidName` and `isValidNameError` utilities, use `assertName` instead
148+
- Removed deprecated `assertValidName` and `isValidNameError` utilities, use `assertHasValidName` instead
149149
- Removed deprecated `assertValidExecutionArguments` function, use `assertValidSchema` instead
150150
- Removed deprecated `getFieldDefFn` from `TypeInfo`
151151
- Removed deprecated `TypeInfo` from `validate` https://github.com/graphql/graphql-js/pull/4187

0 commit comments

Comments
 (0)