Skip to content

Commit 55a4550

Browse files
authored
Add RemoteFile interface (#35617)
1 parent 8843178 commit 55a4550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-source-contentful/src/create-schema-customization.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export async function createSchemaCustomization(
161161
}
162162
: {}),
163163
},
164-
interfaces: [`ContentfulReference`, `Node`],
164+
interfaces: [`ContentfulReference`, `Node`, `RemoteFile`],
165165
}),
166166
{
167167
schema,

0 commit comments

Comments
 (0)