mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
8 lines
196 B
TypeScript
8 lines
196 B
TypeScript
import { GraphQLUpload } from 'graphql-upload'
|
|
|
|
export default {
|
|
// This maps the `Upload` scalar to the implementation provided
|
|
// by the `graphql-upload` package.
|
|
Upload: GraphQLUpload,
|
|
}
|