mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
⚡ G Suite Node - remove duplicated field (#1037)
This commit is contained in:
parent
8366632268
commit
abd85ed4b0
|
@ -635,30 +635,6 @@ export const userFields = [
|
||||||
default: '',
|
default: '',
|
||||||
description: 'Property to use for sorting results.',
|
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',
|
displayName: 'Query',
|
||||||
name: 'query',
|
name: 'query',
|
||||||
|
|
Loading…
Reference in a new issue