__( 'The Type of Identifier used to fetch a single node. Default is "ID". To be used along with the "id" field.', 'wp-graphql' ), 'values' => [ 'ID' => [ 'name' => 'ID', 'value' => 'global_id', 'description' => __( 'Identify a menu node by the (hashed) Global ID.', 'wp-graphql' ), ], 'DATABASE_ID' => [ 'name' => 'DATABASE_ID', 'value' => 'database_id', 'description' => __( 'Identify a menu node by the Database ID.', 'wp-graphql' ), ], 'NAME' => [ 'name' => 'NAME', 'value' => 'name', 'description' => __( 'Identify a menu node by it\'s name', 'wp-graphql' ), ], ], ]); } }