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
// your fields - see createSchemaCustomization docs - if you're using schema inference you can also leave this object empty
1036
+
},
1037
+
interfaces: [`Node`, `RemoteFile`],
1038
+
}),
1039
+
{
1040
+
schema,
1041
+
actions,
1042
+
}
1043
+
)
1044
+
1045
+
actions.createTypes([imageAssetType])
1046
+
}
1044
1047
```
1045
1048
1046
1049
Implementing the `RemoteFile` interface adds the correct fields to your new GraphQL type and adds the necessary resolvers to handle the type. `RemoteFile` holds the following properties:
0 commit comments