You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'one_to_one'=> __( 'One to One Connection', 'wp-graphql-acf' ),
26
26
'one_to_many' => __( 'One to Many Connection', 'wp-graphql-acf' ),
27
27
],
28
28
'default_value' => 'one_to_many',
29
-
'instructions' => __( 'Select whether the field should be presented in the schema as a standard GraphQL "Connection" that can return 0, 1 or more nodes, or a "One to One" connection that can return exactly 0 or 1 node. Changing this field will change the GraphQL Schema and could cause breaking changes.', 'wp-graphql-acf' ),
30
-
'conditions' => [],
29
+
'instructions'=> __( 'Select whether the field should be presented in the schema as a standard GraphQL "Connection" that can return 0, 1 or more nodes, or a "One to One" connection that can return exactly 0 or 1 node. Changing this field will change the GraphQL Schema and could cause breaking changes.', 'wp-graphql-acf' ),
0 commit comments