Merge pull request #2632 from payloadcms/fix/graphql-type
fix: correct casing on graphql type
This commit is contained in:
@@ -27,7 +27,7 @@ export declare type PayloadRequest<U = any> = Request & {
|
||||
* */
|
||||
collection?: Collection;
|
||||
/** What triggered this request */
|
||||
payloadAPI: 'REST' | 'local' | 'graphQL';
|
||||
payloadAPI?: 'REST' | 'local' | 'GraphQL';
|
||||
/** Uploaded files */
|
||||
files?: {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user