Skip to content

Commit

Permalink
fix: import path for createRichTextRelationshipPromise
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodMFlesch committed Jan 19, 2022
1 parent 1e6295a commit 586cd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/schema/buildObjectType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import combineParentName from '../utilities/combineParentName';
import withNullableType from './withNullableType';
import { BaseFields } from '../../collections/graphql/types';
import { toWords } from '../../utilities/formatLabels';
import createRichTextRelationshipPromise from '../../fields/richTextRelationshipPromise';
import createRichTextRelationshipPromise from '../../fields/richText/relationshipPromise';

type LocaleInputType = {
locale: {
Expand Down

0 comments on commit 586cd4d

Please sign in to comment.