mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Change default parameter value
This commit is contained in:
parent
d073204bb0
commit
6a88484d46
|
@ -144,7 +144,7 @@ export class GraphQL implements INodeType {
|
||||||
displayName: 'Response Data Property Name',
|
displayName: 'Response Data Property Name',
|
||||||
name: 'dataPropertyName',
|
name: 'dataPropertyName',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: 'response',
|
default: 'data',
|
||||||
required: true,
|
required: true,
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
|
|
Loading…
Reference in a new issue