mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ G Suite Node - remove duplicated field (#1037)
This commit is contained in:
@@ -635,30 +635,6 @@ export const userFields = [
|
||||
default: '',
|
||||
description: 'Property to use for sorting results.',
|
||||
},
|
||||
{
|
||||
displayName: 'Projection',
|
||||
name: 'projection',
|
||||
type: 'options',
|
||||
options: [
|
||||
{
|
||||
name: 'Basic',
|
||||
value: 'basic',
|
||||
description: 'Do not include any custom fields for the user',
|
||||
},
|
||||
{
|
||||
name: 'Custom',
|
||||
value: 'custom',
|
||||
description: 'Include custom fields from schemas requested in customField',
|
||||
},
|
||||
{
|
||||
name: 'Full',
|
||||
value: 'full',
|
||||
description: 'Include all fields associated with this user',
|
||||
},
|
||||
],
|
||||
default: 'basic',
|
||||
description: 'Property to use for sorting results.',
|
||||
},
|
||||
{
|
||||
displayName: 'Query',
|
||||
name: 'query',
|
||||
|
||||
Reference in New Issue
Block a user