Skip to content

Commit

Permalink
Merge branch 'website_live' into bring-in-latest-website-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bladey committed Oct 6, 2021
2 parents b197481 + 197a499 commit 34d84a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/guides/custom-fields.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ import {
FieldTypeFunc,
CommonFieldConfig,
fieldType,
graphql,
orderDirectionEnum,
filters,
} from '@keystone-next/keystone/types';
import { graphql } from '@keystone-next/keystone';

export type MyIntFieldConfig<TGeneratedListTypes extends BaseGeneratedListTypes> =
CommonFieldConfig<TGeneratedListTypes> & {
Expand Down

0 comments on commit 34d84a3

Please sign in to comment.